diff options
author | tz <tz@FreeBSD.org> | 2017-11-17 01:12:24 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:57:28 +0800 |
commit | bac92729b63f195baf4079acf0448730708b878a (patch) | |
tree | 94e4a02737a25722b9f8c90ac4ea8270966fb831 /net | |
parent | 82765c0fc0a0af86ac4ed6c2425edde87bbe61d6 (diff) | |
download | freebsd-ports-gnome-bac92729b63f195baf4079acf0448730708b878a.tar.gz freebsd-ports-gnome-bac92729b63f195baf4079acf0448730708b878a.tar.zst freebsd-ports-gnome-bac92729b63f195baf4079acf0448730708b878a.zip |
PHP 7.2: Remove bad repocopies.
Reported by: adamw
Diffstat (limited to 'net')
-rw-r--r-- | net/php72-ldap/php71-ldap/Makefile | 9 | ||||
-rw-r--r-- | net/php72-soap/php71-soap/Makefile | 9 | ||||
-rw-r--r-- | net/php72-sockets/php71-sockets/Makefile | 9 | ||||
-rw-r--r-- | net/php72-xmlrpc/php71-xmlrpc/Makefile | 9 | ||||
-rw-r--r-- | net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 | 23 |
5 files changed, 0 insertions, 59 deletions
diff --git a/net/php72-ldap/php71-ldap/Makefile b/net/php72-ldap/php71-ldap/Makefile deleted file mode 100644 index 1edcb04d0de5..000000000000 --- a/net/php72-ldap/php71-ldap/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -ldap - -.include "${MASTERDIR}/Makefile" diff --git a/net/php72-soap/php71-soap/Makefile b/net/php72-soap/php71-soap/Makefile deleted file mode 100644 index 8f0142f7d728..000000000000 --- a/net/php72-soap/php71-soap/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -soap - -.include "${MASTERDIR}/Makefile" diff --git a/net/php72-sockets/php71-sockets/Makefile b/net/php72-sockets/php71-sockets/Makefile deleted file mode 100644 index 9284f2d9c7ae..000000000000 --- a/net/php72-sockets/php71-sockets/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -sockets - -.include "${MASTERDIR}/Makefile" diff --git a/net/php72-xmlrpc/php71-xmlrpc/Makefile b/net/php72-xmlrpc/php71-xmlrpc/Makefile deleted file mode 100644 index 961bb83a703c..000000000000 --- a/net/php72-xmlrpc/php71-xmlrpc/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -xmlrpc - -.include "${MASTERDIR}/Makefile" diff --git a/net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 b/net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 deleted file mode 100644 index d2dc85f26a48..000000000000 --- a/net/php72-xmlrpc/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 |