diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 | ||||
-rw-r--r-- | security/php5-filter/Makefile | 10 | ||||
-rw-r--r-- | security/php5-filter/files/patch-config.m4 | 10 | ||||
-rw-r--r-- | security/php5-hash/Makefile | 10 | ||||
-rw-r--r-- | security/php5-mcrypt/Makefile | 10 | ||||
-rw-r--r-- | security/php5-openssl/Makefile | 10 |
6 files changed, 0 insertions, 54 deletions
diff --git a/security/Makefile b/security/Makefile index c89cf743f47a..16ea266c739a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -752,10 +752,6 @@ SUBDIR += pgpgpg SUBDIR += pgpin SUBDIR += php-suhosin - SUBDIR += php5-filter - SUBDIR += php5-hash - SUBDIR += php5-mcrypt - SUBDIR += php5-openssl SUBDIR += php55-filter SUBDIR += php55-hash SUBDIR += php55-mcrypt diff --git a/security/php5-filter/Makefile b/security/php5-filter/Makefile deleted file mode 100644 index 9c4d5a1c6a07..000000000000 --- a/security/php5-filter/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -filter - -.include "${MASTERDIR}/Makefile" diff --git a/security/php5-filter/files/patch-config.m4 b/security/php5-filter/files/patch-config.m4 deleted file mode 100644 index ab64c6c9d5ad..000000000000 --- a/security/php5-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/php5-hash/Makefile b/security/php5-hash/Makefile deleted file mode 100644 index 64a4d1244389..000000000000 --- a/security/php5-hash/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -hash - -.include "${MASTERDIR}/Makefile" diff --git a/security/php5-mcrypt/Makefile b/security/php5-mcrypt/Makefile deleted file mode 100644 index 0bfe722f97aa..000000000000 --- a/security/php5-mcrypt/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -mcrypt - -.include "${MASTERDIR}/Makefile" diff --git a/security/php5-openssl/Makefile b/security/php5-openssl/Makefile deleted file mode 100644 index 4101065bc193..000000000000 --- a/security/php5-openssl/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -openssl - -.include "${MASTERDIR}/Makefile" |