From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 26 15:20:17 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 77C8D37B401 for ; Thu, 26 Jun 2003 15:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527054400E for ; Thu, 26 Jun 2003 15:20:15 -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 h5QMKFUp061534 for ; Thu, 26 Jun 2003 15:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5QMKFwV061533; Thu, 26 Jun 2003 15:20:15 -0700 (PDT) Resent-Date: Thu, 26 Jun 2003 15:20:15 -0700 (PDT) Resent-Message-Id: <200306262220.h5QMKFwV061533@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, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09DD37B401; Thu, 26 Jun 2003 15:14:06 -0700 (PDT) Received: from vaio.alexdupre.com (ppp-190-67.30-151.libero.it [151.30.67.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB3FE43FF2; Thu, 26 Jun 2003 15:14:04 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h5QME4AT000425; Fri, 27 Jun 2003 00:14:04 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h5QME4NM000424; Fri, 27 Jun 2003 00:14:04 +0200 (CEST) Message-Id: <200306262214.h5QME4NM000424@vaio.alexdupre.com> Date: Fri, 27 Jun 2003 00:14:04 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: nork@FreeBSD.org Subject: ports/53801: [Fix Dependency] Port: www/phpSysInfo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 22:20:17 -0000 >Number: 53801 >Category: ports >Synopsis: [Fix Dependency] Port: www/phpSysInfo >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 26 15:20:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Fix PHP dependency (Requested by Tilman Linneweh ). >How-To-Repeat: >Fix: --- phpSysInfo.diff begins here --- --- Makefile.orig Thu Jun 26 23:42:13 2003 +++ Makefile Thu Jun 26 23:41:21 2003 @@ -13,7 +13,7 @@ MAINTAINER= so14k@so14k.com COMMENT= A php script that displays info about the host being accessed -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +WANT_PHP_WEB= yes PREFIX= ${LOCALBASE} WEBOWN?= www @@ -25,6 +25,9 @@ PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} +.include +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" + post-patch: rm -f ${PLIST} cd ${WRKSRC};\ @@ -40,4 +43,4 @@ ${CHMOD} -R ${BINMODE} ${INSTALLDIR} ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} -.include +.include --- phpSysInfo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: