diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-25 18:06:01 -0600 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-25 18:20:01 -0600 |
| commit | cc378fb60bd6ff39ac810093b5fc83cf330c1d92 (patch) | |
| tree | 7bafa7aa53795dec5c06d1af55dffa895e6ef8ce /textproc/php73-simplexml | |
| parent | graphics/R-cran-DiagrammeR: Update to 1.0.8 (diff) | |
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 'textproc/php73-simplexml')
| -rw-r--r-- | textproc/php73-simplexml/Makefile | 9 | ||||
| -rw-r--r-- | textproc/php73-simplexml/files/patch-config.m4 | 43 |
2 files changed, 0 insertions, 52 deletions
diff --git a/textproc/php73-simplexml/Makefile b/textproc/php73-simplexml/Makefile deleted file mode 100644 index 6df7bd0702ed..000000000000 --- a/textproc/php73-simplexml/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -simplexml - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php73-simplexml/files/patch-config.m4 b/textproc/php73-simplexml/files/patch-config.m4 deleted file mode 100644 index 6dd1ab631c39..000000000000 --- a/textproc/php73-simplexml/files/patch-config.m4 +++ /dev/null @@ -1,43 +0,0 @@ ---- config.m4.orig 2018-09-25 09:08:02 UTC -+++ config.m4 -@@ -3,6 +3,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) -@@ -10,6 +13,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 |
