Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Feb 2008 17:33:40 -0500 (EST)
From:      Greg Larkin <glarkin@sourcehosting.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glarkin@sourcehosting.net
Subject:   ports/121240: [PATCH] Add PECL APC module support to support www/zend-framework 1.0.4
Message-ID:  <200802292233.m1TMXeD0040884@ports.entropy.prv>
Resent-Message-ID: <200802292240.m1TMe0oX094757@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121240
>Category:       ports
>Synopsis:       [PATCH] Add PECL APC module support to support www/zend-framework 1.0.4
>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 Feb 29 22:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Greg Larkin
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Wed Feb 13 01:40:13 UTC 2008 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
I am about to submit a PR to update www/zend-framework 1.0.4. ZF
now uses the PHP pecl-APC extension, and this change makes adding
the dependency very easy in the ZF Makefile.

>How-To-Repeat:
	
>Fix:

	

--- bsd.php.mk.diff begins here ---
--- bsd.php.mk.orig	Fri Feb 29 17:13:28 2008
+++ bsd.php.mk	Fri Feb 29 17:15:40 2008
@@ -234,7 +234,7 @@
 # Extensions
 .if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes"
 # non-version specific components
-_USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl dba dbase \
+_USE_PHP_ALL=	apc bcmath bitset bz2 calendar ctype curl dba dbase \
 		exif fileinfo fribidi ftp gd gettext gmp \
 		hash iconv imap interbase json ldap mbstring mcrypt \
 		memcache mhash mssql mysql ncurses odbc \
@@ -249,6 +249,7 @@
 		pdo_mysql pdo_sqlite \
 		simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
 
+apc_DEPENDS=	www/pecl-APC
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
 bitset_DEPENDS=	math/pecl-bitset
 bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
--- bsd.php.mk.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802292233.m1TMXeD0040884>