ports/114361: [PATCH] Mk/bsd.php.mk: Added bitset and memcache extension dependencies

Greg Larkin glarkin at sourcehosting.net
Fri Jul 6 17:00:09 UTC 2007


>Number:         114361
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.php.mk: Added bitset and memcache extension dependencies
>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:   Fri Jul 06 17:00:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Greg Larkin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD ports.entropy.prv 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Added dependencies for the bitset and memcache extensions.

	Bitset is a new extension - a PR has been submitted on July 6, 2007
	requesting its addition to the ports tree at math/pecl-bitset.

	The www/zend-framework port optionally installs the bitset and
	memcache extensions, so this change is needed for that port.
	A PR that updates zend-framework to v1.0.0 will also be submitted
	today.
>How-To-Repeat:
	
>Fix:

	

--- bsd.php.mk.diff begins here ---
--- bsd.php.mk.orig	Fri Jul  6 12:15:36 2007
+++ bsd.php.mk	Fri Jul  6 12:32:01 2007
@@ -233,10 +233,10 @@
 # Extensions
 .if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes"
 # non-version specific components
-_USE_PHP_ALL=	bcmath bz2 calendar ctype curl dba dbase \
+_USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl dba dbase \
 		exif fileinfo fribidi ftp gd gettext gmp \
 		hash iconv imap interbase json ldap mbstring mcrypt \
-		mhash mssql mysql ncurses odbc \
+		memcache mhash mssql mysql ncurses odbc \
 		openssl pcntl pcre pdf pgsql posix \
 		pspell radius readline recode session shmop snmp \
 		sockets sybase_ct sysvmsg sysvsem sysvshm \
@@ -248,6 +248,7 @@
 		simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
 
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
+bitset_DEPENDS=	math/pecl-bitset
 bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
 calendar_DEPENDS=	misc/php${PHP_VER}-calendar
 crack_DEPENDS=	security/php${PHP_VER}-crack
@@ -279,6 +280,7 @@
 mcrypt_DEPENDS=	security/php${PHP_VER}-mcrypt
 mcve_DEPENDS=	devel/php${PHP_VER}-mcve
 mhash_DEPENDS=	security/php${PHP_VER}-mhash
+memcache_DEPENDS=	databases/pecl-memcache
 ming_DEPENDS=	graphics/php${PHP_VER}-ming
 mnogosearch_DEPENDS=	www/php${PHP_VER}-mnogosearch
 mssql_DEPENDS=	databases/php${PHP_VER}-mssql
--- bsd.php.mk.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list