http://sendpr.rachie.is-a-geek.net/firefox-3.0.1_1,1.log The first few lines are ls -al /var/db/pkg. The gnomeloganalyzer reported "stale libraries", which couldn't be the case since everything is built from scratch. Hence, I looked further. Build is done as make -DBATCH -DUSE_PACKAGE_DEPENDS. Contents of specific options files from /var/db/ports can be made available if needed. Fix: The following patch successfully builds firefox3. No further testing has been done. How-To-Repeat: In a (mostly) clean environment, build www/firefox3 or anything that needs x11-toolkits/gtk20.
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
mezz 2008-09-04 22:05:35 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile Log: Add xcomposite dependency. Its configure has an autocheck that will build with xcomposite library and added dependency requirement in gdk-2.0.pc if xcomposite exists in system. Bump the PORTREVISION. PR: ports/126558 Submitted by: Mel <mel@rachie.is-a-geek.net> Revision Changes Path 1.222 +3 -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"
State Changed From-To: open->closed Committed, thanks!