From owner-cvs-all@FreeBSD.ORG Sat Oct 23 03:11:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7344C16A4CE; Sat, 23 Oct 2004 03:11:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6902843D46; Sat, 23 Oct 2004 03:11:45 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9N3BjMk058081; Sat, 23 Oct 2004 03:11:45 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9N3Bj0k058080; Sat, 23 Oct 2004 03:11:45 GMT (envelope-from adamw) Message-Id: <200410230311.i9N3Bj0k058080@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 23 Oct 2004 03:11:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 03:11:45 -0000 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