[Midnightbsd-cvs] mports [20618] trunk/databases: add php 5.5 and 5.6 pdo ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 1 11:49:49 EST 2015


Revision: 20618
          http://svnweb.midnightbsd.org/mports/?rev=20618
Author:   laffer1
Date:     2015-11-01 11:49:49 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
add php 5.5 and 5.6 pdo ports

Modified Paths:
--------------
    trunk/databases/Makefile

Added Paths:
-----------
    trunk/databases/php55-dba/
    trunk/databases/php55-dba/Makefile
    trunk/databases/php55-dba/files/
    trunk/databases/php55-dba/files/patch-config.m4
    trunk/databases/php55-pdo/
    trunk/databases/php55-pdo/Makefile
    trunk/databases/php55-pdo_dblib/
    trunk/databases/php55-pdo_dblib/Makefile
    trunk/databases/php55-pdo_mysql/
    trunk/databases/php55-pdo_mysql/Makefile
    trunk/databases/php55-pdo_odbc/
    trunk/databases/php55-pdo_odbc/Makefile
    trunk/databases/php55-pdo_pgsql/
    trunk/databases/php55-pdo_pgsql/Makefile
    trunk/databases/php55-pdo_sqlite/
    trunk/databases/php55-pdo_sqlite/Makefile
    trunk/databases/php55-sqlite3/
    trunk/databases/php55-sqlite3/Makefile
    trunk/databases/php55-sybase_ct/
    trunk/databases/php55-sybase_ct/Makefile
    trunk/databases/php56-dba/
    trunk/databases/php56-dba/Makefile
    trunk/databases/php56-dba/files/
    trunk/databases/php56-dba/files/patch-config.m4
    trunk/databases/php56-mssql/
    trunk/databases/php56-mssql/Makefile
    trunk/databases/php56-mysql/
    trunk/databases/php56-mysql/Makefile
    trunk/databases/php56-mysqli/
    trunk/databases/php56-mysqli/Makefile
    trunk/databases/php56-mysqli/files/
    trunk/databases/php56-mysqli/files/patch-php_mysqli_structs.h
    trunk/databases/php56-odbc/
    trunk/databases/php56-odbc/Makefile
    trunk/databases/php56-odbc/files/
    trunk/databases/php56-odbc/files/patch-config.m4
    trunk/databases/php56-pdo/
    trunk/databases/php56-pdo/Makefile
    trunk/databases/php56-pdo_dblib/
    trunk/databases/php56-pdo_dblib/Makefile
    trunk/databases/php56-pdo_mysql/
    trunk/databases/php56-pdo_mysql/Makefile
    trunk/databases/php56-pdo_odbc/
    trunk/databases/php56-pdo_odbc/Makefile
    trunk/databases/php56-pdo_pgsql/
    trunk/databases/php56-pdo_pgsql/Makefile
    trunk/databases/php56-pdo_sqlite/
    trunk/databases/php56-pdo_sqlite/Makefile
    trunk/databases/php56-pgsql/
    trunk/databases/php56-pgsql/Makefile
    trunk/databases/php56-pgsql/files/
    trunk/databases/php56-pgsql/files/patch-pgsql.c
    trunk/databases/php56-redis/
    trunk/databases/php56-redis/Makefile
    trunk/databases/php56-redis/distinfo
    trunk/databases/php56-redis/pkg-descr
    trunk/databases/php56-sqlite3/
    trunk/databases/php56-sqlite3/Makefile
    trunk/databases/php56-sybase_ct/
    trunk/databases/php56-sybase_ct/Makefile

Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile	2015-11-01 16:42:28 UTC (rev 20617)
+++ trunk/databases/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -65,12 +65,36 @@
 SUBDIR += php5-pgsql
 SUBDIR += php5-sqlite3
 SUBDIR += php5-sybase_ct
+SUBDIR += php55-dba
 SUBDIR += php55-mssql
 SUBDIR += php55-mysql
 SUBDIR += php55-mysqli
 SUBDIR += php55-odbc
+SUBDIR += php55-pdo
+SUBDIR += php55-pdo_dblib
+SUBDIR += php55-pdo_mysql
+SUBDIR += php55-pdo_odbc
+SUBDIR += php55-pdo_pgsql
+SUBDIR += php55-pdo_sqlite
 SUBDIR += php55-pgsql
 SUBDIR += php55-redis
+SUBDIR += php55-sqlite3
+SUBDIR += php55-sybase_ct
+SUBDIR += php56-dba
+SUBDIR += php56-mssql
+SUBDIR += php56-mysql
+SUBDIR += php56-mysqli
+SUBDIR += php56-odbc
+SUBDIR += php56-pdo
+SUBDIR += php56-pdo_dblib
+SUBDIR += php56-pdo_mysql
+SUBDIR += php56-pdo_odbc
+SUBDIR += php56-pdo_pgsql
+SUBDIR += php56-pdo_sqlite
+SUBDIR += php56-pgsql
+SUBDIR += php56-redis
+SUBDIR += php56-sqlite3
+SUBDIR += php56-sybase_ct
 SUBDIR += phpmyadmin
 SUBDIR += phppgadmin
 SUBDIR += postgresql-jdbc

Added: trunk/databases/php55-dba/Makefile
===================================================================
--- trunk/databases/php55-dba/Makefile	                        (rev 0)
+++ trunk/databases/php55-dba/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-dba
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php55-dba/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php55-dba/files/patch-config.m4
===================================================================
--- trunk/databases/php55-dba/files/patch-config.m4	                        (rev 0)
+++ trunk/databases/php55-dba/files/patch-config.m4	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,50 @@
+--- config.m4.orig	2012-11-21 06:12:20.000000000 +0100
++++ config.m4	2012-12-12 10:18:42.000000000 +0100
+@@ -320,6 +320,38 @@
+       THIS_PREFIX=$i
+       THIS_INCLUDE=$i/db4/db.h
+       break
++    elif test -f "$i/include/db5/db.h"; then
++      THIS_PREFIX=$i
++      THIS_INCLUDE=$i/include/db5/db.h
++      break
++    elif test -f "$i/include/db48/db.h"; then
++      THIS_PREFIX=$i
++      THIS_INCLUDE=$i/include/db48/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/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/db5.1/db.h"; then
+       THIS_PREFIX=$i
+       THIS_INCLUDE=$i/include/db5.1/db.h
+@@ -362,7 +394,7 @@
+       break
+     fi
+   done
+-  PHP_DBA_DB_CHECK(4, db-5.1 db-5.0 db-4.8 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)])
++  PHP_DBA_DB_CHECK(4, db-5 db-5.1 db-5.0 db-4.8 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)
+ 


Property changes on: trunk/databases/php55-dba/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php55-pdo/Makefile
===================================================================
--- trunk/databases/php55-pdo/Makefile	                        (rev 0)
+++ trunk/databases/php55-pdo/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-pdo
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php55-pdo/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php55-pdo_dblib/Makefile
===================================================================
--- trunk/databases/php55-pdo_dblib/Makefile	                        (rev 0)
+++ trunk/databases/php55-pdo_dblib/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-pdo_dblib
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php55-pdo_dblib/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php55-pdo_mysql/Makefile
===================================================================
--- trunk/databases/php55-pdo_mysql/Makefile	                        (rev 0)
+++ trunk/databases/php55-pdo_mysql/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php55-pdo_mysql/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-pdo_mysql
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php55-pdo_mysql/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php55-pdo_odbc/Makefile
===================================================================
--- trunk/databases/php55-pdo_odbc/Makefile	                        (rev 0)
+++ trunk/databases/php55-pdo_odbc/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php55-pdo_odbc/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-pdo_odbc
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php55-pdo_odbc/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php55-pdo_pgsql/Makefile
===================================================================
--- trunk/databases/php55-pdo_pgsql/Makefile	                        (rev 0)
+++ trunk/databases/php55-pdo_pgsql/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php55-pdo_pgsql/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-pdo_pgsql
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php55-pdo_pgsql/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php55-pdo_sqlite/Makefile
===================================================================
--- trunk/databases/php55-pdo_sqlite/Makefile	                        (rev 0)
+++ trunk/databases/php55-pdo_sqlite/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php55-pdo_sqlite/Makefile 389655 2015-06-14 20:23:09Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-pdo_sqlite
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php55-pdo_sqlite/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php55-sqlite3/Makefile
===================================================================
--- trunk/databases/php55-sqlite3/Makefile	                        (rev 0)
+++ trunk/databases/php55-sqlite3/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php55-sqlite3/Makefile 389655 2015-06-14 20:23:09Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-sqlite3
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php55-sqlite3/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php55-sybase_ct/Makefile
===================================================================
--- trunk/databases/php55-sybase_ct/Makefile	                        (rev 0)
+++ trunk/databases/php55-sybase_ct/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php55-sybase_ct/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-sybase_ct
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php55-sybase_ct/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-dba/Makefile
===================================================================
--- trunk/databases/php56-dba/Makefile	                        (rev 0)
+++ trunk/databases/php56-dba/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-dba/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-dba
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-dba/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-dba/files/patch-config.m4
===================================================================
--- trunk/databases/php56-dba/files/patch-config.m4	                        (rev 0)
+++ trunk/databases/php56-dba/files/patch-config.m4	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,50 @@
+--- config.m4.orig	2012-11-21 06:12:20.000000000 +0100
++++ config.m4	2012-12-12 10:18:42.000000000 +0100
+@@ -320,6 +320,38 @@
+       THIS_PREFIX=$i
+       THIS_INCLUDE=$i/db4/db.h
+       break
++    elif test -f "$i/include/db5/db.h"; then
++      THIS_PREFIX=$i
++      THIS_INCLUDE=$i/include/db5/db.h
++      break
++    elif test -f "$i/include/db48/db.h"; then
++      THIS_PREFIX=$i
++      THIS_INCLUDE=$i/include/db48/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/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/db5.1/db.h"; then
+       THIS_PREFIX=$i
+       THIS_INCLUDE=$i/include/db5.1/db.h
+@@ -362,7 +394,7 @@
+       break
+     fi
+   done
+-  PHP_DBA_DB_CHECK(4, db-5.1 db-5.0 db-4.8 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)])
++  PHP_DBA_DB_CHECK(4, db-5 db-5.1 db-5.0 db-4.8 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)
+ 


Property changes on: trunk/databases/php56-dba/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-mssql/Makefile
===================================================================
--- trunk/databases/php56-mssql/Makefile	                        (rev 0)
+++ trunk/databases/php56-mssql/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-mssql/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-mssql
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-mssql/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-mysql/Makefile
===================================================================
--- trunk/databases/php56-mysql/Makefile	                        (rev 0)
+++ trunk/databases/php56-mysql/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-mysql/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-mysql
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-mysql/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-mysqli/Makefile
===================================================================
--- trunk/databases/php56-mysqli/Makefile	                        (rev 0)
+++ trunk/databases/php56-mysqli/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-mysqli/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-mysqli
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-mysqli/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-mysqli/files/patch-php_mysqli_structs.h
===================================================================
--- trunk/databases/php56-mysqli/files/patch-php_mysqli_structs.h	                        (rev 0)
+++ trunk/databases/php56-mysqli/files/patch-php_mysqli_structs.h	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+--- php_mysqli_structs.h.orig	2010-07-26 15:52:54.000000000 +0200
++++ php_mysqli_structs.h	2010-07-26 15:53:14.000000000 +0200
+@@ -54,6 +54,7 @@
+ #define WE_HAD_MBSTATE_T
+ #endif
+ 
++#define HAVE_ULONG 1
+ #include <my_global.h>
+ 
+ #if !defined(HAVE_MBRLEN) && defined(WE_HAD_MBRLEN)


Property changes on: trunk/databases/php56-mysqli/files/patch-php_mysqli_structs.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-odbc/Makefile
===================================================================
--- trunk/databases/php56-odbc/Makefile	                        (rev 0)
+++ trunk/databases/php56-odbc/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-odbc/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-odbc
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-odbc/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-odbc/files/patch-config.m4
===================================================================
--- trunk/databases/php56-odbc/files/patch-config.m4	                        (rev 0)
+++ trunk/databases/php56-odbc/files/patch-config.m4	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,129 @@
+--- config.m4.orig	2015-04-15 18:05:57.000000000 +0000
++++ config.m4	2015-04-26 12:08:54.914235064 +0000
+@@ -100,13 +100,17 @@
+ dnl configure options
+ dnl
+ 
++PHP_ARG_ENABLE(odbc,,
++[  --enable-odbc             Enable ODBC support with selected driver])
++
++
+ PHP_ARG_WITH(odbcver,,
+ [  --with-odbcver[=HEX]      Force support for the passed ODBC version. A hex number is expected, default 0x0300.
+                              Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0300)
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(adabas,,
+-[  --with-adabas[=DIR]       Include Adabas D support [/usr/local]])
++[  --with-adabas[=DIR]       Include Adabas D support [/usr/local]], no, no)
+ 
+   AC_MSG_CHECKING([for Adabas support])
+   if test "$PHP_ADABAS" != "no"; then
+@@ -135,7 +139,7 @@
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(sapdb,,
+-[  --with-sapdb[=DIR]        Include SAP DB support [/usr/local]])
++[  --with-sapdb[=DIR]        Include SAP DB support [/usr/local]], no, no)
+ 
+   AC_MSG_CHECKING([for SAP DB support])
+   if test "$PHP_SAPDB" != "no"; then
+@@ -155,7 +159,7 @@
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(solid,,
+-[  --with-solid[=DIR]        Include Solid support [/usr/local/solid]])
++[  --with-solid[=DIR]        Include Solid support [/usr/local/solid]], no, no)
+ 
+   AC_MSG_CHECKING(for Solid support)
+   if test "$PHP_SOLID" != "no"; then
+@@ -182,7 +186,7 @@
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(ibm-db2,,
+-[  --with-ibm-db2[=DIR]      Include IBM DB2 support [/home/db2inst1/sqllib]])
++[  --with-ibm-db2[=DIR]      Include IBM DB2 support [/home/db2inst1/sqllib]], no, no)
+ 
+   AC_MSG_CHECKING(for IBM DB2 support)
+   if test "$PHP_IBM_DB2" != "no"; then
+@@ -221,7 +225,7 @@
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(ODBCRouter,,
+-[  --with-ODBCRouter[=DIR]   Include ODBCRouter.com support [/usr]])
++[  --with-ODBCRouter[=DIR]   Include ODBCRouter.com support [/usr]], no, no)
+ 
+   AC_MSG_CHECKING(for ODBCRouter.com support)
+   if test "$PHP_ODBCROUTER" != "no"; then
+@@ -244,7 +248,7 @@
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(empress,,
+ [  --with-empress[=DIR]      Include Empress support [\$EMPRESSPATH]
+-                          (Empress Version >= 8.60 required)])
++                          (Empress Version >= 8.60 required)], no, no)
+ 
+   AC_MSG_CHECKING(for Empress support)
+   if test "$PHP_EMPRESS" != "no"; then
+@@ -270,7 +274,7 @@
+ PHP_ARG_WITH(empress-bcs,,
+ [  --with-empress-bcs[=DIR]
+                           Include Empress Local Access support [\$EMPRESSPATH]
+-                          (Empress Version >= 8.60 required)])
++                          (Empress Version >= 8.60 required)], no, no)
+ 
+   AC_MSG_CHECKING(for Empress local access support)
+   if test "$PHP_EMPRESS_BCS" != "no"; then
+@@ -310,7 +314,7 @@
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(birdstep,,
+-[  --with-birdstep[=DIR]     Include Birdstep support [/usr/local/birdstep]])
++[  --with-birdstep[=DIR]     Include Birdstep support [/usr/local/birdstep]], no, no)
+   
+   AC_MSG_CHECKING(for Birdstep support)
+   if test "$PHP_BIRDSTEP" != "no"; then
+@@ -366,7 +370,7 @@
+                           running this configure script:
+                             CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
+                             LDFLAGS=-lunix
+-                            CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"])
++                            CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"], no, no)
+ 
+   AC_MSG_CHECKING(for a custom ODBC support)
+   if test "$PHP_CUSTOM_ODBC" != "no"; then
+@@ -388,7 +392,7 @@
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(iodbc,,
+-[  --with-iodbc[=DIR]        Include iODBC support [/usr/local]])
++[  --with-iodbc[=DIR]        Include iODBC support [/usr/local]], no, no)
+ 
+   AC_MSG_CHECKING(for iODBC support)
+   if test "$PHP_IODBC" != "no"; then
+@@ -426,7 +430,7 @@
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(esoob,,
+-[  --with-esoob[=DIR]        Include Easysoft OOB support [/usr/local/easysoft/oob/client]])
++[  --with-esoob[=DIR]        Include Easysoft OOB support [/usr/local/easysoft/oob/client]], no, no)
+ 
+   AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support)
+   if test "$PHP_ESOOB" != "no"; then
+@@ -448,7 +452,7 @@
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(unixODBC,,
+-[  --with-unixODBC[=DIR]     Include unixODBC support [/usr/local]])
++[  --with-unixODBC[=DIR]     Include unixODBC support [/usr/local]], no, no)
+ 
+   AC_MSG_CHECKING(for unixODBC support)
+   if test "$PHP_UNIXODBC" != "no"; then
+@@ -471,7 +475,7 @@
+ 
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(dbmaker,,
+-[  --with-dbmaker[=DIR]      Include DBMaker support])
++[  --with-dbmaker[=DIR]      Include DBMaker support], no, no)
+ 
+   AC_MSG_CHECKING(for DBMaker support)
+   if test "$PHP_DBMAKER" != "no"; then


Property changes on: trunk/databases/php56-odbc/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-pdo/Makefile
===================================================================
--- trunk/databases/php56-pdo/Makefile	                        (rev 0)
+++ trunk/databases/php56-pdo/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-pdo/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-pdo
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-pdo/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-pdo_dblib/Makefile
===================================================================
--- trunk/databases/php56-pdo_dblib/Makefile	                        (rev 0)
+++ trunk/databases/php56-pdo_dblib/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-pdo_dblib/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-pdo_dblib
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-pdo_dblib/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-pdo_mysql/Makefile
===================================================================
--- trunk/databases/php56-pdo_mysql/Makefile	                        (rev 0)
+++ trunk/databases/php56-pdo_mysql/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-pdo_mysql/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-pdo_mysql
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-pdo_mysql/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-pdo_odbc/Makefile
===================================================================
--- trunk/databases/php56-pdo_odbc/Makefile	                        (rev 0)
+++ trunk/databases/php56-pdo_odbc/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-pdo_odbc/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-pdo_odbc
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-pdo_odbc/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-pdo_pgsql/Makefile
===================================================================
--- trunk/databases/php56-pdo_pgsql/Makefile	                        (rev 0)
+++ trunk/databases/php56-pdo_pgsql/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-pdo_pgsql/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-pdo_pgsql
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-pdo_pgsql/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-pdo_sqlite/Makefile
===================================================================
--- trunk/databases/php56-pdo_sqlite/Makefile	                        (rev 0)
+++ trunk/databases/php56-pdo_sqlite/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-pdo_sqlite/Makefile 384787 2015-04-26 12:33:09Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-pdo_sqlite
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-pdo_sqlite/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-pgsql/Makefile
===================================================================
--- trunk/databases/php56-pgsql/Makefile	                        (rev 0)
+++ trunk/databases/php56-pgsql/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-pgsql/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-pgsql
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-pgsql/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-pgsql/files/patch-pgsql.c
===================================================================
--- trunk/databases/php56-pgsql/files/patch-pgsql.c	                        (rev 0)
+++ trunk/databases/php56-pgsql/files/patch-pgsql.c	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,11 @@
+--- pgsql.c.orig	2010-01-03 10:23:27.000000000 +0100
++++ pgsql.c	2010-03-08 11:00:26.000000000 +0100
+@@ -728,7 +731,7 @@
+ static int le_link, le_plink, le_result, le_lofp, le_string;
+ 
+ /* {{{ _php_pgsql_trim_message */
+-static char * _php_pgsql_trim_message(const char *message, int *len)
++static char * _php_pgsql_trim_message(const char *message, size_t *len)
+ {
+ 	register int i = strlen(message)-1;
+ 


Property changes on: trunk/databases/php56-pgsql/files/patch-pgsql.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-redis/Makefile
===================================================================
--- trunk/databases/php56-redis/Makefile	                        (rev 0)
+++ trunk/databases/php56-redis/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,39 @@
+# Created by: Benedikt Niessen <ports at niessen.ch>
+# $FreeBSD: head/databases/php56-redis/Makefile 390794 2015-06-28 16:02:34Z antoine $
+
+PORTNAME=	redis
+PORTVERSION=	2.2.5
+CATEGORIES=	databases
+PKGNAMEPREFIX=	php56-
+
+MAINTAINER=	m.tsatsenko at gmail.com
+COMMENT=	PHP5 extension for Redis
+
+LICENSE=	PHP301
+
+GITVERSION=	0f0661e
+
+USE_PHP=	session
+USE_PHP_BUILD=	yes
+USE_PHPEXT=	yes
+PHP_DEFAULT=	5.6
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	nicolasff
+GH_PROJECT=	phpredis
+
+PHP_MODNAME=	redis
+
+OPTIONS_DEFINE=	IGBINARY
+IGBINARY_DESC=	Build with Igbinary serializer
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MIGBINARY}
+USE_PHP+=	igbinary
+CONFIGURE_ARGS+=--enable-redis-igbinary
+.else
+CONFIGURE_ARGS+=--disable-redis-igbinary
+.endif
+
+.include <bsd.port.mk>


Property changes on: trunk/databases/php56-redis/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-redis/distinfo
===================================================================
--- trunk/databases/php56-redis/distinfo	                        (rev 0)
+++ trunk/databases/php56-redis/distinfo	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,2 @@
+SHA256 (nicolasff-phpredis-2.2.5_GH0.tar.gz) = d5dc99acede8132d5ffad94eec13771915dc98936b9e6df7d0ee45127a27593c
+SIZE (nicolasff-phpredis-2.2.5_GH0.tar.gz) = 130957


Property changes on: trunk/databases/php56-redis/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-redis/pkg-descr
===================================================================
--- trunk/databases/php56-redis/pkg-descr	                        (rev 0)
+++ trunk/databases/php56-redis/pkg-descr	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,8 @@
+This extension provides an API for communicating with Redis database,
+a persistent key-value database with built-in net interface written
+in ANSI-C for Posix systems.
+
+It is a fork of alfonsojimenez's phpredis, adding many methods and
+fixing a lot of issues.
+
+WWW: https://github.com/nicolasff/phpredis


Property changes on: trunk/databases/php56-redis/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-sqlite3/Makefile
===================================================================
--- trunk/databases/php56-sqlite3/Makefile	                        (rev 0)
+++ trunk/databases/php56-sqlite3/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-sqlite3/Makefile 384787 2015-04-26 12:33:09Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-sqlite3
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-sqlite3/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/php56-sybase_ct/Makefile
===================================================================
--- trunk/databases/php56-sybase_ct/Makefile	                        (rev 0)
+++ trunk/databases/php56-sybase_ct/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/databases/php56-sybase_ct/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-sybase_ct
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/databases/php56-sybase_ct/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list