svn commit: r454501 - in head/lang: php56 php70 php71 php72
Antoine Brodin
antoine at FreeBSD.org
Sun Nov 19 21:30:43 UTC 2017
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}
More information about the svn-ports-all
mailing list