diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 | ||||
-rw-r--r-- | security/php53-filter/Makefile | 9 | ||||
-rw-r--r-- | security/php53-filter/files/patch-config.m4 | 10 | ||||
-rw-r--r-- | security/php53-hash/Makefile | 9 | ||||
-rw-r--r-- | security/php53-mcrypt/Makefile | 10 | ||||
-rw-r--r-- | security/php53-openssl/Makefile | 9 |
6 files changed, 0 insertions, 51 deletions
diff --git a/security/Makefile b/security/Makefile index 7b399532afd2..a04902404bfd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -719,10 +719,6 @@ SUBDIR += php5-hash SUBDIR += php5-mcrypt SUBDIR += php5-openssl - SUBDIR += php53-filter - SUBDIR += php53-hash - SUBDIR += php53-mcrypt - SUBDIR += php53-openssl SUBDIR += php55-filter SUBDIR += php55-hash SUBDIR += php55-mcrypt diff --git a/security/php53-filter/Makefile b/security/php53-filter/Makefile deleted file mode 100644 index 76001bbc2b1f..000000000000 --- a/security/php53-filter/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -filter - -.include "${MASTERDIR}/Makefile" diff --git a/security/php53-filter/files/patch-config.m4 b/security/php53-filter/files/patch-config.m4 deleted file mode 100644 index ab64c6c9d5ad..000000000000 --- a/security/php53-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/php53-hash/Makefile b/security/php53-hash/Makefile deleted file mode 100644 index a373c7eeb95e..000000000000 --- a/security/php53-hash/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -hash - -.include "${MASTERDIR}/Makefile" diff --git a/security/php53-mcrypt/Makefile b/security/php53-mcrypt/Makefile deleted file mode 100644 index 7e344bfde53f..000000000000 --- a/security/php53-mcrypt/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -PORTREVISION= 1 -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -mcrypt - -.include "${MASTERDIR}/Makefile" diff --git a/security/php53-openssl/Makefile b/security/php53-openssl/Makefile deleted file mode 100644 index b8a2edc12541..000000000000 --- a/security/php53-openssl/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -openssl - -.include "${MASTERDIR}/Makefile" |