summaryrefslogtreecommitdiff
path: root/textproc/php71-xml
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/php71-xml')
-rw-r--r--textproc/php71-xml/Makefile11
-rw-r--r--textproc/php71-xml/files/patch-compat.c13
2 files changed, 0 insertions, 24 deletions
diff --git a/textproc/php71-xml/Makefile b/textproc/php71-xml/Makefile
deleted file mode 100644
index 153a2760626a..000000000000
--- a/textproc/php71-xml/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -xml
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php71-xml/files/patch-compat.c b/textproc/php71-xml/files/patch-compat.c
deleted file mode 100644
index 02125961b20c..000000000000
--- a/textproc/php71-xml/files/patch-compat.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- compat.c.orig Tue Jul 20 10:55:02 2004
-+++ 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"