ports/99717: [patch] clean up WANT_PHP_PEAR knob

Cheng-Lung Sung clsung at FreeBSD.org
Sun Jul 2 15:20:11 UTC 2006


>Number:         99717
>Category:       ports
>Synopsis:       [patch] clean up WANT_PHP_PEAR knob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 02 15:20:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #7: Thu Apr 13 03:20:20 CST 2006 root at FreeBSD.csie.nctu.edu.tw:/home/usr.obj/usr/src/sys/FREEBSD i386

>Description:

WANT_PHP_PEAR was removed since verion 1.21 of bsd.php.mk

http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.php.mk.diff?r1=1.20&r2=1.21&f=h

But lots of ports still defined them. 
>How-To-Repeat:
>Fix:

Index: devel/php5-phing/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/php5-phing/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/php5-phing/Makefile	9 Apr 2006 13:54:16 -0000	1.1
+++ devel/php5-phing/Makefile	2 Jul 2006 15:16:00 -0000
@@ -18,7 +18,6 @@
 USE_PHP=	yes
 DEFAULT_PHP_VER=5
 WANT_PHP_CLI=	yes
-WANT_PHP_PEAR=	yes
 NO_BUILD=	yes
 
 do-install:
Index: dns/poweradmin/Makefile
===================================================================
RCS file: /home/pcvs/ports/dns/poweradmin/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- dns/poweradmin/Makefile	20 Jan 2005 16:49:51 -0000	1.1
+++ dns/poweradmin/Makefile	2 Jul 2006 15:16:00 -0000
@@ -18,7 +18,6 @@
 
 USE_PHP=	mysql
 WANT_PHP_WEB=	yes
-WANT_PHP_PEAR=	yes
 NO_BUILD=	yes
 SUB_FILES=	pkg-message
 SUB_LIST=	INSTALLDIR=${INSTALLDIR}
Index: mail/postfixadmin/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/postfixadmin/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- mail/postfixadmin/Makefile	20 Jun 2006 10:29:55 -0000	1.20
+++ mail/postfixadmin/Makefile	2 Jul 2006 15:16:00 -0000
@@ -27,7 +27,6 @@
 .include <bsd.port.pre.mk>
 
 USE_APACHE=	1.3+
-WANT_PHP_PEAR=	yes
 USE_PHP=	pcre session
 
 .ifndef(WITHOUT_MYSQL)
Index: mail/squirrelmail-devel/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/squirrelmail-devel/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- mail/squirrelmail-devel/Makefile	20 Mar 2006 16:17:46 -0000	1.1
+++ mail/squirrelmail-devel/Makefile	2 Jul 2006 15:16:00 -0000
@@ -24,7 +24,6 @@
 USE_BZIP2=	yes
 
 .ifdef WITH_DATABASE
-WANT_PHP_PEAR=	yes
 RUN_DEPENDS+=	${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
 .endif
 
Index: mail/squirrelmail/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/squirrelmail/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- mail/squirrelmail/Makefile	6 Jun 2006 10:30:47 -0000	1.42
+++ mail/squirrelmail/Makefile	2 Jul 2006 15:16:00 -0000
@@ -24,7 +24,6 @@
 USE_BZIP2=	yes
 
 .ifdef WITH_DATABASE
-WANT_PHP_PEAR=	yes
 RUN_DEPENDS+=	${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
 .endif
 
Index: misc/instant-tinderbox/Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/instant-tinderbox/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- misc/instant-tinderbox/Makefile	7 Mar 2006 08:26:53 -0000	1.3
+++ misc/instant-tinderbox/Makefile	2 Jul 2006 15:16:00 -0000
@@ -34,7 +34,6 @@
 
 USE_APACHE=	yes
 
-WANT_PHP_PEAR=	yes
 USE_PHP=	yes
 
 USE_TCL=	yes
Index: security/pear-Text_Password/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/pear-Text_Password/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- security/pear-Text_Password/Makefile	5 Apr 2006 21:04:28 -0000	1.8
+++ security/pear-Text_Password/Makefile	2 Jul 2006 15:16:00 -0000
@@ -13,7 +13,6 @@
 COMMENT=	PEAR random password creator
 
 USE_PHP=	yes
-WANT_PHP_PEAR=	yes
 
 CATEGORY=	Text
 FILES=		Password.php
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list