diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-05 15:46:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-05 15:46:02 +0000 |
commit | 1aaf1022212ac028c4fe22853aa76969437039ee (patch) | |
tree | 5737ff9d04cf33dfa35a21f4ffa1df3be2880c55 /www | |
parent | c4337bad81ecca634781b10f30df668da053cdde (diff) | |
download | ports-1aaf1022212ac028c4fe22853aa76969437039ee.tar.gz ports-1aaf1022212ac028c4fe22853aa76969437039ee.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php70/Makefile | 16 | ||||
-rw-r--r-- | www/php70-opcache/Makefile | 12 | ||||
-rw-r--r-- | www/php70-session/Makefile | 10 | ||||
-rw-r--r-- | www/php70-tidy/Makefile | 10 |
5 files changed, 0 insertions, 52 deletions
diff --git a/www/Makefile b/www/Makefile index cdc64bd5fd8c..89d6d1e8c74b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -463,7 +463,6 @@ SUBDIR += mod_pagespeed SUBDIR += mod_perl2 SUBDIR += mod_php56 - SUBDIR += mod_php70 SUBDIR += mod_php71 SUBDIR += mod_php72 SUBDIR += mod_php73 @@ -1457,9 +1456,6 @@ SUBDIR += php56-opcache SUBDIR += php56-session SUBDIR += php56-tidy - SUBDIR += php70-opcache - SUBDIR += php70-session - SUBDIR += php70-tidy SUBDIR += php71-opcache SUBDIR += php71-session SUBDIR += php71-tidy diff --git a/www/mod_php70/Makefile b/www/mod_php70/Makefile deleted file mode 100644 index 39c1a642b874..000000000000 --- a/www/mod_php70/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: marcus@FreeBSD.org -# $FreeBSD$ - -CATEGORIES= www devel -PKGNAMEPREFIX= mod_ - -MAINTAINER= ports@FreeBSD.org - -PHP_PORT= lang/php70 -MASTERDIR= ${.CURDIR}/../../${PHP_PORT} - -OPTIONS_DEFINE= AP2FILTER -AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) -OPTIONS_EXCLUDE= CGI CLI FPM EMBED - -.include "${MASTERDIR}/Makefile" diff --git a/www/php70-opcache/Makefile b/www/php70-opcache/Makefile deleted file mode 100644 index d05b64176a72..000000000000 --- a/www/php70-opcache/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Created by: Martin Matuska <mm@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= www - -MASTERDIR= ${.CURDIR}/../../lang/php70 - -PKGNAMESUFFIX= -opcache - -USES= php:zend,noflavors - -.include "${MASTERDIR}/Makefile" diff --git a/www/php70-session/Makefile b/www/php70-session/Makefile deleted file mode 100644 index 6b20fd0eda6c..000000000000 --- a/www/php70-session/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= www - -MASTERDIR= ${.CURDIR}/../../lang/php70 - -PKGNAMESUFFIX= -session - -.include "${MASTERDIR}/Makefile" diff --git a/www/php70-tidy/Makefile b/www/php70-tidy/Makefile deleted file mode 100644 index 40f6250f1d08..000000000000 --- a/www/php70-tidy/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= www - -MASTERDIR= ${.CURDIR}/../../lang/php70 - -PKGNAMESUFFIX= -tidy - -.include "${MASTERDIR}/Makefile" |