From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 16 15:40:07 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A203937B401 for ; Wed, 16 Jul 2003 15:40:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C8D43F85 for ; Wed, 16 Jul 2003 15:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6GMe7Up094713 for ; Wed, 16 Jul 2003 15:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6GMe7X8094712; Wed, 16 Jul 2003 15:40:07 -0700 (PDT) Date: Wed, 16 Jul 2003 15:40:07 -0700 (PDT) Message-Id: <200307162240.h6GMe7X8094712@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Clement Laforet Subject: Re: ports/54558: [fix] www/suphp: fix critical problem, due to wrong dependency. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 22:40:07 -0000 The following reply was made to PR ports/54558; it has been noted by GNATS. From: Clement Laforet To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/54558: [fix] www/suphp: fix critical problem, due to wrong dependency. Date: Thu, 17 Jul 2003 00:35:05 +0200 This is the real fix :) Damn, I need t go to bed :) diff -Nur suphp.old/Makefile suphp/Makefile --- suphp.old/Makefile Thu Jul 17 00:16:20 2003 +++ suphp/Makefile Thu Jul 17 00:33:36 2003 @@ -7,6 +7,7 @@ PORTNAME= suphp PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ @@ -14,7 +15,7 @@ COMMENT= suPHP is a combination which provides a wrapper for PHP BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4-cli +RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/www/php4-cgi USE_REINPLACE= yes @@ -28,7 +29,7 @@ .include .if exists(${LOCALBASE}/libexec/apache/libphp4.so) -IGNORE="suPHP conflicts with mod_php4. It works only with php4-cli" +IGNORE="suPHP conflicts with mod_php4. It works only with php4-cgi" .endif pre-configure: