From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 16 15:30:19 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 534F337B401 for ; Wed, 16 Jul 2003 15:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B6343FDD for ; Wed, 16 Jul 2003 15:30:18 -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 h6GMUIUp094314 for ; Wed, 16 Jul 2003 15:30:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6GMUIZL094313; Wed, 16 Jul 2003 15:30:18 -0700 (PDT) Resent-Date: Wed, 16 Jul 2003 15:30:18 -0700 (PDT) Resent-Message-Id: <200307162230.h6GMUIZL094313@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86B7C37B401 for ; Wed, 16 Jul 2003 15:26:41 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B72043F3F for ; Wed, 16 Jul 2003 15:26:39 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 2009 invoked from network); 16 Jul 2003 22:26:36 -0000 Received: from unknown (HELO ?HOSTNAME?) (192.168.0.12) by goofy.cultdeadsheep.org with SMTP; 16 Jul 2003 22:26:36 -0000 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Thu, 17 Jul 2003 00:26:37 +0200 Message-Id: <20030716222639.4B72043F3F@mx1.FreeBSD.org> Date: Thu, 17 Jul 2003 00:26:37 +0200 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: 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:30:19 -0000 >Number: 54558 >Category: ports >Synopsis: [fix] www/suphp: fix critical problem, due to wrong dependency. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 16 15:30:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.1-CURRENT i386 >Organization: cotds.org >Environment: System: FreeBSD chuck.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Jul 14 03:00:24 CEST 2003 clement@chuck.cultdeadsheep.org:/usr/obj/usr/src/sys/CHUCK i386 >Description: suphp must use php-cgi (and not php-cli) Thanks to Jez Hancock for the notification. :) >How-To-Repeat: install suphp and bang your head against a brick wall... ;-) >Fix: --- suphp.diff begins here --- diff -Nur suphp.old/Makefile suphp/Makefile --- suphp.old/Makefile Thu Jul 17 00:16:20 2003 +++ suphp/Makefile Thu Jul 17 00:20:37 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}/lang/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: --- suphp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: