diff --git a/archivers/Makefile b/archivers/Makefile index 4c7493809492..0c81596b456a 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -132,6 +132,7 @@ SUBDIR += php5-bz2 SUBDIR += php5-zip SUBDIR += php5-zlib + SUBDIR += php52-bz2 SUBDIR += pigz SUBDIR += ppmd SUBDIR += ppmd-7z diff --git a/archivers/php52-bz2/Makefile b/archivers/php52-bz2/Makefile new file mode 100644 index 000000000000..87b53de866e8 --- /dev/null +++ b/archivers/php52-bz2/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-bz2 +# Date created: 17 Apr 2010 +# Whom: Alex Keda +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -bz2 + +.include "${MASTERDIR}/Makefile" diff --git a/devel/Makefile b/devel/Makefile index ccf02cb642d7..9d9bd888c373 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2469,6 +2469,7 @@ SUBDIR += php5-sysvsem SUBDIR += php5-sysvshm SUBDIR += php5-tokenizer + SUBDIR += php52-pcre SUBDIR += phpbt SUBDIR += phptags SUBDIR += physfs diff --git a/devel/php52-pcre/Makefile b/devel/php52-pcre/Makefile new file mode 100644 index 000000000000..8f7de55fe7bc --- /dev/null +++ b/devel/php52-pcre/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-pcre +# Date created: 17 Apr 2010 +# Whom: Alex Keda +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -pcre + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php52-pcre/files/patch-php_pcre.c b/devel/php52-pcre/files/patch-php_pcre.c new file mode 100644 index 000000000000..4cab8e3aefaf --- /dev/null +++ b/devel/php52-pcre/files/patch-php_pcre.c @@ -0,0 +1,13 @@ +--- php_pcre.c.orig 2009-03-06 10:58:43.000000000 +0100 ++++ php_pcre.c 2009-03-06 10:58:56.000000000 +0100 +@@ -18,6 +18,10 @@ + + /* $Id: php_pcre.c,v 1.168.2.9.2.30 2009/01/13 19:23:31 andrei Exp $ */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + #include "php_ini.h" + #include "php_globals.h" diff --git a/math/Makefile b/math/Makefile index 5f0f336b53fd..b2c3962f3b03 100644 --- a/math/Makefile +++ b/math/Makefile @@ -414,6 +414,7 @@ SUBDIR += php4-gmp SUBDIR += php5-bcmath SUBDIR += php5-gmp + SUBDIR += php52-bcmath SUBDIR += physcalc SUBDIR += plman SUBDIR += ploticus diff --git a/math/php52-bcmath/Makefile b/math/php52-bcmath/Makefile new file mode 100644 index 000000000000..6f5cab5e792a --- /dev/null +++ b/math/php52-bcmath/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-bcmath +# Date created: 17 Apr 2010 +# Whom: Alex Keda +# +# $FreeBSD$ +# + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" diff --git a/misc/Makefile b/misc/Makefile index 27708e7c77a6..fa023a0a9cf0 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -434,6 +434,7 @@ SUBDIR += php4-calendar SUBDIR += php4-mcal SUBDIR += php5-calendar + SUBDIR += php52-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe diff --git a/misc/php52-calendar/Makefile b/misc/php52-calendar/Makefile new file mode 100644 index 000000000000..30baa13c3ad3 --- /dev/null +++ b/misc/php52-calendar/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-calendar +# Date created: 17 Apr 2010 +# Whom: Alex Keda +# +# $FreeBSD$ +# + +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/Makefile b/textproc/Makefile index 480bcf8bd713..cc8e0573a43b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -934,6 +934,7 @@ SUBDIR += php5-xmlreader SUBDIR += php5-xmlwriter SUBDIR += php5-xsl + SUBDIR += php52-ctype SUBDIR += po4a SUBDIR += pocketreader SUBDIR += pootle diff --git a/textproc/php52-ctype/Makefile b/textproc/php52-ctype/Makefile new file mode 100644 index 000000000000..d2a1a7f5878d --- /dev/null +++ b/textproc/php52-ctype/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-ctype +# Date created: 17 Apr 2010 +# Whom: Alex Keda +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -ctype + +.include "${MASTERDIR}/Makefile"