aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-26 00:06:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-26 00:20:01 +0000
commitcc378fb60bd6ff39ac810093b5fc83cf330c1d92 (patch)
tree7bafa7aa53795dec5c06d1af55dffa895e6ef8ce /converters
parenta60d5b0d747489751077ce93e8e52b44910f8eba (diff)
downloadports-cc378fb60bd6ff39ac810093b5fc83cf330c1d92.tar.gz
ports-cc378fb60bd6ff39ac810093b5fc83cf330c1d92.zip
lang/php73: Remove port
- EOL reached on 2021-12-06 https://www.php.net/eol.php PR: 260624 Approved by: tz (private email) ale portmgr (blanket) Sponsored by: Bounce Experts
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile3
-rw-r--r--converters/php73-iconv/Makefile9
-rw-r--r--converters/php73-mbstring/Makefile9
-rw-r--r--converters/php73-mbstring/files/patch-config.m451
-rw-r--r--converters/php73-recode/Makefile9
5 files changed, 0 insertions, 81 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 623ab95ef3b7..52da4c01f1db 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -136,9 +136,6 @@
SUBDIR += pear-Services_JSON
SUBDIR += pecl-igbinary
SUBDIR += php-bsdconv
- SUBDIR += php73-iconv
- SUBDIR += php73-mbstring
- SUBDIR += php73-recode
SUBDIR += php74-iconv
SUBDIR += php74-mbstring
SUBDIR += php80-iconv
diff --git a/converters/php73-iconv/Makefile b/converters/php73-iconv/Makefile
deleted file mode 100644
index 8888797b1c60..000000000000
--- a/converters/php73-iconv/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CATEGORIES= converters
-
-MASTERDIR= ${.CURDIR}/../../lang/php73
-
-PKGNAMESUFFIX= -iconv
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/converters/php73-mbstring/Makefile b/converters/php73-mbstring/Makefile
deleted file mode 100644
index 53ced797e0e1..000000000000
--- a/converters/php73-mbstring/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CATEGORIES= converters
-
-MASTERDIR= ${.CURDIR}/../../lang/php73
-
-PKGNAMESUFFIX= -mbstring
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/converters/php73-mbstring/files/patch-config.m4 b/converters/php73-mbstring/files/patch-config.m4
deleted file mode 100644
index 77777ccdb9db..000000000000
--- a/converters/php73-mbstring/files/patch-config.m4
+++ /dev/null
@@ -1,51 +0,0 @@
---- config.m4.orig 2018-09-25 09:08:02 UTC
-+++ config.m4
-@@ -41,6 +41,30 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [
- PHP_ADD_INCLUDE([$ext_builddir/$dir])
- done
-
-+ 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 "$ext_shared" = "no"; then
- PHP_ADD_SOURCES(PHP_EXT_DIR(mbstring), $PHP_MBSTRING_BASE_SOURCES)
- out="php_config.h"
-@@ -83,7 +107,6 @@ AC_DEFUN([PHP_MBSTRING_SETUP_MBREGEX], [
- int foo(int x, ...) {
- va_list va;
- va_start(va, x);
-- va_arg(va, int);
- va_arg(va, char *);
- va_arg(va, double);
- return 0;
-@@ -334,6 +357,9 @@ PHP_ARG_WITH(onig, [for external oniguru
- [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
- If DIR is not set, the bundled oniguruma will be used], no, no)
-
-+PHP_ARG_WITH(pcre-dir, pcre install prefix,
-+[ --with-pcre-dir MBSTRING: pcre install prefix], no, no)
-+
- if test "$PHP_MBSTRING" != "no"; then
- AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support])
-
diff --git a/converters/php73-recode/Makefile b/converters/php73-recode/Makefile
deleted file mode 100644
index 4da221ba4dd2..000000000000
--- a/converters/php73-recode/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CATEGORIES= converters
-
-MASTERDIR= ${.CURDIR}/../../lang/php73
-
-PKGNAMESUFFIX= -recode
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"