diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-23 15:21:26 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-23 15:21:26 +0000 |
commit | 3a83b8d9289ab377fe477a890dcd6455987c94cb (patch) | |
tree | 7ea2650b54570bea90cbeeceed2541a65812f4e5 | |
parent | 8acb0d30a077bb5b154753df123084398030354f (diff) | |
download | FreeBSD-ports-3a83b8d9289ab377fe477a890dcd6455987c94cb.zip FreeBSD-ports-3a83b8d9289ab377fe477a890dcd6455987c94cb.tar.gz |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/php52-bz2/Makefile | 14 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/php52-pcre/Makefile | 14 | ||||
-rw-r--r-- | devel/php52-pcre/files/patch-php_pcre.c | 13 | ||||
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/php52-bcmath/Makefile | 14 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/php52-calendar/Makefile | 14 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php52-ctype/Makefile | 14 |
11 files changed, 88 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 4c74938..0c81596 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 0000000..87b53de --- /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 <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -bz2 + +.include "${MASTERDIR}/Makefile" diff --git a/devel/Makefile b/devel/Makefile index ccf02cb..9d9bd88 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 0000000..8f7de55 --- /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 <admin@lissyara.su> +# +# $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 0000000..4cab8e3 --- /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 5f0f336..b2c3962 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 0000000..6f5cab5 --- /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 <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" diff --git a/misc/Makefile b/misc/Makefile index 27708e7..fa023a0 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 0000000..30baa13 --- /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 <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/Makefile b/textproc/Makefile index 480bcf8..cc8e057 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 0000000..d2a1a7f --- /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 <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -ctype + +.include "${MASTERDIR}/Makefile" |