From owner-svn-ports-all@freebsd.org Sun Nov 19 21:30:43 2017 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 A0A83DBECE3; Sun, 19 Nov 2017 21:30:43 +0000 (UTC) (envelope-from antoine@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 6D9C1646FB; Sun, 19 Nov 2017 21:30:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAJLUgRo067177; Sun, 19 Nov 2017 21:30:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAJLUgPm067173; Sun, 19 Nov 2017 21:30:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711192130.vAJLUgPm067173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 19 Nov 2017 21:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454501 - in head/lang: php56 php70 php71 php72 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/lang: php56 php70 php71 php72 X-SVN-Commit-Revision: 454501 X-SVN-Commit-Repository: ports 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.25 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: Sun, 19 Nov 2017 21:30:43 -0000 Author: antoine Date: Sun Nov 19 21:30:42 2017 New Revision: 454501 URL: https://svnweb.freebsd.org/changeset/ports/454501 Log: Remove nops, setting USES after bsd.port.pre.mk doesn't do anything With hat: portmgr Modified: head/lang/php56/Makefile head/lang/php70/Makefile head/lang/php71/Makefile head/lang/php72/Makefile Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Sun Nov 19 21:22:24 2017 (r454500) +++ head/lang/php56/Makefile Sun Nov 19 21:30:42 2017 (r454501) @@ -87,9 +87,6 @@ CONFIGURE_ARGS+=--enable-fpm \ .endif .if defined(PKGNAMEPREFIX) -USES+= php -PHP_VER= 56 -IGNORE_WITH_PHP=53 54 5 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Sun Nov 19 21:22:24 2017 (r454500) +++ head/lang/php70/Makefile Sun Nov 19 21:30:42 2017 (r454501) @@ -85,9 +85,6 @@ CONFIGURE_ARGS+=--enable-fpm \ .endif .if defined(PKGNAMEPREFIX) -USES+= php -PHP_VER= 70 -IGNORE_WITH_PHP= 56 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} @@ -135,7 +132,6 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts CONFIGURE_ENV+= pthreads_working="yes" -USES= localhost .endif .if ${PORT_OPTIONS:MDTRACE} Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Sun Nov 19 21:22:24 2017 (r454500) +++ head/lang/php71/Makefile Sun Nov 19 21:30:42 2017 (r454501) @@ -88,9 +88,6 @@ CONFIGURE_ARGS+=--enable-fpm \ .endif .if defined(PKGNAMEPREFIX) -USES+= php -PHP_VER= 71 -IGNORE_WITH_PHP= 55 56 70 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} @@ -138,7 +135,6 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts CONFIGURE_ENV+= pthreads_working="yes" -USES= localhost .endif .if ${PORT_OPTIONS:MDTRACE} Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Sun Nov 19 21:22:24 2017 (r454500) +++ head/lang/php72/Makefile Sun Nov 19 21:30:42 2017 (r454501) @@ -88,9 +88,6 @@ CONFIGURE_ARGS+=--enable-fpm \ .endif .if defined(PKGNAMEPREFIX) -USES+= php -PHP_VER= 72 -IGNORE_WITH_PHP= 56 70 71 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} @@ -138,7 +135,6 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts CONFIGURE_ENV+= pthreads_working="yes" -USES= localhost .endif .if ${PORT_OPTIONS:MDTRACE}