diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-12-17 20:21:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-12-17 20:21:15 +0000 |
commit | b51b839969daf3b42232476460514c9cccc9053e (patch) | |
tree | 8c19b30b436d791294a59eca8ba267af39c6b719 /textproc | |
parent | Add 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 'textproc')
-rw-r--r-- | textproc/Makefile | 10 | ||||
-rw-r--r-- | textproc/php71-ctype/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-dom/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-enchant/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-pspell/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-simplexml/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-simplexml/files/patch-config.m4 | 43 | ||||
-rw-r--r-- | textproc/php71-wddx/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-wddx/files/patch-config.m4 | 22 | ||||
-rw-r--r-- | textproc/php71-wddx/files/patch-wddx.c | 40 | ||||
-rw-r--r-- | textproc/php71-xml/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-xml/files/patch-compat.c | 13 | ||||
-rw-r--r-- | textproc/php71-xmlreader/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-xmlwriter/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-xsl/Makefile | 11 | ||||
-rw-r--r-- | textproc/php71-xsl/files/patch-php_xsl.h | 11 |
16 files changed, 0 insertions, 249 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6345c2f48e28..7342368e61ea 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1168,16 +1168,6 @@ SUBDIR += perl2html SUBDIR += permute SUBDIR += php-mecab - SUBDIR += php71-ctype - SUBDIR += php71-dom - SUBDIR += php71-enchant - SUBDIR += php71-pspell - SUBDIR += php71-simplexml - SUBDIR += php71-wddx - SUBDIR += php71-xml - SUBDIR += php71-xmlreader - SUBDIR += php71-xmlwriter - SUBDIR += php71-xsl SUBDIR += php72-ctype SUBDIR += php72-dom SUBDIR += php72-enchant diff --git a/textproc/php71-ctype/Makefile b/textproc/php71-ctype/Makefile deleted file mode 100644 index e5495e2dfcbc..000000000000 --- a/textproc/php71-ctype/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -ctype - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-dom/Makefile b/textproc/php71-dom/Makefile deleted file mode 100644 index 12b78c9dfda0..000000000000 --- a/textproc/php71-dom/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -dom - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-enchant/Makefile b/textproc/php71-enchant/Makefile deleted file mode 100644 index 0adf665ba5ae..000000000000 --- a/textproc/php71-enchant/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -enchant - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-pspell/Makefile b/textproc/php71-pspell/Makefile deleted file mode 100644 index ed11ff89817b..000000000000 --- a/textproc/php71-pspell/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -pspell - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-simplexml/Makefile b/textproc/php71-simplexml/Makefile deleted file mode 100644 index 804990e003c0..000000000000 --- a/textproc/php71-simplexml/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -simplexml - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-simplexml/files/patch-config.m4 b/textproc/php71-simplexml/files/patch-config.m4 deleted file mode 100644 index ab12da0527e4..000000000000 --- a/textproc/php71-simplexml/files/patch-config.m4 +++ /dev/null @@ -1,43 +0,0 @@ ---- config.m4.orig 2018-11-09 21:17:02.404698000 +0100 -+++ config.m4 2018-11-09 21:18:57.799985000 +0100 -@@ -4,6 +4,9 @@ dnl config.m4 for extension simplexml - PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support, - [ --disable-simplexml Disable SimpleXML support], yes) - -+PHP_ARG_WITH(pcre-dir, pcre install prefix, -+[ --with-pcre-dir SimpleXML: pcre install prefix], no, no) -+ - if test -z "$PHP_LIBXML_DIR"; then - PHP_ARG_WITH(libxml-dir, libxml2 install dir, - [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no) -@@ -11,6 +14,30 @@ fi - - if test "$PHP_SIMPLEXML" != "no"; then - -+ dnl This is PECL build, check if bundled PCRE library is used -+ old_CPPFLAGS=$CPPFLAGS -+ CPPFLAGS=$INCLUDES -+ AC_EGREP_CPP(yes,[ -+#include <main/php_config.h> -+#if defined(HAVE_BUNDLED_PCRE) && !defined(COMPILE_DL_PCRE) -+yes -+#endif -+ ],[ -+ PHP_PCRE_REGEX=yes -+ ],[ -+ AC_EGREP_CPP(yes,[ -+#include <main/php_config.h> -+#if defined(HAVE_PCRE) && !defined(COMPILE_DL_PCRE) -+yes -+#endif -+ ],[ -+ PHP_PCRE_REGEX=pecl -+ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include) -+ ],[ -+ PHP_PCRE_REGEX=no -+ ]) -+ ]) -+ - if test "$PHP_LIBXML" = "no"; then - AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) - fi diff --git a/textproc/php71-wddx/Makefile b/textproc/php71-wddx/Makefile deleted file mode 100644 index 88878fd98c79..000000000000 --- a/textproc/php71-wddx/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -wddx - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-wddx/files/patch-config.m4 b/textproc/php71-wddx/files/patch-config.m4 deleted file mode 100644 index 08787003b8f9..000000000000 --- a/textproc/php71-wddx/files/patch-config.m4 +++ /dev/null @@ -1,22 +0,0 @@ ---- config.m4.orig Mon Jul 26 09:05:10 2004 -+++ config.m4 Mon Jul 26 09:07:46 2004 -@@ -5,6 +5,9 @@ - PHP_ARG_ENABLE(wddx,whether to enable WDDX support, - [ --enable-wddx Enable WDDX support.]) - -+PHP_ARG_WITH(libxml-dir, libxml2 install dir, -+[ --with-libxml-dir=<DIR> WDDX: libxml2 install prefix], no, no) -+ - if test "$PHP_WDDX" != "no"; then - if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then - AC_MSG_WARN(Activating XML) -@@ -12,4 +15,9 @@ - fi - AC_DEFINE(HAVE_WDDX, 1, [ ]) - PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared) -+ -+ PHP_SETUP_LIBXML(WDDX_SHARED_LIBADD, [ -+ ], [ -+ AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.]) -+ ]) - fi diff --git a/textproc/php71-wddx/files/patch-wddx.c b/textproc/php71-wddx/files/patch-wddx.c deleted file mode 100644 index a8a6a79fe47f..000000000000 --- a/textproc/php71-wddx/files/patch-wddx.c +++ /dev/null @@ -1,40 +0,0 @@ ---- wddx.c.orig Sun Jan 1 13:50:16 2006 -+++ wddx.c Mon Jan 16 12:56:21 2006 -@@ -18,6 +18,10 @@ - - /* $Id: wddx.c,v 1.119.2.8 2006/01/01 12:50:16 sniper Exp $ */ - -+#ifdef HAVE_CONFIG_H -+# include "config.h" -+#endif -+ - #include "php.h" - - #if HAVE_WDDX -@@ -223,7 +227,7 @@ - - #include "ext/session/php_session.h" - --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - /* {{{ PS_SERIALIZER_ENCODE_FUNC - */ - PS_SERIALIZER_ENCODE_FUNC(wddx) -@@ -302,7 +306,7 @@ - { - le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_number); - --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - php_session_register_serializer("wddx", - PS_SERIALIZER_ENCODE_NAME(wddx), - PS_SERIALIZER_DECODE_NAME(wddx)); -@@ -317,7 +321,7 @@ - PHP_MINFO_FUNCTION(wddx) - { - php_info_print_table_start(); --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - php_info_print_table_header(2, "WDDX Support", "enabled" ); - php_info_print_table_row(2, "WDDX Session Serializer", "enabled" ); - #else diff --git a/textproc/php71-xml/Makefile b/textproc/php71-xml/Makefile deleted file mode 100644 index 153a2760626a..000000000000 --- a/textproc/php71-xml/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -xml - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-xml/files/patch-compat.c b/textproc/php71-xml/files/patch-compat.c deleted file mode 100644 index 02125961b20c..000000000000 --- a/textproc/php71-xml/files/patch-compat.c +++ /dev/null @@ -1,13 +0,0 @@ ---- compat.c.orig Tue Jul 20 10:55:02 2004 -+++ compat.c Tue Jul 20 10:55:55 2004 -@@ -16,6 +16,10 @@ - +----------------------------------------------------------------------+ - */ - -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ - #include "php.h" - #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT) - #include "expat_compat.h" diff --git a/textproc/php71-xmlreader/Makefile b/textproc/php71-xmlreader/Makefile deleted file mode 100644 index 8728ef004470..000000000000 --- a/textproc/php71-xmlreader/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -xmlreader - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-xmlwriter/Makefile b/textproc/php71-xmlwriter/Makefile deleted file mode 100644 index f8ff86d144f0..000000000000 --- a/textproc/php71-xmlwriter/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -xmlwriter - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-xsl/Makefile b/textproc/php71-xsl/Makefile deleted file mode 100644 index 2a2ad0760e0e..000000000000 --- a/textproc/php71-xsl/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -xsl - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-xsl/files/patch-php_xsl.h b/textproc/php71-xsl/files/patch-php_xsl.h deleted file mode 100644 index 9777187f8748..000000000000 --- a/textproc/php71-xsl/files/patch-php_xsl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- php_xsl.h.orig Sun Jan 1 13:50:17 2006 -+++ php_xsl.h Tue Jan 17 16:23:10 2006 -@@ -43,7 +43,7 @@ - #include <libexslt/exsltconfig.h> - #endif - --#include "../dom/xml_common.h" -+#include "ext/dom/xml_common.h" - #include "xsl_fe.h" - - #include <libxslt/extensions.h> |