Doing a build of the ports index on a clean machine (no ports installed) results in an error reported: Generating INDEX-6 - please wait..pkg-config: not found "Makefile", line 40: warning: "pkg-config --libs pthread-stubs" returned non-zero status Fix: Not known WHICH makefile is doing this. Workaround is: cd /usr/ports/devel/pkg-config make install How-To-Repeat: Delete all installed packages actually just pkg-config), and then: cd /usr/ports make index
Responsible Changed From-To: freebsd-ports-bugs->miwi Grab, my fault.
miwi 2007-01-31 22:41:17 UTC FreeBSD ports repository Modified files: x11/libxcb Makefile Log: - Unbreak index - Bump PORTREVISION PR: 108629 Submitted by: Drew Derbyshire <ahd@kew.com> Approved by: Ashish Shukla <wahjava@gmail.com> (maintainer) Revision Changes Path 1.4 +2 -3 ports/x11/libxcb/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 Fixed. Thanks for your Submitted.