- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 15:21:26 +00:00
parent 3acf4c24e2
commit 90dfbebfc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253097
11 changed files with 88 additions and 0 deletions

View file

@ -132,6 +132,7 @@
SUBDIR += php5-bz2
SUBDIR += php5-zip
SUBDIR += php5-zlib
SUBDIR += php52-bz2
SUBDIR += pigz
SUBDIR += ppmd
SUBDIR += ppmd-7z

View file

@ -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"

View file

@ -2469,6 +2469,7 @@
SUBDIR += php5-sysvsem
SUBDIR += php5-sysvshm
SUBDIR += php5-tokenizer
SUBDIR += php52-pcre
SUBDIR += phpbt
SUBDIR += phptags
SUBDIR += physfs

14
devel/php52-pcre/Makefile Normal file
View file

@ -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"

View file

@ -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"

View file

@ -414,6 +414,7 @@
SUBDIR += php4-gmp
SUBDIR += php5-bcmath
SUBDIR += php5-gmp
SUBDIR += php52-bcmath
SUBDIR += physcalc
SUBDIR += plman
SUBDIR += ploticus

View file

@ -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"

View file

@ -434,6 +434,7 @@
SUBDIR += php4-calendar
SUBDIR += php4-mcal
SUBDIR += php5-calendar
SUBDIR += php52-calendar
SUBDIR += phraze
SUBDIR += pinfo
SUBDIR += pipe

View file

@ -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"

View file

@ -934,6 +934,7 @@
SUBDIR += php5-xmlreader
SUBDIR += php5-xmlwriter
SUBDIR += php5-xsl
SUBDIR += php52-ctype
SUBDIR += po4a
SUBDIR += pocketreader
SUBDIR += pootle

View file

@ -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"