11-toolkits/gtk20 detects xrender and records it in its *.pc files. Fix: Appy this micro patch: -USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes +USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage How-To-Repeat: build and install x11-toolkits/gtk20 while xrender ist installed. grep -r xrender /usr/local/libdata/pkgconfig /usr/local/libdata/pkgconfig/gdk-2.0.pc:Requires: gdk-pixbuf-2.0 pango pangocairo fontconfig x11 xext xrender xinerama xi xrandr xcursor xfixes xdamage /usr/local/libdata/pkgconfig/gdk-x11-2.0.pc:Requires: gdk-pixbuf-2.0 pango pangocairo fontconfig x11 xext xrender xinerama xi xrandr xcursor xfixes xdamage deinstall xrender and try to build a gtk related port. e.G. databases/animenfo-client-gtk deskutils/hot-babe graphics/dia graphics/poppler-gtk graphics/swfdec mail/thunderbird misc/lingoteach net/wireshark net-im/pidgin www/firefox www/nvu x11-fm/rox-filer x11-toolkits/gtkmm24 stoping with this error whice configure: [...] checking for pkg-config... /usr/local/bin/pkg-config checking for gtk+-2.0 >= 1.3.13... gnome-config: not found gnome-config: not found Package xdamage was not found in the pkg-config search path. Perhaps you should add the directory containing `xdamage.pc' to the PKG_CONFIG_PATH environment variable Package 'xdamage', required by 'GDK', not found configure: error: Library requirements (gtk+-2.0 >= 1.3.13) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonsta
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!
marcus 2008-05-04 20:23:23 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile Log: Add a missing dependency on xdamage. PR: 123390 Submitted by: dinoex Revision Changes Path 1.217 +2 -2 ports/x11-toolkits/gtk20/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"