svn commit: r424570 - in head: databases/php56-redis databases/php70-redis devel/php70-APCu www/pecl-http
Mathieu Arnold
mat at FreeBSD.org
Mon Oct 24 14:53:20 UTC 2016
Author: mat
Date: Mon Oct 24 14:53:18 2016
New Revision: 424570
URL: https://svnweb.freebsd.org/changeset/ports/424570
Log:
*_DEFAULT cannot be used in ports Makefiles, they are global variables.
PHP_VER can be used in phpXX-* ports to make sure they build.
Sponsored by: Absolight
Modified:
head/databases/php56-redis/Makefile (contents, props changed)
head/databases/php70-redis/Makefile (contents, props changed)
head/devel/php70-APCu/Makefile (contents, props changed)
head/www/pecl-http/Makefile (contents, props changed)
Modified: head/databases/php56-redis/Makefile
==============================================================================
--- head/databases/php56-redis/Makefile Mon Oct 24 14:46:59 2016 (r424569)
+++ head/databases/php56-redis/Makefile Mon Oct 24 14:53:18 2016 (r424570)
@@ -14,7 +14,7 @@ LICENSE= PHP301
USES= php:ext
USE_PHP= session:build
-PHP_DEFAULT= 5.6
+PHP_VER= 56
IGNORE_WITH_PHP= 55 70
USE_GITHUB= yes
Modified: head/databases/php70-redis/Makefile
==============================================================================
--- head/databases/php70-redis/Makefile Mon Oct 24 14:46:59 2016 (r424569)
+++ head/databases/php70-redis/Makefile Mon Oct 24 14:53:18 2016 (r424570)
@@ -13,7 +13,7 @@ LICENSE= PHP301
USES= php:ext
USE_PHP= session:build
-PHP_DEFAULT= 7.0
+PHP_VER= 70
IGNORE_WITH_PHP= 55 56
USE_GITHUB= yes
Modified: head/devel/php70-APCu/Makefile
==============================================================================
--- head/devel/php70-APCu/Makefile Mon Oct 24 14:46:59 2016 (r424569)
+++ head/devel/php70-APCu/Makefile Mon Oct 24 14:53:18 2016 (r424570)
@@ -16,7 +16,7 @@ LICENSE= PHP301
CONFLICTS= pecl-APC-[0-9]*
IGNORE_WITH_PHP= 55 56
-PHP_DEFAULT= 7.0
+PHP_VER= 70
USES= localbase php:ext tar:tgz
PHP_MODNAME= ${PORTNAME:tl}
Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile Mon Oct 24 14:46:59 2016 (r424569)
+++ head/www/pecl-http/Makefile Mon Oct 24 14:53:18 2016 (r424570)
@@ -25,7 +25,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_
LIB_DEPENDS= libcurl.so:ftp/curl \
libevent.so:devel/libevent2
-PHP_DEFAULT= 7.0
IGNORE_WITH_PHP= 55 56
USES= php:ext tar:tgz
CONFLICTS= pecl-http[12]*
More information about the svn-ports-all
mailing list