mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
This commit is contained in:
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
|
@ -132,6 +132,7 @@
|
|||
SUBDIR += php5-bz2
|
||||
SUBDIR += php5-zip
|
||||
SUBDIR += php5-zlib
|
||||
SUBDIR += php52-bz2
|
||||
SUBDIR += pigz
|
||||
SUBDIR += ppmd
|
||||
SUBDIR += ppmd-7z
|
||||
|
|
14
archivers/php52-bz2/Makefile
Normal file
14
archivers/php52-bz2/Makefile
Normal 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"
|
|
@ -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
14
devel/php52-pcre/Makefile
Normal 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"
|
13
devel/php52-pcre/files/patch-php_pcre.c
Normal file
13
devel/php52-pcre/files/patch-php_pcre.c
Normal 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"
|
|
@ -414,6 +414,7 @@
|
|||
SUBDIR += php4-gmp
|
||||
SUBDIR += php5-bcmath
|
||||
SUBDIR += php5-gmp
|
||||
SUBDIR += php52-bcmath
|
||||
SUBDIR += physcalc
|
||||
SUBDIR += plman
|
||||
SUBDIR += ploticus
|
||||
|
|
14
math/php52-bcmath/Makefile
Normal file
14
math/php52-bcmath/Makefile
Normal 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"
|
|
@ -434,6 +434,7 @@
|
|||
SUBDIR += php4-calendar
|
||||
SUBDIR += php4-mcal
|
||||
SUBDIR += php5-calendar
|
||||
SUBDIR += php52-calendar
|
||||
SUBDIR += phraze
|
||||
SUBDIR += pinfo
|
||||
SUBDIR += pipe
|
||||
|
|
14
misc/php52-calendar/Makefile
Normal file
14
misc/php52-calendar/Makefile
Normal 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"
|
|
@ -934,6 +934,7 @@
|
|||
SUBDIR += php5-xmlreader
|
||||
SUBDIR += php5-xmlwriter
|
||||
SUBDIR += php5-xsl
|
||||
SUBDIR += php52-ctype
|
||||
SUBDIR += po4a
|
||||
SUBDIR += pocketreader
|
||||
SUBDIR += pootle
|
||||
|
|
14
textproc/php52-ctype/Makefile
Normal file
14
textproc/php52-ctype/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue