diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 13 | ||||
-rw-r--r-- | databases/php73-dba/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-dba/files/patch-config.m4 | 50 | ||||
-rw-r--r-- | databases/php73-interbase/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-mysqli/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-mysqli/files/patch-mysqli__api.c | 13 | ||||
-rw-r--r-- | databases/php73-odbc/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-odbc/files/patch-config.m4 | 111 | ||||
-rw-r--r-- | databases/php73-pdo/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-pdo_dblib/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-pdo_firebird/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-pdo_mysql/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-pdo_odbc/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-pdo_pgsql/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-pdo_sqlite/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-pgsql/Makefile | 9 | ||||
-rw-r--r-- | databases/php73-sqlite3/Makefile | 9 |
17 files changed, 0 insertions, 304 deletions
diff --git a/databases/Makefile b/databases/Makefile index 16f6d6545717..32118712a0fe 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -611,19 +611,6 @@ SUBDIR += pguri SUBDIR += php-tarantool SUBDIR += php-xapian - SUBDIR += php73-dba - SUBDIR += php73-interbase - SUBDIR += php73-mysqli - SUBDIR += php73-odbc - SUBDIR += php73-pdo - SUBDIR += php73-pdo_dblib - SUBDIR += php73-pdo_firebird - SUBDIR += php73-pdo_mysql - SUBDIR += php73-pdo_odbc - SUBDIR += php73-pdo_pgsql - SUBDIR += php73-pdo_sqlite - SUBDIR += php73-pgsql - SUBDIR += php73-sqlite3 SUBDIR += php74-dba SUBDIR += php74-mysqli SUBDIR += php74-odbc diff --git a/databases/php73-dba/Makefile b/databases/php73-dba/Makefile deleted file mode 100644 index 67ed60156443..000000000000 --- a/databases/php73-dba/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -dba - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-dba/files/patch-config.m4 b/databases/php73-dba/files/patch-config.m4 deleted file mode 100644 index 30f662138374..000000000000 --- a/databases/php73-dba/files/patch-config.m4 +++ /dev/null @@ -1,50 +0,0 @@ ---- config.m4.orig 2016-01-06 15:14:47 UTC -+++ config.m4 -@@ -324,6 +324,38 @@ if test "$PHP_DB4" != "no"; then - THIS_PREFIX=$i - THIS_INCLUDE=$i/include/db5.3/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 -@@ -366,7 +398,7 @@ if test "$PHP_DB4" != "no"; then - break - fi - done -- PHP_DBA_DB_CHECK(4, db-5.3 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.3 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/php73-interbase/Makefile b/databases/php73-interbase/Makefile deleted file mode 100644 index 0f68cf2debdb..000000000000 --- a/databases/php73-interbase/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -interbase - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-mysqli/Makefile b/databases/php73-mysqli/Makefile deleted file mode 100644 index 58bee3cb2049..000000000000 --- a/databases/php73-mysqli/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -mysqli - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-mysqli/files/patch-mysqli__api.c b/databases/php73-mysqli/files/patch-mysqli__api.c deleted file mode 100644 index 2d88e061f9da..000000000000 --- a/databases/php73-mysqli/files/patch-mysqli__api.c +++ /dev/null @@ -1,13 +0,0 @@ ---- mysqli_api.c.orig 2019-12-17 10:29:23 UTC -+++ mysqli_api.c -@@ -31,8 +31,9 @@ - #include "zend_smart_str.h" - #include "php_mysqli_structs.h" - #include "mysqli_priv.h" -+#if defined(MYSQLI_USE_MYSQLND) - #include "ext/mysqlnd/mysql_float_to_double.h" -- -+#endif - - #if !defined(MYSQLI_USE_MYSQLND) - /* {{{ mysqli_tx_cor_options_to_string */ diff --git a/databases/php73-odbc/Makefile b/databases/php73-odbc/Makefile deleted file mode 100644 index 7029e192cd95..000000000000 --- a/databases/php73-odbc/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -odbc - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-odbc/files/patch-config.m4 b/databases/php73-odbc/files/patch-config.m4 deleted file mode 100644 index 46e76eeaab8e..000000000000 --- a/databases/php73-odbc/files/patch-config.m4 +++ /dev/null @@ -1,111 +0,0 @@ ---- config.m4.orig 2018-09-25 09:07:57 UTC -+++ config.m4 -@@ -97,6 +97,9 @@ AC_DEFUN([PHP_ODBC_FIND_EMPRESS_BCS_LIBS - dnl - 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 0x0350. -@@ -104,7 +107,7 @@ PHP_ARG_WITH(odbcver,, - - 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 -@@ -133,7 +136,7 @@ fi - - 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 -@@ -153,7 +156,7 @@ fi - - 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 -@@ -180,7 +183,7 @@ fi - - 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 -@@ -220,7 +223,7 @@ fi - 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 -@@ -245,7 +248,7 @@ fi - if test -z "$ODBC_TYPE"; then - 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 -@@ -292,7 +295,7 @@ PHP_ARG_WITH(custom-odbc,, - 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 -@@ -314,7 +317,7 @@ fi - - 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 -@@ -352,7 +355,7 @@ fi - - 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 -@@ -374,7 +377,7 @@ fi - - 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 -@@ -397,7 +400,7 @@ fi - - 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 diff --git a/databases/php73-pdo/Makefile b/databases/php73-pdo/Makefile deleted file mode 100644 index 175be7b29c4e..000000000000 --- a/databases/php73-pdo/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -pdo - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-pdo_dblib/Makefile b/databases/php73-pdo_dblib/Makefile deleted file mode 100644 index 5f41c6770941..000000000000 --- a/databases/php73-pdo_dblib/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -pdo_dblib - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-pdo_firebird/Makefile b/databases/php73-pdo_firebird/Makefile deleted file mode 100644 index 307adfda9332..000000000000 --- a/databases/php73-pdo_firebird/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -pdo_firebird - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-pdo_mysql/Makefile b/databases/php73-pdo_mysql/Makefile deleted file mode 100644 index ac7815140256..000000000000 --- a/databases/php73-pdo_mysql/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -pdo_mysql - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-pdo_odbc/Makefile b/databases/php73-pdo_odbc/Makefile deleted file mode 100644 index f4f0cf9586a2..000000000000 --- a/databases/php73-pdo_odbc/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -pdo_odbc - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-pdo_pgsql/Makefile b/databases/php73-pdo_pgsql/Makefile deleted file mode 100644 index a9858d7b558b..000000000000 --- a/databases/php73-pdo_pgsql/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -pdo_pgsql - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-pdo_sqlite/Makefile b/databases/php73-pdo_sqlite/Makefile deleted file mode 100644 index 8f1a48880e24..000000000000 --- a/databases/php73-pdo_sqlite/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -pdo_sqlite - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-pgsql/Makefile b/databases/php73-pgsql/Makefile deleted file mode 100644 index 6b1dfe27ca05..000000000000 --- a/databases/php73-pgsql/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -pgsql - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/databases/php73-sqlite3/Makefile b/databases/php73-sqlite3/Makefile deleted file mode 100644 index ab24fa4a69c9..000000000000 --- a/databases/php73-sqlite3/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -sqlite3 - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" |