diff options
author | rene <rene@FreeBSD.org> | 2016-02-15 03:21:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-02-15 03:21:31 +0800 |
commit | fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3 (patch) | |
tree | 8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /textproc/php5-xsl | |
parent | 5bb51cc37e4c2b3aa67f6bdc9da7ce2b7f18b36e (diff) | |
download | freebsd-ports-gnome-fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3.tar.gz freebsd-ports-gnome-fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3.tar.zst freebsd-ports-gnome-fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3.zip |
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
Diffstat (limited to 'textproc/php5-xsl')
-rw-r--r-- | textproc/php5-xsl/Makefile | 10 | ||||
-rw-r--r-- | textproc/php5-xsl/files/patch-php_xsl.h | 11 |
2 files changed, 0 insertions, 21 deletions
diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile deleted file mode 100644 index e105dcaf708a..000000000000 --- a/textproc/php5-xsl/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -xsl - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/php5-xsl/files/patch-php_xsl.h b/textproc/php5-xsl/files/patch-php_xsl.h deleted file mode 100644 index 9777187f8748..000000000000 --- a/textproc/php5-xsl/files/patch-php_xsl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- php_xsl.h.orig Sun Jan 1 13:50:17 2006 -+++ 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> |