summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-12-17 20:21:15 +0000
committerRene Ladan <rene@FreeBSD.org>2019-12-17 20:21:15 +0000
commitb51b839969daf3b42232476460514c9cccc9053e (patch)
tree8c19b30b436d791294a59eca8ba267af39c6b719 /databases
parentAdd textproc/py-markdown dependency, required by polish book functionality. (diff)
Remove PHP 7.1 ports, upstream security support ended on 2019-12-01 :
2019-12-01 archivers/php71-bz2 2019-12-01 archivers/php71-phar 2019-12-01 archivers/php71-zip 2019-12-01 archivers/php71-zlib 2019-12-01 converters/php71-iconv 2019-12-01 converters/php71-mbstring 2019-12-01 converters/php71-recode 2019-12-01 databases/php71-dba 2019-12-01 databases/php71-interbase 2019-12-01 databases/php71-mysqli 2019-12-01 databases/php71-odbc 2019-12-01 databases/php71-pdo 2019-12-01 databases/php71-pdo_dblib 2019-12-01 databases/php71-pdo_firebird 2019-12-01 databases/php71-pdo_mysql 2019-12-01 databases/php71-pdo_odbc 2019-12-01 databases/php71-pdo_pgsql 2019-12-01 databases/php71-pdo_sqlite 2019-12-01 databases/php71-pgsql 2019-12-01 databases/php71-sqlite3 2019-12-01 devel/php71-gettext 2019-12-01 devel/php71-intl 2019-12-01 devel/php71-json 2019-12-01 devel/php71-pcntl 2019-12-01 devel/php71-readline 2019-12-01 devel/php71-shmop 2019-12-01 devel/php71-sysvmsg 2019-12-01 devel/php71-sysvsem 2019-12-01 devel/php71-sysvshm 2019-12-01 devel/php71-tokenizer 2019-12-01 ftp/php71-curl 2019-12-01 ftp/php71-ftp 2019-12-01 graphics/php71-exif 2019-12-01 graphics/php71-gd 2019-12-01 lang/php71 2019-12-01 mail/php71-imap 2019-12-01 math/php71-bcmath 2019-12-01 math/php71-gmp 2019-12-01 misc/php71-calendar 2019-12-01 net/php71-ldap 2019-12-01 net/php71-soap 2019-12-01 net/php71-sockets 2019-12-01 net/php71-xmlrpc 2019-12-01 net-mgmt/php71-snmp 2019-12-01 security/php71-filter 2019-12-01 security/php71-hash 2019-12-01 security/php71-mcrypt 2019-12-01 security/php71-openssl 2019-12-01 sysutils/php71-fileinfo 2019-12-01 sysutils/php71-posix 2019-12-01 textproc/php71-ctype 2019-12-01 textproc/php71-dom 2019-12-01 textproc/php71-enchant 2019-12-01 textproc/php71-pspell 2019-12-01 textproc/php71-simplexml 2019-12-01 textproc/php71-wddx 2019-12-01 textproc/php71-xml 2019-12-01 textproc/php71-xmlreader 2019-12-01 textproc/php71-xmlwriter 2019-12-01 textproc/php71-xsl 2019-12-01 www/mod_php71 2019-12-01 www/php71-opcache 2019-12-01 www/php71-session 2019-12-01 www/php71-tidy
Notes
Notes: svn path=/head/; revision=520344
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile13
-rw-r--r--databases/php71-dba/Makefile11
-rw-r--r--databases/php71-dba/files/patch-config.m450
-rw-r--r--databases/php71-interbase/Makefile11
-rw-r--r--databases/php71-interbase/files/patch-interbase.c11
-rw-r--r--databases/php71-mysqli/Makefile11
-rw-r--r--databases/php71-mysqli/files/patch-mysqli.c11
-rw-r--r--databases/php71-mysqli/files/patch-php_mysqli_structs.h10
-rw-r--r--databases/php71-odbc/Makefile11
-rw-r--r--databases/php71-odbc/files/patch-config.m4128
-rw-r--r--databases/php71-pdo/Makefile11
-rw-r--r--databases/php71-pdo_dblib/Makefile11
-rw-r--r--databases/php71-pdo_firebird/Makefile11
-rw-r--r--databases/php71-pdo_mysql/Makefile11
-rw-r--r--databases/php71-pdo_odbc/Makefile11
-rw-r--r--databases/php71-pdo_pgsql/Makefile11
-rw-r--r--databases/php71-pdo_sqlite/Makefile11
-rw-r--r--databases/php71-pgsql/Makefile11
-rw-r--r--databases/php71-sqlite3/Makefile11
19 files changed, 0 insertions, 366 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 57c9fbb6f4f3..e8dfec7d602e 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -618,19 +618,6 @@
SUBDIR += php-memcache
SUBDIR += php-tarantool
SUBDIR += php-xapian
- SUBDIR += php71-dba
- SUBDIR += php71-interbase
- SUBDIR += php71-mysqli
- SUBDIR += php71-odbc
- SUBDIR += php71-pdo
- SUBDIR += php71-pdo_dblib
- SUBDIR += php71-pdo_firebird
- SUBDIR += php71-pdo_mysql
- SUBDIR += php71-pdo_odbc
- SUBDIR += php71-pdo_pgsql
- SUBDIR += php71-pdo_sqlite
- SUBDIR += php71-pgsql
- SUBDIR += php71-sqlite3
SUBDIR += php72-dba
SUBDIR += php72-interbase
SUBDIR += php72-mysqli
diff --git a/databases/php71-dba/Makefile b/databases/php71-dba/Makefile
deleted file mode 100644
index e0d822ad7be4..000000000000
--- a/databases/php71-dba/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -dba
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-dba/files/patch-config.m4 b/databases/php71-dba/files/patch-config.m4
deleted file mode 100644
index 30f662138374..000000000000
--- a/databases/php71-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/php71-interbase/Makefile b/databases/php71-interbase/Makefile
deleted file mode 100644
index a7b6e6fbc66a..000000000000
--- a/databases/php71-interbase/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -interbase
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-interbase/files/patch-interbase.c b/databases/php71-interbase/files/patch-interbase.c
deleted file mode 100644
index 0f8791beb793..000000000000
--- a/databases/php71-interbase/files/patch-interbase.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- interbase.c.orig 2016-12-16 10:59:02 UTC
-+++ interbase.c
-@@ -940,7 +940,7 @@ static void _php_ibase_connect(INTERNAL_
- xlink = (zend_resource*) le->ptr;
- if ((!persistent && xlink->type == le_link) || xlink->type == le_plink) {
- if (IBG(default_link)) {
-- zend_list_close(IBG(default_link));
-+ zend_list_delete(IBG(default_link));
- }
- xlink->gc.refcount++;
- xlink->gc.refcount++;
diff --git a/databases/php71-mysqli/Makefile b/databases/php71-mysqli/Makefile
deleted file mode 100644
index 1b3021e5dcaf..000000000000
--- a/databases/php71-mysqli/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -mysqli
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-mysqli/files/patch-mysqli.c b/databases/php71-mysqli/files/patch-mysqli.c
deleted file mode 100644
index 3d74731142b6..000000000000
--- a/databases/php71-mysqli/files/patch-mysqli.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- mysqli.c.orig 2016-12-06 18:05:01 UTC
-+++ mysqli.c
-@@ -703,7 +703,7 @@ PHP_MINIT_FUNCTION(mysqli)
- #ifdef MYSQLND_STRING_TO_INT_CONVERSION
- REGISTER_LONG_CONSTANT("MYSQLI_OPT_INT_AND_FLOAT_NATIVE", MYSQLND_OPT_INT_AND_FLOAT_NATIVE, CONST_CS | CONST_PERSISTENT);
- #endif
--#if MYSQL_VERSION_ID > 50110 || defined(MYSQLI_USE_MYSQLND)
-+#if (MYSQL_VERSION_ID < 80000 && MYSQL_VERSION_ID > 50110) || defined(MYSQLI_USE_MYSQLND)
- REGISTER_LONG_CONSTANT("MYSQLI_OPT_SSL_VERIFY_SERVER_CERT", MYSQL_OPT_SSL_VERIFY_SERVER_CERT, CONST_CS | CONST_PERSISTENT);
- #endif
-
diff --git a/databases/php71-mysqli/files/patch-php_mysqli_structs.h b/databases/php71-mysqli/files/patch-php_mysqli_structs.h
deleted file mode 100644
index d0daeee9ee54..000000000000
--- a/databases/php71-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/php71-odbc/Makefile b/databases/php71-odbc/Makefile
deleted file mode 100644
index 714f00c9be1e..000000000000
--- a/databases/php71-odbc/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -odbc
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-odbc/files/patch-config.m4 b/databases/php71-odbc/files/patch-config.m4
deleted file mode 100644
index 6479cf0f531d..000000000000
--- a/databases/php71-odbc/files/patch-config.m4
+++ /dev/null
@@ -1,128 +0,0 @@
---- config.m4.orig 2018-11-10 15:32:27.031531000 +0100
-+++ config.m4 2018-11-10 15:37:40.815007000 +0100
-@@ -100,13 +100,16 @@ 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.
- Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0350)
-
- 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 +138,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
-@@ -155,7 +158,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
-@@ -182,7 +185,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
-@@ -221,7 +224,7 @@ fi
-
- 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 +247,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
-@@ -270,7 +273,7 @@ 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
-@@ -310,7 +313,7 @@ fi
-
- 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 +369,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
-@@ -388,7 +391,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
-@@ -426,7 +429,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
-@@ -448,7 +451,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
-@@ -471,7 +474,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/php71-pdo/Makefile b/databases/php71-pdo/Makefile
deleted file mode 100644
index 2934de548b82..000000000000
--- a/databases/php71-pdo/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -pdo
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-pdo_dblib/Makefile b/databases/php71-pdo_dblib/Makefile
deleted file mode 100644
index dcdc7bf5bc55..000000000000
--- a/databases/php71-pdo_dblib/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -pdo_dblib
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-pdo_firebird/Makefile b/databases/php71-pdo_firebird/Makefile
deleted file mode 100644
index fef55a44ab41..000000000000
--- a/databases/php71-pdo_firebird/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -pdo_firebird
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-pdo_mysql/Makefile b/databases/php71-pdo_mysql/Makefile
deleted file mode 100644
index cd17b9d2ad8a..000000000000
--- a/databases/php71-pdo_mysql/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -pdo_mysql
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-pdo_odbc/Makefile b/databases/php71-pdo_odbc/Makefile
deleted file mode 100644
index ca035c0f36e5..000000000000
--- a/databases/php71-pdo_odbc/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -pdo_odbc
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-pdo_pgsql/Makefile b/databases/php71-pdo_pgsql/Makefile
deleted file mode 100644
index e2253cf27bfa..000000000000
--- a/databases/php71-pdo_pgsql/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -pdo_pgsql
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-pdo_sqlite/Makefile b/databases/php71-pdo_sqlite/Makefile
deleted file mode 100644
index 602712bd1460..000000000000
--- a/databases/php71-pdo_sqlite/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -pdo_sqlite
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-pgsql/Makefile b/databases/php71-pgsql/Makefile
deleted file mode 100644
index 9bdb2b928cc9..000000000000
--- a/databases/php71-pgsql/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -pgsql
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/php71-sqlite3/Makefile b/databases/php71-sqlite3/Makefile
deleted file mode 100644
index 25ce98e0f744..000000000000
--- a/databases/php71-sqlite3/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -sqlite3
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"