From owner-freebsd-ports Tue Nov 12 6:10:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5079C37B404 for ; Tue, 12 Nov 2002 06:10:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB2643E3B for ; Tue, 12 Nov 2002 06:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gACEA4x3085477 for ; Tue, 12 Nov 2002 06:10:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gACEA4ac085476; Tue, 12 Nov 2002 06:10:04 -0800 (PST) Date: Tue, 12 Nov 2002 06:10:04 -0800 (PST) Message-Id: <200211121410.gACEA4ac085476@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Clement Laforet Subject: Re: ports/42790: New Port - www/suphp : A pretty PHP wrapper (for Apache) Reply-To: Clement Laforet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/42790; it has been noted by GNATS. From: Clement Laforet 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