summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile4
-rw-r--r--net/php71-ldap/Makefile11
-rw-r--r--net/php71-soap/Makefile11
-rw-r--r--net/php71-sockets/Makefile11
-rw-r--r--net/php71-xmlrpc/Makefile11
-rw-r--r--net/php71-xmlrpc/files/patch-config.m423
6 files changed, 0 insertions, 71 deletions
diff --git a/net/Makefile b/net/Makefile
index 7b1cc8885380..1cb65f9dc791 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -964,10 +964,6 @@
SUBDIR += pen
SUBDIR += pfinger
SUBDIR += phamm
- SUBDIR += php71-ldap
- SUBDIR += php71-soap
- SUBDIR += php71-sockets
- SUBDIR += php71-xmlrpc
SUBDIR += php72-ldap
SUBDIR += php72-soap
SUBDIR += php72-sockets
diff --git a/net/php71-ldap/Makefile b/net/php71-ldap/Makefile
deleted file mode 100644
index 4f318bb213ab..000000000000
--- a/net/php71-ldap/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -ldap
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/php71-soap/Makefile b/net/php71-soap/Makefile
deleted file mode 100644
index 55c2013f0164..000000000000
--- a/net/php71-soap/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -soap
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/php71-sockets/Makefile b/net/php71-sockets/Makefile
deleted file mode 100644
index 1a26abfa436b..000000000000
--- a/net/php71-sockets/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -sockets
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/php71-xmlrpc/Makefile b/net/php71-xmlrpc/Makefile
deleted file mode 100644
index f1c28d03e6c0..000000000000
--- a/net/php71-xmlrpc/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -xmlrpc
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/php71-xmlrpc/files/patch-config.m4 b/net/php71-xmlrpc/files/patch-config.m4
deleted file mode 100644
index d2dc85f26a48..000000000000
--- a/net/php71-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