[Midnightbsd-cvs] mports [21222] trunk/Mk/extensions/php.mk: drop apc

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 20 20:23:59 EDT 2016


Revision: 21222
          http://svnweb.midnightbsd.org/mports/?rev=21222
Author:   laffer1
Date:     2016-03-20 20:23:59 -0400 (Sun, 20 Mar 2016)
Log Message:
-----------
drop apc

Modified Paths:
--------------
    trunk/Mk/extensions/php.mk

Modified: trunk/Mk/extensions/php.mk
===================================================================
--- trunk/Mk/extensions/php.mk	2016-03-21 00:21:08 UTC (rev 21221)
+++ trunk/Mk/extensions/php.mk	2016-03-21 00:23:59 UTC (rev 21222)
@@ -250,7 +250,7 @@
 # Extensions
 .if defined(_POSTMKINCLUDED) && ${USE_PHP:tl} != "yes"
 # non-version specific components
-_USE_PHP_ALL=	apc bcmath bitset bz2 calendar ctype curl dba dom \
+_USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl dba dom \
 		exif fileinfo filter ftp gd gettext gmp \
 		hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
 		memcache mysqli odbc opcache \
@@ -264,7 +264,6 @@
 _USE_PHP_VER56=	${_USE_PHP_ALL} mssql mysql sybase_ct
 _USE_PHP_VER70=	${_USE_PHP_ALL}
 
-apc_DEPENDS=	www/pecl-APC
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
 .if ${PHP_VER} == 70
 bitset_DEPENDS=	math/pecl-bitset



More information about the Midnightbsd-cvs mailing list