Date: Tue, 12 Nov 2002 06:10:04 -0800 (PST) From: Clement Laforet <sheepkiller@cultdeadsheep.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/42790: New Port - www/suphp : A pretty PHP wrapper (for Apache) Message-ID: <200211121410.gACEA4ac085476@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42790; it has been noted by GNATS. From: Clement Laforet <sheepkiller@cultdeadsheep.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/42790: New Port - www/suphp : A pretty PHP wrapper (for Apache) Date: Tue, 12 Nov 2002 15:09:42 +0100 Oups... Fatal bug.... clem here's the patch : diff -Nur suphp-bad/Makefile suphp/Makefile --- suphp-bad/Makefile Tue Nov 12 14:05:49 2002 +++ suphp/Makefile Tue Nov 12 12:46:48 2002 @@ -47,11 +47,9 @@ @${ECHO} "Setting logs path" @${REINPLACE_CMD} -e 's,OPT_LOGFILE "/opt/apache/var/logs/suphp_log",OPT_LOGFILE "${LOG_PATH}/suphp_log",' \ ${WRKSRC}/config.h - @${ECHO} "Setting php path" + @${ECHO} "Setting php path" @${REINPLACE_CMD} -e 's,OPT_PATH_TO_PHP "/usr/bin/php",OPT_PATH_TO_PHP "${PHP_PATH}",' \ ${WRKSRC}/config.h - @${ECHO} "Setting suphp path in mod_suphp" - @${REINPLACE_CMD} -e "s,/usr/sbin/suphp,${PREFIX}/sbin/suphp," ${WRKSRC}/apache/mod_suphp.c pre-install: ${APXS} -i -a -c -n suphp ${WRKSRC}/apache/mod_suphp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211121410.gACEA4ac085476>