summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile9
-rw-r--r--textproc/php52-ctype/Makefile11
-rw-r--r--textproc/php52-dom/Makefile11
-rw-r--r--textproc/php52-pspell/Makefile11
-rw-r--r--textproc/php52-simplexml/Makefile11
-rw-r--r--textproc/php52-wddx/Makefile11
-rw-r--r--textproc/php52-wddx/files/patch-config.m422
-rw-r--r--textproc/php52-wddx/files/patch-wddx.c40
-rw-r--r--textproc/php52-xml/Makefile11
-rw-r--r--textproc/php52-xml/files/patch-compat.c13
-rw-r--r--textproc/php52-xmlreader/Makefile11
-rw-r--r--textproc/php52-xmlwriter/Makefile11
-rw-r--r--textproc/php52-xsl/Makefile11
-rw-r--r--textproc/php52-xsl/files/patch-php_xsl.h11
14 files changed, 0 insertions, 194 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index fd3d95c51118..44d399e8dd07 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1092,15 +1092,6 @@
SUBDIR += php5-xmlreader
SUBDIR += php5-xmlwriter
SUBDIR += php5-xsl
- SUBDIR += php52-ctype
- SUBDIR += php52-dom
- SUBDIR += php52-pspell
- SUBDIR += php52-simplexml
- SUBDIR += php52-wddx
- SUBDIR += php52-xml
- SUBDIR += php52-xmlreader
- SUBDIR += php52-xmlwriter
- SUBDIR += php52-xsl
SUBDIR += php53-ctype
SUBDIR += php53-dom
SUBDIR += php53-pspell
diff --git a/textproc/php52-ctype/Makefile b/textproc/php52-ctype/Makefile
deleted file mode 100644
index 00e730d8b590..000000000000
--- a/textproc/php52-ctype/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -ctype
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-dom/Makefile b/textproc/php52-dom/Makefile
deleted file mode 100644
index 524578e3c625..000000000000
--- a/textproc/php52-dom/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -dom
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-pspell/Makefile b/textproc/php52-pspell/Makefile
deleted file mode 100644
index fabb80b596e9..000000000000
--- a/textproc/php52-pspell/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -pspell
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-simplexml/Makefile b/textproc/php52-simplexml/Makefile
deleted file mode 100644
index 163f3f055072..000000000000
--- a/textproc/php52-simplexml/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -simplexml
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-wddx/Makefile b/textproc/php52-wddx/Makefile
deleted file mode 100644
index 63530b340007..000000000000
--- a/textproc/php52-wddx/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -wddx
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-wddx/files/patch-config.m4 b/textproc/php52-wddx/files/patch-config.m4
deleted file mode 100644
index a2e1cfb18d8a..000000000000
--- a/textproc/php52-wddx/files/patch-config.m4
+++ /dev/null
@@ -1,22 +0,0 @@
---- ext/wddx/config.m4.orig Mon Jul 26 09:05:10 2004
-+++ ext/wddx/config.m4 Mon Jul 26 09:07:46 2004
-@@ -5,6 +5,9 @@
- PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
- [ --enable-wddx Enable WDDX support.])
-
-+PHP_ARG_WITH(libxml-dir, libxml2 install dir,
-+[ --with-libxml-dir=<DIR> WDDX: libxml2 install prefix], no, no)
-+
- if test "$PHP_WDDX" != "no"; then
- if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then
- AC_MSG_WARN(Activating XML)
-@@ -12,4 +15,9 @@
- fi
- AC_DEFINE(HAVE_WDDX, 1, [ ])
- PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared)
-+
-+ PHP_SETUP_LIBXML(WDDX_SHARED_LIBADD, [
-+ ], [
-+ AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
-+ ])
- fi
diff --git a/textproc/php52-wddx/files/patch-wddx.c b/textproc/php52-wddx/files/patch-wddx.c
deleted file mode 100644
index c76939ae2edf..000000000000
--- a/textproc/php52-wddx/files/patch-wddx.c
+++ /dev/null
@@ -1,40 +0,0 @@
---- ext/wddx/wddx.c.orig Sun Jan 1 13:50:16 2006
-+++ ext/wddx/wddx.c Mon Jan 16 12:56:21 2006
-@@ -18,6 +18,10 @@
-
- /* $Id: wddx.c,v 1.119.2.8 2006/01/01 12:50:16 sniper Exp $ */
-
-+#ifdef HAVE_CONFIG_H
-+# include "config.h"
-+#endif
-+
- #include "php.h"
-
- #if HAVE_WDDX
-@@ -223,7 +227,7 @@
-
- #include "ext/session/php_session.h"
-
--#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
-+#if HAVE_PHP_SESSION
- /* {{{ PS_SERIALIZER_ENCODE_FUNC
- */
- PS_SERIALIZER_ENCODE_FUNC(wddx)
-@@ -302,7 +306,7 @@
- {
- le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_number);
-
--#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
-+#if HAVE_PHP_SESSION
- php_session_register_serializer("wddx",
- PS_SERIALIZER_ENCODE_NAME(wddx),
- PS_SERIALIZER_DECODE_NAME(wddx));
-@@ -317,7 +321,7 @@
- PHP_MINFO_FUNCTION(wddx)
- {
- php_info_print_table_start();
--#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
-+#if HAVE_PHP_SESSION
- php_info_print_table_header(2, "WDDX Support", "enabled" );
- php_info_print_table_row(2, "WDDX Session Serializer", "enabled" );
- #else
diff --git a/textproc/php52-xml/Makefile b/textproc/php52-xml/Makefile
deleted file mode 100644
index 7cb5e88ea084..000000000000
--- a/textproc/php52-xml/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -xml
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-xml/files/patch-compat.c b/textproc/php52-xml/files/patch-compat.c
deleted file mode 100644
index 8265e24959ad..000000000000
--- a/textproc/php52-xml/files/patch-compat.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ext/xml/compat.c.orig Tue Jul 20 10:55:02 2004
-+++ ext/xml/compat.c Tue Jul 20 10:55:55 2004
-@@ -16,6 +16,10 @@
- +----------------------------------------------------------------------+
- */
-
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include "php.h"
- #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT)
- #include "expat_compat.h"
diff --git a/textproc/php52-xmlreader/Makefile b/textproc/php52-xmlreader/Makefile
deleted file mode 100644
index 705b195be5ee..000000000000
--- a/textproc/php52-xmlreader/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -xmlreader
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-xmlwriter/Makefile b/textproc/php52-xmlwriter/Makefile
deleted file mode 100644
index 76e1042ede36..000000000000
--- a/textproc/php52-xmlwriter/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -xmlwriter
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-xsl/Makefile b/textproc/php52-xsl/Makefile
deleted file mode 100644
index 8f08fd8772e4..000000000000
--- a/textproc/php52-xsl/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -xsl
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-xsl/files/patch-php_xsl.h b/textproc/php52-xsl/files/patch-php_xsl.h
deleted file mode 100644
index 9547fa9a5cf6..000000000000
--- a/textproc/php52-xsl/files/patch-php_xsl.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/xsl/php_xsl.h.orig Sun Jan 1 13:50:17 2006
-+++ ext/xsl/php_xsl.h Tue Jan 17 16:23:10 2006
-@@ -43,7 +43,7 @@
- #include <libexslt/exsltconfig.h>
- #endif
-
--#include "../dom/xml_common.h"
-+#include "ext/dom/xml_common.h"
- #include "xsl_fe.h"
-
- #include <libxslt/extensions.h>