Date: Tue, 19 Nov 2002 07:49:33 +0100 From: Thierry Thomas <thierry@pompo.net> To: Edwin Groothuis <edwin@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, SADA Kenji <sada@FreeBSD.org> Subject: Re: cvs commit: ports/devel/pear Makefile Message-ID: <20021119064933.GA86662@graf.pompo.net> In-Reply-To: <200211190020.gAJ0KeUM032003@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021119064933.GA86662>