summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile4
-rw-r--r--net/php74-ldap/Makefile11
-rw-r--r--net/php74-soap/Makefile11
-rw-r--r--net/php74-sockets/Makefile11
-rw-r--r--net/php74-xmlrpc/Makefile11
-rw-r--r--net/php74-xmlrpc/files/patch-config.m423
6 files changed, 71 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 99cf87dc5701..6de16155ad83 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -975,6 +975,10 @@
SUBDIR += php73-soap
SUBDIR += php73-sockets
SUBDIR += php73-xmlrpc
+ SUBDIR += php74-ldap
+ SUBDIR += php74-soap
+ SUBDIR += php74-sockets
+ SUBDIR += php74-xmlrpc
SUBDIR += phpldapadmin
SUBDIR += pim6-tools
SUBDIR += pim6dd
diff --git a/net/php74-ldap/Makefile b/net/php74-ldap/Makefile
new file mode 100644
index 000000000000..7b07a0284e37
--- /dev/null
+++ b/net/php74-ldap/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php74
+
+PKGNAMESUFFIX= -ldap
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/php74-soap/Makefile b/net/php74-soap/Makefile
new file mode 100644
index 000000000000..9f5a25288b7c
--- /dev/null
+++ b/net/php74-soap/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php74
+
+PKGNAMESUFFIX= -soap
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/php74-sockets/Makefile b/net/php74-sockets/Makefile
new file mode 100644
index 000000000000..e99b1bb9f820
--- /dev/null
+++ b/net/php74-sockets/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php74
+
+PKGNAMESUFFIX= -sockets
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/php74-xmlrpc/Makefile b/net/php74-xmlrpc/Makefile
new file mode 100644
index 000000000000..a17770b31523
--- /dev/null
+++ b/net/php74-xmlrpc/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php74
+
+PKGNAMESUFFIX= -xmlrpc
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/php74-xmlrpc/files/patch-config.m4 b/net/php74-xmlrpc/files/patch-config.m4
new file mode 100644
index 000000000000..d2dc85f26a48
--- /dev/null
+++ b/net/php74-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