diff options
author | flo <flo@FreeBSD.org> | 2012-05-16 17:46:51 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-05-16 17:46:51 +0800 |
commit | 279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19 (patch) | |
tree | 2de93387d7ad1df58a7807b573d91395f20dccb9 /textproc/php53-xsl | |
parent | 604a42f7a6032c5db4396ed6acc540dc4fc691c4 (diff) | |
download | freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.tar.gz freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.tar.zst freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.zip |
readd php 5.3.13 and all its modules as php53*
Diffstat (limited to 'textproc/php53-xsl')
-rw-r--r-- | textproc/php53-xsl/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-xsl/files/patch-php_xsl.h | 11 |
2 files changed, 25 insertions, 0 deletions
diff --git a/textproc/php53-xsl/Makefile b/textproc/php53-xsl/Makefile new file mode 100644 index 000000000000..73a500465dc0 --- /dev/null +++ b/textproc/php53-xsl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-xsl +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -xsl + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-xsl/files/patch-php_xsl.h b/textproc/php53-xsl/files/patch-php_xsl.h new file mode 100644 index 000000000000..9777187f8748 --- /dev/null +++ b/textproc/php53-xsl/files/patch-php_xsl.h @@ -0,0 +1,11 @@ +--- 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> |