1
0
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:
Dirk Meyer 2010-04-23 22:31:51 +00:00
parent 90359a9b20
commit 577816b3d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253130
3 changed files with 28 additions and 0 deletions

View File

@ -939,6 +939,7 @@
SUBDIR += php52-pspell
SUBDIR += php52-simplexml
SUBDIR += php52-xml
SUBDIR += php52-xmlreader
SUBDIR += po4a
SUBDIR += pocketreader
SUBDIR += pootle

View 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"

View 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"