aboutsummaryrefslogtreecommitdiff
path: root/net/php5-xmlrpc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-02-14 19:21:31 +0000
committerRene Ladan <rene@FreeBSD.org>2016-02-14 19:21:31 +0000
commitd5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 (patch)
tree8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /net/php5-xmlrpc
parent04917a1bbdfada95e54db7f4ee3094e95c94c515 (diff)
downloadports-d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862.tar.gz
ports-d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862.zip
Notes
Diffstat (limited to 'net/php5-xmlrpc')
-rw-r--r--net/php5-xmlrpc/Makefile10
-rw-r--r--net/php5-xmlrpc/files/patch-config.m423
2 files changed, 0 insertions, 33 deletions
diff --git a/net/php5-xmlrpc/Makefile b/net/php5-xmlrpc/Makefile
deleted file mode 100644
index d863bb604227..000000000000
--- a/net/php5-xmlrpc/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -xmlrpc
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/php5-xmlrpc/files/patch-config.m4 b/net/php5-xmlrpc/files/patch-config.m4
deleted file mode 100644
index 098855a191dd..000000000000
--- a/net/php5-xmlrpc/files/patch-config.m4
+++ /dev/null
@@ -1,23 +0,0 @@
---- config.m4.orig 2014-05-15 08:00:57.801291749 +0000
-+++ config.m4 2014-05-15 08:01:40.161014307 +0000
-@@ -61,11 +61,9 @@
- 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 @@
- 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