ports/129214: [PATCH] devel/pear: Add mirrors, respect PLIST_SUB

Thomas Abthorpe tabthorpe at FreeBSD.org
Wed Nov 26 20:20:01 UTC 2008


>Number:         129214
>Category:       ports
>Synopsis:       [PATCH] devel/pear: Add mirrors, respect PLIST_SUB
>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:   Wed Nov 26 20:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
FreeBSD.GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 15:52:00 EST 2008
>Description:
- Add mirror sites
- Respect PLIST_SUB

Port maintainer (miwi at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- pear-1.7.2.patch begins here ---
Index: bsd.pear.mk
===================================================================
RCS file: /home/pcvs/ports/devel/pear/bsd.pear.mk,v
retrieving revision 1.8
diff -u -u -r1.8 bsd.pear.mk
--- bsd.pear.mk	28 Oct 2007 19:45:56 -0000	1.8
+++ bsd.pear.mk	26 Nov 2008 20:03:08 -0000
@@ -2,7 +2,9 @@
 
 # Common code for pear- ports.
 
-MASTER_SITES?=	http://pear.php.net/get/
+MASTER_SITES?=	http://pear.php.net/get/ \
+		http://us.pear.php.net/get/ \
+		http://de.pear.php.net/get/
 PKGNAMEPREFIX=	pear-
 EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PEAR
@@ -44,7 +46,7 @@
 .if !defined(USE_PHPIZE) && !exists(${.CURDIR}/pkg-plist)
 PLIST=		${WRKDIR}/PLIST
 .endif
-PLIST_SUB=	PEARDIR=${LPEARDIR} PKGREGDIR=${LPKGREGDIR} \
+PLIST_SUB+=	PEARDIR=${LPEARDIR} PKGREGDIR=${LPKGREGDIR} \
 		TESTSDIR=${LTESTSDIR} INSTDIR=${LINSTDIR} SQLSDIR=${LSQLSDIR} \
 		SCRIPTFILESDIR=${LCRIPTSDIR}
 
--- pear-1.7.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list