diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-01-24 11:54:20 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-01-24 11:54:20 +0000 |
commit | db021968e3411b659e079e540742896abe4193f1 (patch) | |
tree | ad7f282ff1e254cc6c54bfc24d23efee0af4d12e /security | |
parent | 93028a155ae531c7c9a6c723a6d465b49a90e9df (diff) | |
download | ports-db021968e3411b659e079e540742896abe4193f1.tar.gz ports-db021968e3411b659e079e540742896abe4193f1.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/php71-filter/Makefile | 9 | ||||
-rw-r--r-- | security/php71-filter/files/patch-config.m4 | 10 | ||||
-rw-r--r-- | security/php71-hash/Makefile | 9 | ||||
-rw-r--r-- | security/php71-hash/files/patch-php__hash__sha3.h | 11 | ||||
-rw-r--r-- | security/php71-mcrypt/Makefile | 9 | ||||
-rw-r--r-- | security/php71-openssl/Makefile | 9 |
6 files changed, 57 insertions, 0 deletions
diff --git a/security/php71-filter/Makefile b/security/php71-filter/Makefile new file mode 100644 index 000000000000..8be3655c9d5e --- /dev/null +++ b/security/php71-filter/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -filter + +.include "${MASTERDIR}/Makefile" diff --git a/security/php71-filter/files/patch-config.m4 b/security/php71-filter/files/patch-config.m4 new file mode 100644 index 000000000000..ab64c6c9d5ad --- /dev/null +++ b/security/php71-filter/files/patch-config.m4 @@ -0,0 +1,10 @@ +--- 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 new file mode 100644 index 000000000000..ee41b199dc0b --- /dev/null +++ b/security/php71-hash/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -hash + +.include "${MASTERDIR}/Makefile" diff --git a/security/php71-hash/files/patch-php__hash__sha3.h b/security/php71-hash/files/patch-php__hash__sha3.h new file mode 100644 index 000000000000..5c3f2936e690 --- /dev/null +++ b/security/php71-hash/files/patch-php__hash__sha3.h @@ -0,0 +1,11 @@ +--- php_hash_sha3.h.orig 2016-11-09 03:34:27 UTC ++++ php_hash_sha3.h +@@ -20,7 +20,7 @@ + #define PHP_HASH_SHA3_H + + #include "php.h" +-#include "ext/hash/php_hash.h" ++#include "php_hash.h" + + typedef struct { + unsigned char state[200]; // 5 * 5 * sizeof(uint64) diff --git a/security/php71-mcrypt/Makefile b/security/php71-mcrypt/Makefile new file mode 100644 index 000000000000..7d326baba8de --- /dev/null +++ b/security/php71-mcrypt/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -mcrypt + +.include "${MASTERDIR}/Makefile" diff --git a/security/php71-openssl/Makefile b/security/php71-openssl/Makefile new file mode 100644 index 000000000000..d488d29c194b --- /dev/null +++ b/security/php71-openssl/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -openssl + +.include "${MASTERDIR}/Makefile" |