mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
This commit is contained in:
parent
90359a9b20
commit
577816b3d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253130
@ -939,6 +939,7 @@
|
||||
SUBDIR += php52-pspell
|
||||
SUBDIR += php52-simplexml
|
||||
SUBDIR += php52-xml
|
||||
SUBDIR += php52-xmlreader
|
||||
SUBDIR += po4a
|
||||
SUBDIR += pocketreader
|
||||
SUBDIR += pootle
|
||||
|
14
textproc/php52-xml/Makefile
Normal file
14
textproc/php52-xml/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php52-xml
|
||||
# Date created: 17 Apr 2010
|
||||
# Whom: Alex Keda <admin@lissyara.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||||
|
||||
PKGNAMESUFFIX= -xml
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
13
textproc/php52-xml/files/patch-compat.c
Normal file
13
textproc/php52-xml/files/patch-compat.c
Normal file
@ -0,0 +1,13 @@
|
||||
--- 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"
|
Loading…
Reference in New Issue
Block a user