summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile4
-rw-r--r--net/php70-ldap/Makefile10
-rw-r--r--net/php70-soap/Makefile10
-rw-r--r--net/php70-sockets/Makefile10
-rw-r--r--net/php70-xmlrpc/Makefile10
-rw-r--r--net/php70-xmlrpc/files/patch-config.m423
6 files changed, 67 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index f947cbe4da73..7ae0b162b49b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -892,6 +892,10 @@
SUBDIR += php56-soap
SUBDIR += php56-sockets
SUBDIR += php56-xmlrpc
+ SUBDIR += php70-ldap
+ SUBDIR += php70-soap
+ SUBDIR += php70-sockets
+ SUBDIR += php70-xmlrpc
SUBDIR += phpldapadmin
SUBDIR += pim6-tools
SUBDIR += pim6dd
diff --git a/net/php70-ldap/Makefile b/net/php70-ldap/Makefile
new file mode 100644
index 000000000000..a268d1cbea1d
--- /dev/null
+++ b/net/php70-ldap/Makefile
@@ -0,0 +1,10 @@
+# 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
new file mode 100644
index 000000000000..1424930d27b7
--- /dev/null
+++ b/net/php70-soap/Makefile
@@ -0,0 +1,10 @@
+# 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
new file mode 100644
index 000000000000..4afc3bfe9b47
--- /dev/null
+++ b/net/php70-sockets/Makefile
@@ -0,0 +1,10 @@
+# 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
new file mode 100644
index 000000000000..6faf6dac4808
--- /dev/null
+++ b/net/php70-xmlrpc/Makefile
@@ -0,0 +1,10 @@
+# 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
new file mode 100644
index 000000000000..d2dc85f26a48
--- /dev/null
+++ b/net/php70-xmlrpc/files/patch-config.m4
@@ -0,0 +1,23 @@
+--- 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