summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-11-19 21:30:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-11-19 21:30:42 +0000
commit3485652593f18746d7b8866c14131798937d37b8 (patch)
tree1eee19ba20eb8056d57abc0c962d2561df1470d2 /lang
parentmath/ambit: Fix the conflict with shells/ambit by adding PKGNAMESUFFIX (diff)
Remove nops, setting USES after bsd.port.pre.mk doesn't do anything
With hat: portmgr
Notes
Notes: svn path=/head/; revision=454501
Diffstat (limited to 'lang')
-rw-r--r--lang/php56/Makefile3
-rw-r--r--lang/php70/Makefile4
-rw-r--r--lang/php71/Makefile4
-rw-r--r--lang/php72/Makefile4
4 files changed, 0 insertions, 15 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile
index 97bc2545a6e5..a45fa4749043 100644
--- a/lang/php56/Makefile
+++ b/lang/php56/Makefile
@@ -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}
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index adb0683a8025..695a79455cf4 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -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}
diff --git a/lang/php71/Makefile b/lang/php71/Makefile
index 8be5373ca524..40cc363c2bba 100644
--- a/lang/php71/Makefile
+++ b/lang/php71/Makefile
@@ -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}
diff --git a/lang/php72/Makefile b/lang/php72/Makefile
index bb8ea960390e..aac77fa8a240 100644
--- a/lang/php72/Makefile
+++ b/lang/php72/Makefile
@@ -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}