diff options
author | rene <rene@FreeBSD.org> | 2014-03-01 08:06:29 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-03-01 08:06:29 +0800 |
commit | 076592a92b4a7e010e8a6b2644ae232408c10c3b (patch) | |
tree | a82aa9cd34a90c5daecd9ec479f5a85b36141796 /net | |
parent | 0282d1525716be347b881ec0b2f6e2f10e232220 (diff) | |
download | freebsd-ports-gnome-076592a92b4a7e010e8a6b2644ae232408c10c3b.tar.gz freebsd-ports-gnome-076592a92b4a7e010e8a6b2644ae232408c10c3b.tar.zst freebsd-ports-gnome-076592a92b4a7e010e8a6b2644ae232408c10c3b.zip |
PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye. Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )
Strip PHP 5.2 out of Mk/bsd.php.mk
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 | ||||
-rw-r--r-- | net/php52-ldap/Makefile | 11 | ||||
-rw-r--r-- | net/php52-soap/Makefile | 11 | ||||
-rw-r--r-- | net/php52-soap/files/patch-soap.c | 56 | ||||
-rw-r--r-- | net/php52-sockets/Makefile | 11 | ||||
-rw-r--r-- | net/php52-xmlrpc/Makefile | 11 |
6 files changed, 0 insertions, 104 deletions
diff --git a/net/Makefile b/net/Makefile index 879683feb574..bc1be821abdb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -869,10 +869,6 @@ SUBDIR += php5-soap SUBDIR += php5-sockets SUBDIR += php5-xmlrpc - SUBDIR += php52-ldap - SUBDIR += php52-soap - SUBDIR += php52-sockets - SUBDIR += php52-xmlrpc SUBDIR += php53-ldap SUBDIR += php53-soap SUBDIR += php53-sockets diff --git a/net/php52-ldap/Makefile b/net/php52-ldap/Makefile deleted file mode 100644 index 92b633f34ad9..000000000000 --- a/net/php52-ldap/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -ldap - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/net/php52-soap/Makefile b/net/php52-soap/Makefile deleted file mode 100644 index 9a689879b877..000000000000 --- a/net/php52-soap/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -soap - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/net/php52-soap/files/patch-soap.c b/net/php52-soap/files/patch-soap.c deleted file mode 100644 index 924bb3bf7405..000000000000 --- a/net/php52-soap/files/patch-soap.c +++ /dev/null @@ -1,56 +0,0 @@ ---- ext/soap/soap.c.orig Tue Oct 3 21:51:01 2006 -+++ ext/soap/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/php52-sockets/Makefile b/net/php52-sockets/Makefile deleted file mode 100644 index 4e8ddc8d6979..000000000000 --- a/net/php52-sockets/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -sockets - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/net/php52-xmlrpc/Makefile b/net/php52-xmlrpc/Makefile deleted file mode 100644 index 0d59fa73fe46..000000000000 --- a/net/php52-xmlrpc/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -xmlrpc - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" |