diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/php85-xml/Makefile | 7 | ||||
-rw-r--r-- | textproc/php85-xml/files/patch-compat.c | 13 | ||||
-rw-r--r-- | textproc/php85-xmlreader/Makefile | 7 | ||||
-rw-r--r-- | textproc/php85-xmlwriter/Makefile | 7 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/php85-xml/Makefile b/textproc/php85-xml/Makefile new file mode 100644 index 000000000000..e03512ead698 --- /dev/null +++ b/textproc/php85-xml/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xml + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xml/files/patch-compat.c b/textproc/php85-xml/files/patch-compat.c new file mode 100644 index 000000000000..0752de99e2da --- /dev/null +++ b/textproc/php85-xml/files/patch-compat.c @@ -0,0 +1,13 @@ +--- compat.c.orig 2023-06-06 15:54:29 UTC ++++ compat.c +@@ -14,6 +14,10 @@ + +----------------------------------------------------------------------+ + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + #if defined(HAVE_LIBXML) && (defined(HAVE_XML) || defined(HAVE_XMLRPC)) && !defined(HAVE_LIBEXPAT) + #include "expat_compat.h" diff --git a/textproc/php85-xmlreader/Makefile b/textproc/php85-xmlreader/Makefile new file mode 100644 index 000000000000..988b8e5628fd --- /dev/null +++ b/textproc/php85-xmlreader/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xmlreader + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xmlwriter/Makefile b/textproc/php85-xmlwriter/Makefile new file mode 100644 index 000000000000..6bd6d56be8e6 --- /dev/null +++ b/textproc/php85-xmlwriter/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xmlwriter + +.include "${MASTERDIR}/Makefile" |