From owner-cvs-all Mon Nov 18 22:50:45 2002 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 61DDB37B401; Mon, 18 Nov 2002 22:50:44 -0800 (PST) Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8619143E75; Mon, 18 Nov 2002 22:50:43 -0800 (PST) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-2-a7-62-147-21-43.dial.proxad.net [62.147.21.43]) by postfix2-2.free.fr (Postfix) with ESMTP id 6A80A5F788; Tue, 19 Nov 2002 07:50:41 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 6814E7680; Tue, 19 Nov 2002 07:49:33 +0100 (CET) Date: Tue, 19 Nov 2002 07:49:33 +0100 From: Thierry Thomas To: Edwin Groothuis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, SADA Kenji Subject: Re: cvs commit: ports/devel/pear Makefile Message-ID: <20021119064933.GA86662@graf.pompo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211190020.gAJ0KeUM032003@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc;y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > edwin 2002/11/18 16:20:40 PST > > Modified files: > devel/pear Makefile > Log: > Fix run_depends to check for the right file. > Noticed on: bento > > Revision Changes Path > 1.7 +1 -1 ports/devel/pear/Makefile The following diff was submitted: --- Makefile.orig Sun Nov 17 06:03:52 2002 +++ Makefile Tue Nov 19 07:43:48 2002 @@ -15,7 +15,7 @@ MAINTAINER= thierry@pompo.net BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR \ +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \ ${PEARDIR}/Console/Getopt.php.dist:${PORTSDIR}/devel/pear-Console_Getopt \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ but it sould not be: if you have installed mod_php4, you'll have a ${PEARDIR}/PEAR.php, but we actually want a ${PEARDIR}/PEAR.php.dist, and this one is installed (i.e. copyed) by devel/pear-install, and devel/pear-PEAR depends on devel/pear-install. Truly yours. -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message