mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
This commit is contained in:
parent
0484e77fc1
commit
9dc8b611a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253099
@ -519,6 +519,7 @@
|
||||
SUBDIR += php5-sqlite
|
||||
SUBDIR += php5-sybase_ct
|
||||
SUBDIR += php52-dba
|
||||
SUBDIR += php52-dbase
|
||||
SUBDIR += phpminiadmin
|
||||
SUBDIR += phpmyadmin
|
||||
SUBDIR += phpmyadmin211
|
||||
|
14
databases/php52-dba/Makefile
Normal file
14
databases/php52-dba/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php52-dba
|
||||
# Date created: 17 Apr 2010
|
||||
# Whom: Alex Keda <admin@lissyara.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||||
|
||||
PKGNAMESUFFIX= -dba
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
46
databases/php52-dba/files/patch-config.m4
Normal file
46
databases/php52-dba/files/patch-config.m4
Normal file
@ -0,0 +1,46 @@
|
||||
--- config.m4.orig 2007-12-06 15:17:43.000000000 +0100
|
||||
+++ config.m4 2008-12-11 12:50:27.000000000 +0100
|
||||
@@ -280,6 +280,34 @@
|
||||
THIS_PREFIX=$i
|
||||
THIS_INCLUDE=$i/db4/db.h
|
||||
break
|
||||
+ elif test -f "$i/include/db47/db.h"; then
|
||||
+ THIS_PREFIX=$i
|
||||
+ THIS_INCLUDE=$i/include/db47/db.h
|
||||
+ break
|
||||
+ elif test -f "$i/include/db46/db.h"; then
|
||||
+ THIS_PREFIX=$i
|
||||
+ THIS_INCLUDE=$i/include/db46/db.h
|
||||
+ break
|
||||
+ elif test -f "$i/include/db45/db.h"; then
|
||||
+ THIS_PREFIX=$i
|
||||
+ THIS_INCLUDE=$i/include/db45/db.h
|
||||
+ break
|
||||
+ elif test -f "$i/include/db44/db.h"; then
|
||||
+ THIS_PREFIX=$i
|
||||
+ THIS_INCLUDE=$i/include/db44/db.h
|
||||
+ break
|
||||
+ elif test -f "$i/include/db43/db.h"; then
|
||||
+ THIS_PREFIX=$i
|
||||
+ THIS_INCLUDE=$i/include/db43/db.h
|
||||
+ break
|
||||
+ elif test -f "$i/include/db42/db.h"; then
|
||||
+ THIS_PREFIX=$i
|
||||
+ THIS_INCLUDE=$i/include/db42/db.h
|
||||
+ break
|
||||
+ elif test -f "$i/include/db41/db.h"; then
|
||||
+ THIS_PREFIX=$i
|
||||
+ THIS_INCLUDE=$i/include/db41/db.h
|
||||
+ break
|
||||
elif test -f "$i/include/db4.6/db.h"; then
|
||||
THIS_PREFIX=$i
|
||||
THIS_INCLUDE=$i/include/db4.6/db.h
|
||||
@@ -306,7 +334,7 @@
|
||||
break
|
||||
fi
|
||||
done
|
||||
- PHP_DBA_DB_CHECK(4, db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db, [(void)db_create((DB**)0, (DB_ENV*)0, 0)])
|
||||
+ PHP_DBA_DB_CHECK(4, db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db, [(void)db_create((DB**)0, (DB_ENV*)0, 0)])
|
||||
fi
|
||||
PHP_DBA_STD_RESULT(db4,Berkeley DB4)
|
||||
|
14
databases/php52-dbase/Makefile
Normal file
14
databases/php52-dbase/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php52-dbase
|
||||
# Date created: 17 Apr 2010
|
||||
# Whom: Alex Keda <admin@lissyara.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||||
|
||||
PKGNAMESUFFIX= -dbase
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -688,6 +688,7 @@
|
||||
SUBDIR += php5-exif
|
||||
SUBDIR += php5-ffmpeg
|
||||
SUBDIR += php5-gd
|
||||
SUBDIR += php52-exif
|
||||
SUBDIR += phplot
|
||||
SUBDIR += phpsview
|
||||
SUBDIR += picpuz
|
||||
|
14
graphics/php52-exif/Makefile
Normal file
14
graphics/php52-exif/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php52-exif
|
||||
# Date created: 17 Apr 2010
|
||||
# Whom: Alex Keda <admin@lissyara.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||||
|
||||
PKGNAMESUFFIX= -exif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -629,6 +629,7 @@
|
||||
SUBDIR += php5-hash
|
||||
SUBDIR += php5-mcrypt
|
||||
SUBDIR += php5-openssl
|
||||
SUBDIR += php52-filter
|
||||
SUBDIR += phpdeadlock
|
||||
SUBDIR += phpmyid
|
||||
SUBDIR += phpsecinfo
|
||||
|
@ -935,6 +935,7 @@
|
||||
SUBDIR += php5-xmlwriter
|
||||
SUBDIR += php5-xsl
|
||||
SUBDIR += php52-ctype
|
||||
SUBDIR += php52-dom
|
||||
SUBDIR += po4a
|
||||
SUBDIR += pocketreader
|
||||
SUBDIR += pootle
|
||||
|
14
textproc/php52-dom/Makefile
Normal file
14
textproc/php52-dom/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php52-dom
|
||||
# Date created: 17 Apr 2010
|
||||
# Whom: Alex Keda <admin@lissyara.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||||
|
||||
PKGNAMESUFFIX= -dom
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user