From 7fe96c109332ecdb411ceef911efd11085a88346 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 24 Jun 2013 14:32:11 +0000 Subject: Welcome PHP 5.5! Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run --- archivers/php55-zip/Makefile | 10 ++++++++++ archivers/php55-zip/files/patch-config.m4 | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 archivers/php55-zip/Makefile create mode 100644 archivers/php55-zip/files/patch-config.m4 (limited to 'archivers/php55-zip') diff --git a/archivers/php55-zip/Makefile b/archivers/php55-zip/Makefile new file mode 100644 index 000000000000..5292174544df --- /dev/null +++ b/archivers/php55-zip/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre +# $FreeBSD$ + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php55 + +PKGNAMESUFFIX= -zip + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php55-zip/files/patch-config.m4 b/archivers/php55-zip/files/patch-config.m4 new file mode 100644 index 000000000000..a87640ff160d --- /dev/null +++ b/archivers/php55-zip/files/patch-config.m4 @@ -0,0 +1,10 @@ +--- config.m4.orig 2009-04-09 16:16:30.000000000 +0200 ++++ config.m4 2009-04-09 16:17:02.000000000 +0200 +@@ -65,6 +65,7 @@ + #endif + ],[ + PHP_PCRE_REGEX=pecl ++ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include) + ],[ + PHP_PCRE_REGEX=no + ]) -- cgit v1.2.3