From owner-svn-ports-all@freebsd.org Mon Oct 24 14:53:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F420C1E994; Mon, 24 Oct 2016 14:53:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46C9CFD9; Mon, 24 Oct 2016 14:53:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9OErJxC070533; Mon, 24 Oct 2016 14:53:19 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9OErJik070529; Mon, 24 Oct 2016 14:53:19 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610241453.u9OErJik070529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 24 Oct 2016 14:53:19 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2016 14:53:20 -0000 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]*