summaryrefslogtreecommitdiff
path: root/textproc/php4-xslt
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/php4-xslt')
-rw-r--r--textproc/php4-xslt/Makefile17
-rw-r--r--textproc/php4-xslt/files/patch-config.m420
2 files changed, 0 insertions, 37 deletions
diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile
deleted file mode 100644
index 5854302eabee..000000000000
--- a/textproc/php4-xslt/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: php4-xslt
-# Date created: 7 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DEPRECATED= php4 is EOLed
-EXPIRATION_DATE= 2012-05-10
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php4
-
-PKGNAMESUFFIX= -xslt
-
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php4-xslt/files/patch-config.m4 b/textproc/php4-xslt/files/patch-config.m4
deleted file mode 100644
index cf19f9c12902..000000000000
--- a/textproc/php4-xslt/files/patch-config.m4
+++ /dev/null
@@ -1,20 +0,0 @@
---- config.m4.orig Mon Jul 26 23:21:42 2004
-+++ config.m4 Mon Jul 26 23:24:25 2004
-@@ -146,7 +146,7 @@
- [
- AC_DEFINE(HAVE_SABLOT_SET_ENCODING, 1, [ ])
- ], [], [
-- -L$XSLT_DIR/lib $PHP_SABLOT_JS_LIBS
-+ -L$XSLT_DIR/lib $PHP_SABLOT_JS_LIBS -lexpat -liconv
- ])
-
- dnl SablotSetOptions implemented in Sablotron CVS > 2002/10/31
-@@ -154,7 +154,7 @@
- [
- AC_DEFINE(HAVE_SABLOT_GET_OPTIONS, 1, [Whether Sablotron supports SablotGetOptions])
- ], [], [
-- -L$XSLT_DIR/lib $PHP_SABLOT_JS_LIBS
-+ -L$XSLT_DIR/lib $PHP_SABLOT_JS_LIBS -lexpat -liconv
- ])
-
- AC_DEFINE(HAVE_SABLOT_BACKEND, 1, [ ])