summaryrefslogtreecommitdiff
path: root/devel
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 /devel
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 'devel')
-rw-r--r--devel/Makefile10
-rw-r--r--devel/php71-gettext/Makefile11
-rw-r--r--devel/php71-intl/Makefile16
-rw-r--r--devel/php71-json/Makefile11
-rw-r--r--devel/php71-pcntl/Makefile11
-rw-r--r--devel/php71-readline/Makefile11
-rw-r--r--devel/php71-readline/files/patch-config.m438
-rw-r--r--devel/php71-readline/files/patch-readline_cli.c13
-rw-r--r--devel/php71-shmop/Makefile11
-rw-r--r--devel/php71-sysvmsg/Makefile11
-rw-r--r--devel/php71-sysvsem/Makefile11
-rw-r--r--devel/php71-sysvshm/Makefile11
-rw-r--r--devel/php71-tokenizer/Makefile11
13 files changed, 0 insertions, 176 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7751f82e7291..e077ebf90269 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3901,16 +3901,6 @@
SUBDIR += php-ice37
SUBDIR += php-libawl
SUBDIR += php-maxminddb
- SUBDIR += php71-gettext
- SUBDIR += php71-intl
- SUBDIR += php71-json
- SUBDIR += php71-pcntl
- SUBDIR += php71-readline
- SUBDIR += php71-shmop
- SUBDIR += php71-sysvmsg
- SUBDIR += php71-sysvsem
- SUBDIR += php71-sysvshm
- SUBDIR += php71-tokenizer
SUBDIR += php72-gettext
SUBDIR += php72-intl
SUBDIR += php72-json
diff --git a/devel/php71-gettext/Makefile b/devel/php71-gettext/Makefile
deleted file mode 100644
index 03d21122f547..000000000000
--- a/devel/php71-gettext/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -gettext
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/php71-intl/Makefile b/devel/php71-intl/Makefile
deleted file mode 100644
index 65630203cbb1..000000000000
--- a/devel/php71-intl/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -intl
-
-USES= compiler:c++11-lib
-USE_CXXSTD= gnu++11
-
-CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/php71-json/Makefile b/devel/php71-json/Makefile
deleted file mode 100644
index a10deaa389c0..000000000000
--- a/devel/php71-json/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -json
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/php71-pcntl/Makefile b/devel/php71-pcntl/Makefile
deleted file mode 100644
index 73ee358fde77..000000000000
--- a/devel/php71-pcntl/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -pcntl
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/php71-readline/Makefile b/devel/php71-readline/Makefile
deleted file mode 100644
index 489fbbd9c85d..000000000000
--- a/devel/php71-readline/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -readline
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/php71-readline/files/patch-config.m4 b/devel/php71-readline/files/patch-config.m4
deleted file mode 100644
index 5edf376bf0e2..000000000000
--- a/devel/php71-readline/files/patch-config.m4
+++ /dev/null
@@ -1,38 +0,0 @@
---- config.m4.orig 2013-08-20 06:46:43.000000000 +0200
-+++ config.m4 2013-08-27 16:01:29.000000000 +0200
-@@ -5,13 +5,8 @@
- PHP_ARG_WITH(libedit,for libedit readline replacement,
- [ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)])
-
--if test "$PHP_LIBEDIT" = "no"; then
- PHP_ARG_WITH(readline,for readline support,
- [ --with-readline[=DIR] Include readline support (CLI/CGI only)])
--else
-- dnl "register" the --with-readline option to preven invalid "unknown configure option" warning
-- php_with_readline=no
--fi
-
- if test "$PHP_READLINE" && test "$PHP_READLINE" != "no"; then
- for i in $PHP_READLINE /usr/local /usr; do
-@@ -67,6 +62,13 @@
- -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
- ])
-
-+ PHP_CHECK_LIBRARY(readline, rl_completion_matches,
-+ [
-+ AC_DEFINE(HAVE_RL_COMPLETION_MATCHES, 1, [ ])
-+ ],[],[
-+ -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
-+ ])
-+
- AC_DEFINE(HAVE_LIBREADLINE, 1, [ ])
-
- elif test "$PHP_LIBEDIT" != "no"; then
-@@ -118,7 +120,6 @@
- fi
-
- if test "$PHP_READLINE" != "no" || test "$PHP_LIBEDIT" != "no"; then
-- AC_CHECK_FUNCS([rl_completion_matches])
- PHP_NEW_EXTENSION(readline, readline.c readline_cli.c, $ext_shared, cli)
- PHP_SUBST(READLINE_SHARED_LIBADD)
- fi
diff --git a/devel/php71-readline/files/patch-readline_cli.c b/devel/php71-readline/files/patch-readline_cli.c
deleted file mode 100644
index 02f55974f9b0..000000000000
--- a/devel/php71-readline/files/patch-readline_cli.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- readline_cli.c.orig 2012-03-02 16:40:26.000000000 +0100
-+++ readline_cli.c 2012-03-02 16:40:43.000000000 +0100
-@@ -19,6 +19,10 @@
-
- /* $Id: readline_cli.c 321634 2012-01-01 13:15:04Z felipe $ */
-
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include "php.h"
-
- #ifndef HAVE_RL_COMPLETION_MATCHES
diff --git a/devel/php71-shmop/Makefile b/devel/php71-shmop/Makefile
deleted file mode 100644
index 75bdb33f9f35..000000000000
--- a/devel/php71-shmop/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -shmop
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/php71-sysvmsg/Makefile b/devel/php71-sysvmsg/Makefile
deleted file mode 100644
index f35ca65bc059..000000000000
--- a/devel/php71-sysvmsg/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -sysvmsg
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/php71-sysvsem/Makefile b/devel/php71-sysvsem/Makefile
deleted file mode 100644
index c7837e64b3cd..000000000000
--- a/devel/php71-sysvsem/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -sysvsem
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/php71-sysvshm/Makefile b/devel/php71-sysvshm/Makefile
deleted file mode 100644
index 3a50797bfbfa..000000000000
--- a/devel/php71-sysvshm/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -sysvshm
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/php71-tokenizer/Makefile b/devel/php71-tokenizer/Makefile
deleted file mode 100644
index fb900296747b..000000000000
--- a/devel/php71-tokenizer/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= devel
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -tokenizer
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"