ports/174034: [patch] x11-toolkits/gtk20: needs glproto to build

David Demelier demelier.david at gmail.com
Fri Dec 28 17:50:53 UTC 2012


On 28/12/2012 18:47, mezz at FreeBSD.org wrote:
> Synopsis: [patch] x11-toolkits/gtk20: needs glproto to build
>
> State-Changed-From-To: open->closed
> State-Changed-By: mezz
> State-Changed-When: Fri Dec 28 17:43:30 UTC 2012
> State-Changed-Why:
> There is nothing in gtk20 that suggest require glproto. See here:
>
> # cd /usr/ports/x11-toolkits/gtk20
> # make extract
> # find work -name \* | xargs egrep -l "glproto"
> <empty>
>
> It sounds like the error was from different port?
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=174034
>

Yes but where that error comes from then?

No package 'glproto' found
-lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 
-lgthread-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lfreetype 
-L/usr/local/lib -lfontconfig
Package glproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `glproto.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glproto' found

I think it is probably a deeper dependency in pkgconfig .pc files. The 
problem is that graphics/cairo is built without OpenGL by default while 
x11-toolkits/gtk20 needs that.


More information about the freebsd-gnome mailing list