summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-25 18:06:01 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-25 18:20:01 -0600
commitcc378fb60bd6ff39ac810093b5fc83cf330c1d92 (patch)
tree7bafa7aa53795dec5c06d1af55dffa895e6ef8ce /net
parentgraphics/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 'net')
-rw-r--r--net/Makefile4
-rw-r--r--net/php73-ldap/Makefile9
-rw-r--r--net/php73-soap/Makefile9
-rw-r--r--net/php73-sockets/Makefile9
-rw-r--r--net/php73-xmlrpc/Makefile9
-rw-r--r--net/php73-xmlrpc/files/patch-config.m423
6 files changed, 0 insertions, 63 deletions
diff --git a/net/Makefile b/net/Makefile
index d165f2054603..2928b7da4d85 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -977,10 +977,6 @@
SUBDIR += pecl-zmq
SUBDIR += pen
SUBDIR += pfinger
- SUBDIR += php73-ldap
- SUBDIR += php73-soap
- SUBDIR += php73-sockets
- SUBDIR += php73-xmlrpc
SUBDIR += php74-ldap
SUBDIR += php74-soap
SUBDIR += php74-sockets
diff --git a/net/php73-ldap/Makefile b/net/php73-ldap/Makefile
deleted file mode 100644
index 6728e9b31176..000000000000
--- a/net/php73-ldap/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php73
-
-PKGNAMESUFFIX= -ldap
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/php73-soap/Makefile b/net/php73-soap/Makefile
deleted file mode 100644
index 503c4499ef28..000000000000
--- a/net/php73-soap/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php73
-
-PKGNAMESUFFIX= -soap
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/php73-sockets/Makefile b/net/php73-sockets/Makefile
deleted file mode 100644
index 59e5f78a738e..000000000000
--- a/net/php73-sockets/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php73
-
-PKGNAMESUFFIX= -sockets
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/php73-xmlrpc/Makefile b/net/php73-xmlrpc/Makefile
deleted file mode 100644
index 3779c0ec33a1..000000000000
--- a/net/php73-xmlrpc/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php73
-
-PKGNAMESUFFIX= -xmlrpc
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/php73-xmlrpc/files/patch-config.m4 b/net/php73-xmlrpc/files/patch-config.m4
deleted file mode 100644
index d2dc85f26a48..000000000000
--- a/net/php73-xmlrpc/files/patch-config.m4
+++ /dev/null
@@ -1,23 +0,0 @@
---- config.m4.orig 2014-04-29 08:04:30.000000000 +0000
-+++ config.m4 2014-05-15 08:04:00.883004682 +0000
-@@ -61,11 +61,9 @@ if test "$PHP_XMLRPC" != "no"; then
- fi
- fi
-
-- dnl if iconv is shared or missing then we should build iconv ourselves
-- if test "$PHP_ICONV_SHARED" = "yes" || test "$PHP_ICONV" = "no"; then
--
- if test "$PHP_ICONV_DIR" != "no"; then
- PHP_ICONV=$PHP_ICONV_DIR
-+ PHP_ADD_INCLUDE($PHP_ICONV_DIR/include)
- fi
-
- if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then
-@@ -75,7 +73,6 @@ if test "$PHP_XMLRPC" != "no"; then
- PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [
- AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
- ])
-- fi
- fi
-
- if test "$PHP_XMLRPC" = "yes"; then