Date: Fri, 30 Apr 2004 16:59:55 +0200 (CEST) From: Xavier Beaudouin <kiwi@oav.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66141: [PATCH] mail/postfixadmin: Use PHP USE_PHP instead of hard dependcies Message-ID: <20040430145955.A4FE54AC76@mx2.oav.net> Resent-Message-ID: <200405011020.i41AKFbw055134@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66141 >Category: ports >Synopsis: [PATCH] mail/postfixadmin: Use PHP USE_PHP instead of hard dependcies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 01 03:20:15 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.2.1-RELEASE-p3 i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD domu.oav.net 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #0: Thu Mar 18 12:25:33 CET 2004 >Description: The ports add Apaches dependencies instead of using nice USE_PHP for PHP dependencies... This patch fix that. Port maintainer (rob@debank.tv) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- postfixadmin-2.0.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/postfixadmin.old/Makefile /usr/ports/mail/postfixadmin/Makefile --- /usr/ports/mail/postfixadmin.old/Makefile Fri Apr 30 16:57:21 2004 +++ /usr/ports/mail/postfixadmin/Makefile Fri Apr 30 16:57:39 2004 @@ -14,12 +14,7 @@ MAINTAINER= rob@debank.tv COMMENT= PHP frontend to postfix and mySQL -.if defined(WITH_APACHE2) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 -.else -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 -.endif - +USE_PHP= yes NO_BUILD= yes FETCH_SITE= http://high5.net/postfixadmin/download.php FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} --- postfixadmin-2.0.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040430145955.A4FE54AC76>