Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2003 00:14:04 +0200 (CEST)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nork@FreeBSD.org
Subject:   ports/53801: [Fix Dependency] Port: www/phpSysInfo
Message-ID:  <200306262214.h5QME4NM000424@vaio.alexdupre.com>
Resent-Message-ID: <200306262220.h5QMKFwV061533@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <tilman@arved.de>).
>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 <bsd.port.pre.mk>
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>
--- phpSysInfo.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306262214.h5QME4NM000424>