summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile16
-rw-r--r--databases/php5-dba/Makefile10
-rw-r--r--databases/php5-dba/files/patch-config.m450
-rw-r--r--databases/php5-interbase/Makefile10
-rw-r--r--databases/php5-mssql/Makefile10
-rw-r--r--databases/php5-mysql/Makefile10
-rw-r--r--databases/php5-mysqli/Makefile10
-rw-r--r--databases/php5-mysqli/files/patch-php_mysqli_structs.h10
-rw-r--r--databases/php5-odbc/Makefile10
-rw-r--r--databases/php5-odbc/files/patch-config.m4124
-rw-r--r--databases/php5-pdo/Makefile10
-rw-r--r--databases/php5-pdo_dblib/Makefile10
-rw-r--r--databases/php5-pdo_firebird/Makefile10
-rw-r--r--databases/php5-pdo_mysql/Makefile10
-rw-r--r--databases/php5-pdo_odbc/Makefile10
-rw-r--r--databases/php5-pdo_pgsql/Makefile10
-rw-r--r--databases/php5-pdo_sqlite/Makefile10
-rw-r--r--databases/php5-pgsql/Makefile10
-rw-r--r--databases/php5-pgsql/files/patch-pgsql.c11
-rw-r--r--databases/php5-sqlite3/Makefile10
-rw-r--r--databases/php5-sybase_ct/Makefile10
21 files changed, 0 insertions, 371 deletions
diff --git a/databases/Makefile b/databases/Makefile
index e866e5bf76a3..016d953048b1 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -579,23 +579,7 @@
SUBDIR += pgworksheet
SUBDIR += php-adodb-ext
SUBDIR += php-mdcached
- SUBDIR += php5-dba
- SUBDIR += php5-interbase
- SUBDIR += php5-mssql
- SUBDIR += php5-mysql
- SUBDIR += php5-mysqli
- SUBDIR += php5-odbc
- SUBDIR += php5-pdo
SUBDIR += php5-pdo_cassandra
- SUBDIR += php5-pdo_dblib
- SUBDIR += php5-pdo_firebird
- SUBDIR += php5-pdo_mysql
- SUBDIR += php5-pdo_odbc
- SUBDIR += php5-pdo_pgsql
- SUBDIR += php5-pdo_sqlite
- SUBDIR += php5-pgsql
- SUBDIR += php5-sqlite3
- SUBDIR += php5-sybase_ct
SUBDIR += php5-tarantool
SUBDIR += php55-dba
SUBDIR += php55-interbase
diff --git a/databases/php5-dba/Makefile b/databases/php5-dba/Makefile
deleted file mode 100644
index 057c1d5709b0..000000000000
--- a/databases/php5-dba/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -dba
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-dba/files/patch-config.m4 b/databases/php5-dba/files/patch-config.m4
deleted file mode 100644
index 1df828460e05..000000000000
--- a/databases/php5-dba/files/patch-config.m4
+++ /dev/null
@@ -1,50 +0,0 @@
---- 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)
-
diff --git a/databases/php5-interbase/Makefile b/databases/php5-interbase/Makefile
deleted file mode 100644
index 3d1b6573390e..000000000000
--- a/databases/php5-interbase/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -interbase
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-mssql/Makefile b/databases/php5-mssql/Makefile
deleted file mode 100644
index c5e450bd4489..000000000000
--- a/databases/php5-mssql/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -mssql
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-mysql/Makefile b/databases/php5-mysql/Makefile
deleted file mode 100644
index c1a3199df605..000000000000
--- a/databases/php5-mysql/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -mysql
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-mysqli/Makefile b/databases/php5-mysqli/Makefile
deleted file mode 100644
index f2a9153fda81..000000000000
--- a/databases/php5-mysqli/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -mysqli
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-mysqli/files/patch-php_mysqli_structs.h b/databases/php5-mysqli/files/patch-php_mysqli_structs.h
deleted file mode 100644
index d0daeee9ee54..000000000000
--- a/databases/php5-mysqli/files/patch-php_mysqli_structs.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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)
diff --git a/databases/php5-odbc/Makefile b/databases/php5-odbc/Makefile
deleted file mode 100644
index 480fc049e3e5..000000000000
--- a/databases/php5-odbc/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -odbc
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-odbc/files/patch-config.m4 b/databases/php5-odbc/files/patch-config.m4
deleted file mode 100644
index c809732b1047..000000000000
--- a/databases/php5-odbc/files/patch-config.m4
+++ /dev/null
@@ -1,124 +0,0 @@
---- config.m4.orig 2007-07-31 15:02:00.000000000 +0200
-+++ config.m4 2011-04-26 13:57:31.000000000 +0200
-@@ -99,9 +99,12 @@
- dnl
- dnl configure options
- dnl
-+PHP_ARG_ENABLE(odbc,,
-+[ --enable-odbc Enable ODBC support with selected driver])
-+
- 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)
-
- if test "$PHP_ADABAS" != "no"; then
- AC_MSG_CHECKING([for Adabas support])
-@@ -128,7 +131,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)
-
- if test "$PHP_SAPDB" != "no"; then
- AC_MSG_CHECKING([for SAP DB support])
-@@ -146,7 +149,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)
-
- if test "$PHP_SOLID" != "no"; then
- AC_MSG_CHECKING(for Solid support)
-@@ -171,7 +174,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)
-
- if test "$PHP_IBM_DB2" != "no"; then
- AC_MSG_CHECKING(for IBM DB2 support)
-@@ -208,7 +211,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)
-
- if test "$PHP_ODBCROUTER" != "no"; then
- AC_MSG_CHECKING(for ODBCRouter.com support)
-@@ -229,7 +232,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)
-
- if test "$PHP_EMPRESS" != "no"; then
- AC_MSG_CHECKING(for Empress support)
-@@ -253,7 +256,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)
-
- if test "$PHP_EMPRESS_BCS" != "no"; then
- AC_MSG_CHECKING(for Empress local access support)
-@@ -291,7 +294,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)
-
- if test "$PHP_BIRDSTEP" != "no"; then
- AC_MSG_CHECKING(for Birdstep support)
-@@ -346,7 +349,7 @@
- running this configure script:
- CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
- LDFLAGS=-lunix
-- CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"])
-+ CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"], no, no)
-
- if test "$PHP_CUSTOM_ODBC" != "no"; then
- AC_MSG_CHECKING(for a custom ODBC support)
-@@ -366,7 +369,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)
-
- if test "$PHP_IODBC" != "no"; then
- AC_MSG_CHECKING(for iODBC support)
-@@ -387,7 +390,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)
-
- if test "$PHP_ESOOB" != "no"; then
- AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support)
-@@ -407,7 +410,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)
-
- if test "$PHP_UNIXODBC" != "no"; then
- AC_MSG_CHECKING(for unixODBC support)
-@@ -428,7 +431,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)
-
- if test "$PHP_DBMAKER" != "no"; then
- AC_MSG_CHECKING(for DBMaker support)
diff --git a/databases/php5-pdo/Makefile b/databases/php5-pdo/Makefile
deleted file mode 100644
index 1c172def0c05..000000000000
--- a/databases/php5-pdo/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -pdo
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-pdo_dblib/Makefile b/databases/php5-pdo_dblib/Makefile
deleted file mode 100644
index 89195d4a8aeb..000000000000
--- a/databases/php5-pdo_dblib/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -pdo_dblib
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-pdo_firebird/Makefile b/databases/php5-pdo_firebird/Makefile
deleted file mode 100644
index 5e1b11663e06..000000000000
--- a/databases/php5-pdo_firebird/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -pdo_firebird
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-pdo_mysql/Makefile b/databases/php5-pdo_mysql/Makefile
deleted file mode 100644
index b63c4126381c..000000000000
--- a/databases/php5-pdo_mysql/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -pdo_mysql
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-pdo_odbc/Makefile b/databases/php5-pdo_odbc/Makefile
deleted file mode 100644
index 68c78bf302e0..000000000000
--- a/databases/php5-pdo_odbc/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -pdo_odbc
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-pdo_pgsql/Makefile b/databases/php5-pdo_pgsql/Makefile
deleted file mode 100644
index 313488709a1f..000000000000
--- a/databases/php5-pdo_pgsql/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -pdo_pgsql
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-pdo_sqlite/Makefile b/databases/php5-pdo_sqlite/Makefile
deleted file mode 100644
index 6437973cf370..000000000000
--- a/databases/php5-pdo_sqlite/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -pdo_sqlite
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-pgsql/Makefile b/databases/php5-pgsql/Makefile
deleted file mode 100644
index 41390256f8f2..000000000000
--- a/databases/php5-pgsql/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -pgsql
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-pgsql/files/patch-pgsql.c b/databases/php5-pgsql/files/patch-pgsql.c
deleted file mode 100644
index 667bb89ded7c..000000000000
--- a/databases/php5-pgsql/files/patch-pgsql.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
-
diff --git a/databases/php5-sqlite3/Makefile b/databases/php5-sqlite3/Makefile
deleted file mode 100644
index eef67834ea4d..000000000000
--- a/databases/php5-sqlite3/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -sqlite3
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php5-sybase_ct/Makefile b/databases/php5-sybase_ct/Makefile
deleted file mode 100644
index 19b182f1166c..000000000000
--- a/databases/php5-sybase_ct/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -sybase_ct
-
-.include "${MASTERDIR}/Makefile"