ports/53801: [Fix Dependency] Port: www/phpSysInfo

Alex Dupre sysadmin at alexdupre.com
Thu Jun 26 22:20:17 UTC 2003


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list