summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/Makefile4
-rw-r--r--www/mod_php71/Makefile16
-rw-r--r--www/php71-opcache/Makefile13
-rw-r--r--www/php71-opcache/files/patch-zend__file__cache.c14
-rw-r--r--www/php71-session/Makefile11
-rw-r--r--www/php71-tidy/Makefile11
6 files changed, 0 insertions, 69 deletions
diff --git a/www/Makefile b/www/Makefile
index 49b3826ddf08..9a5f84441fe5 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -392,7 +392,6 @@
SUBDIR += mod_mpm_itk
SUBDIR += mod_pagespeed
SUBDIR += mod_perl2
- SUBDIR += mod_php71
SUBDIR += mod_php72
SUBDIR += mod_php73
SUBDIR += mod_php74
@@ -1367,9 +1366,6 @@
SUBDIR += phalcon
SUBDIR += phalcon4
SUBDIR += photo_gallery
- SUBDIR += php71-opcache
- SUBDIR += php71-session
- SUBDIR += php71-tidy
SUBDIR += php72-opcache
SUBDIR += php72-session
SUBDIR += php72-tidy
diff --git a/www/mod_php71/Makefile b/www/mod_php71/Makefile
deleted file mode 100644
index d7acbd2ba6ed..000000000000
--- a/www/mod_php71/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/php71
-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/php71-opcache/Makefile b/www/php71-opcache/Makefile
deleted file mode 100644
index 416a3540249f..000000000000
--- a/www/php71-opcache/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -opcache
-
-TEST_TARGET= test
-
-USES= php:zend,noflavors
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/php71-opcache/files/patch-zend__file__cache.c b/www/php71-opcache/files/patch-zend__file__cache.c
deleted file mode 100644
index 937290216eef..000000000000
--- a/www/php71-opcache/files/patch-zend__file__cache.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- zend_file_cache.c.orig 2017-07-05 13:48:27 UTC
-+++ zend_file_cache.c
-@@ -24,9 +24,10 @@
-
- #include "php.h"
-
-+#include "ZendAccelerator.h"
-+
- #ifdef HAVE_OPCACHE_FILE_CACHE
-
--#include "ZendAccelerator.h"
- #include "zend_file_cache.h"
- #include "zend_shared_alloc.h"
- #include "zend_accelerator_util_funcs.h"
diff --git a/www/php71-session/Makefile b/www/php71-session/Makefile
deleted file mode 100644
index 555b487453f0..000000000000
--- a/www/php71-session/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -session
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/php71-tidy/Makefile b/www/php71-tidy/Makefile
deleted file mode 100644
index a22fe3945fc2..000000000000
--- a/www/php71-tidy/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -tidy
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"