Date: Mon, 24 Oct 2016 14:53:19 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424570 - in head: databases/php56-redis databases/php70-redis devel/php70-APCu www/pecl-http Message-ID: <201610241453.u9OErJik070529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610241453.u9OErJik070529>