svn commit: r417765 - in head: databases/pecl-memcached databases/php56-redis devel/pecl-memoize
Mathieu Arnold
mat at FreeBSD.org
Wed Jun 29 13:51:51 UTC 2016
Author: mat
Date: Wed Jun 29 13:51:49 2016
New Revision: 417765
URL: https://svnweb.freebsd.org/changeset/ports/417765
Log:
Missed a few opt_USE=php=foo when building extensions.
Sponsored by: Absolight
Modified:
head/databases/pecl-memcached/Makefile (contents, props changed)
head/databases/php56-redis/Makefile (contents, props changed)
head/devel/pecl-memoize/Makefile (contents, props changed)
Modified: head/databases/pecl-memcached/Makefile
==============================================================================
--- head/databases/pecl-memcached/Makefile Wed Jun 29 13:31:35 2016 (r417764)
+++ head/databases/pecl-memcached/Makefile Wed Jun 29 13:51:49 2016 (r417765)
@@ -28,7 +28,7 @@ USE_PHP= json:build session:build
USES= php:ext pkgconfig tar:tgz
IGBINARY_CONFIGURE_ENABLE= memcached-igbinary
-IGBINARY_USE= PHP=igbinary
+IGBINARY_USE= PHP=igbinary:build
SASL_CONFIGURE_ENABLE= memcached-sasl
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
Modified: head/databases/php56-redis/Makefile
==============================================================================
--- head/databases/php56-redis/Makefile Wed Jun 29 13:31:35 2016 (r417764)
+++ head/databases/php56-redis/Makefile Wed Jun 29 13:51:49 2016 (r417765)
@@ -26,6 +26,6 @@ OPTIONS_DEFINE= IGBINARY
IGBINARY_DESC= Build with Igbinary serializer
IGBINARY_CONFIGURE_ENABLE= redis-igbinary
-IGBINARY_USE= php=igbinary
+IGBINARY_USE= php=igbinary:build
.include <bsd.port.mk>
Modified: head/devel/pecl-memoize/Makefile
==============================================================================
--- head/devel/pecl-memoize/Makefile Wed Jun 29 13:31:35 2016 (r417764)
+++ head/devel/pecl-memoize/Makefile Wed Jun 29 13:51:49 2016 (r417765)
@@ -25,7 +25,7 @@ MEMCACHED_DESC= Enable memcached storage
MEMORY_DESC= Enable the memoize memory storage module
APC_CONFIGURE_ON= --enable-memoize-apc
-APC_USE= PHP=apc
+APC_USE= PHP=apc:build
MEMCACHED_CONFIGURE_ON= --with-memoize-memcached
MEMCACHED_BUILD_DEPENDS=libmemcached>=0:databases/libmemcached
MEMCACHED_RUN_DEPENDS= libmemcached>=0:databases/libmemcached
More information about the svn-ports-all
mailing list