diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 | ||||
-rw-r--r-- | net/php53-ldap/Makefile | 10 | ||||
-rw-r--r-- | net/php53-soap/Makefile | 9 | ||||
-rw-r--r-- | net/php53-soap/files/patch-soap.c | 56 | ||||
-rw-r--r-- | net/php53-sockets/Makefile | 9 | ||||
-rw-r--r-- | net/php53-xmlrpc/Makefile | 9 | ||||
-rw-r--r-- | net/php53-xmlrpc/files/patch-config.m4 | 23 |
7 files changed, 0 insertions, 120 deletions
diff --git a/net/Makefile b/net/Makefile index f41206958fc3..a6cc0e131819 100644 --- a/net/Makefile +++ b/net/Makefile @@ -855,10 +855,6 @@ SUBDIR += php5-soap SUBDIR += php5-sockets SUBDIR += php5-xmlrpc - SUBDIR += php53-ldap - SUBDIR += php53-soap - SUBDIR += php53-sockets - SUBDIR += php53-xmlrpc SUBDIR += php55-ldap SUBDIR += php55-soap SUBDIR += php55-sockets diff --git a/net/php53-ldap/Makefile b/net/php53-ldap/Makefile deleted file mode 100644 index 3e452726a40c..000000000000 --- a/net/php53-ldap/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -PORTREVISION= 4 -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -ldap - -.include "${MASTERDIR}/Makefile" diff --git a/net/php53-soap/Makefile b/net/php53-soap/Makefile deleted file mode 100644 index 9679fc1d7ae9..000000000000 --- a/net/php53-soap/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -soap - -.include "${MASTERDIR}/Makefile" diff --git a/net/php53-soap/files/patch-soap.c b/net/php53-soap/files/patch-soap.c deleted file mode 100644 index 70b84d3a60e9..000000000000 --- a/net/php53-soap/files/patch-soap.c +++ /dev/null @@ -1,56 +0,0 @@ ---- soap.c.orig Tue Oct 3 21:51:01 2006 -+++ soap.c Sat Nov 4 11:38:29 2006 -@@ -23,7 +23,7 @@ - #include "config.h" - #endif - #include "php_soap.h" --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - #include "ext/session/php_session.h" - #endif - #ifdef ZEND_ENGINE_2 -@@ -1577,7 +1577,7 @@ - soap_obj = service->soap_object; - function_table = &((Z_OBJCE_P(soap_obj))->function_table); - } else if (service->type == SOAP_CLASS) { --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - /* If persistent then set soap_obj from from the previous created session (if available) */ - if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) { - zval **tmp_soap; -@@ -1664,7 +1664,7 @@ - } - efree(class_name); - } --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - /* If session then update session hash with new object */ - if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) { - zval **tmp_soap_pp; -@@ -1762,7 +1762,7 @@ - if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) { - call_status = call_user_function(NULL, &soap_obj, &function_name, &retval, num_params, params TSRMLS_CC); - if (service->type == SOAP_CLASS) { --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - if (service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) { - zval_ptr_dtor(&soap_obj); - soap_obj = NULL; -@@ -1788,7 +1788,7 @@ - soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC); - } - if (service->type == SOAP_CLASS) { --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - if (soap_obj && service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) { - #else - if (soap_obj) { -@@ -1830,7 +1830,7 @@ - soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC); - } - if (service->type == SOAP_CLASS) { --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - if (soap_obj && service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) { - #else - if (soap_obj) { diff --git a/net/php53-sockets/Makefile b/net/php53-sockets/Makefile deleted file mode 100644 index 94d5e70840f1..000000000000 --- a/net/php53-sockets/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -sockets - -.include "${MASTERDIR}/Makefile" diff --git a/net/php53-xmlrpc/Makefile b/net/php53-xmlrpc/Makefile deleted file mode 100644 index a48877f37e6a..000000000000 --- a/net/php53-xmlrpc/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -xmlrpc - -.include "${MASTERDIR}/Makefile" diff --git a/net/php53-xmlrpc/files/patch-config.m4 b/net/php53-xmlrpc/files/patch-config.m4 deleted file mode 100644 index 098855a191dd..000000000000 --- a/net/php53-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 |