diff options
Diffstat (limited to 'net')
| -rw-r--r-- | net/Makefile | 4 | ||||
| -rw-r--r-- | net/php70-ldap/Makefile | 10 | ||||
| -rw-r--r-- | net/php70-soap/Makefile | 10 | ||||
| -rw-r--r-- | net/php70-sockets/Makefile | 10 | ||||
| -rw-r--r-- | net/php70-xmlrpc/Makefile | 10 | ||||
| -rw-r--r-- | net/php70-xmlrpc/files/patch-config.m4 | 23 |
6 files changed, 0 insertions, 67 deletions
diff --git a/net/Makefile b/net/Makefile index af92c172cc65..e1e54edba912 100644 --- a/net/Makefile +++ b/net/Makefile @@ -994,10 +994,6 @@ SUBDIR += php56-soap SUBDIR += php56-sockets SUBDIR += php56-xmlrpc - SUBDIR += php70-ldap - SUBDIR += php70-soap - SUBDIR += php70-sockets - SUBDIR += php70-xmlrpc SUBDIR += php71-ldap SUBDIR += php71-soap SUBDIR += php71-sockets diff --git a/net/php70-ldap/Makefile b/net/php70-ldap/Makefile deleted file mode 100644 index a268d1cbea1d..000000000000 --- a/net/php70-ldap/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php70 - -PKGNAMESUFFIX= -ldap - -.include "${MASTERDIR}/Makefile" diff --git a/net/php70-soap/Makefile b/net/php70-soap/Makefile deleted file mode 100644 index 1424930d27b7..000000000000 --- a/net/php70-soap/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php70 - -PKGNAMESUFFIX= -soap - -.include "${MASTERDIR}/Makefile" diff --git a/net/php70-sockets/Makefile b/net/php70-sockets/Makefile deleted file mode 100644 index 4afc3bfe9b47..000000000000 --- a/net/php70-sockets/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php70 - -PKGNAMESUFFIX= -sockets - -.include "${MASTERDIR}/Makefile" diff --git a/net/php70-xmlrpc/Makefile b/net/php70-xmlrpc/Makefile deleted file mode 100644 index 6faf6dac4808..000000000000 --- a/net/php70-xmlrpc/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php70 - -PKGNAMESUFFIX= -xmlrpc - -.include "${MASTERDIR}/Makefile" diff --git a/net/php70-xmlrpc/files/patch-config.m4 b/net/php70-xmlrpc/files/patch-config.m4 deleted file mode 100644 index d2dc85f26a48..000000000000 --- a/net/php70-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 |
