aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-12-17 20:21:15 +0000
committerRene Ladan <rene@FreeBSD.org>2019-12-17 20:21:15 +0000
commitb51b839969daf3b42232476460514c9cccc9053e (patch)
tree8c19b30b436d791294a59eca8ba267af39c6b719 /security
parent51169c8152bd75f8ab3bee9e0bc7245f2f0223af (diff)
downloadports-b51b839969daf3b42232476460514c9cccc9053e.tar.gz
ports-b51b839969daf3b42232476460514c9cccc9053e.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/Makefile4
-rw-r--r--security/php71-filter/Makefile11
-rw-r--r--security/php71-filter/files/patch-config.m410
-rw-r--r--security/php71-hash/Makefile11
-rw-r--r--security/php71-mcrypt/Makefile11
-rw-r--r--security/php71-openssl/Makefile11
6 files changed, 0 insertions, 58 deletions
diff --git a/security/Makefile b/security/Makefile
index 9adcd4073f45..167b9c332e0d 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -787,10 +787,6 @@
SUBDIR += pgpdump
SUBDIR += pgpgpg
SUBDIR += pgpin
- SUBDIR += php71-filter
- SUBDIR += php71-hash
- SUBDIR += php71-mcrypt
- SUBDIR += php71-openssl
SUBDIR += php72-filter
SUBDIR += php72-hash
SUBDIR += php72-openssl
diff --git a/security/php71-filter/Makefile b/security/php71-filter/Makefile
deleted file mode 100644
index 372eeac3e2a1..000000000000
--- a/security/php71-filter/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= security
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -filter
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/security/php71-filter/files/patch-config.m4 b/security/php71-filter/files/patch-config.m4
deleted file mode 100644
index ab64c6c9d5ad..000000000000
--- a/security/php71-filter/files/patch-config.m4
+++ /dev/null
@@ -1,10 +0,0 @@
---- config.m4.orig 2009-03-06 08:25:45.000000000 +0100
-+++ config.m4 2009-03-06 08:28:10.000000000 +0100
-@@ -32,6 +32,7 @@
- #endif
- ],[
- PHP_PCRE_REGEX=pecl
-+ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
- ],[
- PHP_PCRE_REGEX=no
- ])
diff --git a/security/php71-hash/Makefile b/security/php71-hash/Makefile
deleted file mode 100644
index e007b2cf9f51..000000000000
--- a/security/php71-hash/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= security
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -hash
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/security/php71-mcrypt/Makefile b/security/php71-mcrypt/Makefile
deleted file mode 100644
index 7753cdc08f4c..000000000000
--- a/security/php71-mcrypt/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= security
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -mcrypt
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/security/php71-openssl/Makefile b/security/php71-openssl/Makefile
deleted file mode 100644
index 9f3275642b9d..000000000000
--- a/security/php71-openssl/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= security
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -openssl
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"