Date: Sat, 23 Oct 2004 03:11:45 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-devel Makefile Message-ID: <200410230311.i9N3Bj0k058080@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adamw 2004-10-23 03:11:45 UTC FreeBSD ports repository Modified files: www/mozilla-devel Makefile Log: The pkgconfig files all end in '-devel'. Training the port to recognize this causes not only a plist change, it also changes the contents of the pkgconfig files, as the s|${FAKEDIR}|${PREFIX}| substitution was not taking place. Because the latter prevents any mozilla-dependent port from building (looking for headers/libs under ${FAKEDIR}), I have bumped PORTVERSION. Galeon2 still won't build against mozilla-devel, however, and if somebody better than I with C++ wants to take a whack at fixing it, that'd be just super. Revision Changes Path 1.200 +4 -2 ports/www/mozilla-devel/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410230311.i9N3Bj0k058080>