Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Aug 2007 11:07:13 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/115207: [PATCH] net/pear-XML_RPC: Add the missing php extension(xml)
Message-ID:  <20070805030713.4FEF750836@blog.homiya.com>
Resent-Message-ID: <200708050310.l753A1MK083978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115207
>Category:       ports
>Synopsis:       [PATCH] net/pear-XML_RPC: Add the missing php extension(xml)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 05 03:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD blog.homiya.com 6.2-STABLE FreeBSD 6.2-STABLE #1: Wed Jul 25 09:11:00 CST 2007
>Description:
- Add the missing php extension (xml).

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pear-XML_RPC-1.5.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/pear-XML_RPC/Makefile /home/chinsan/projects/pear-XML_RPC/Makefile
--- /usr/ports/net/pear-XML_RPC/Makefile	2007-06-25 16:48:28.000000000 +0800
+++ /home/chinsan/projects/pear-XML_RPC/Makefile	2007-08-05 11:05:30.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	XML_RPC
 PORTVERSION=	1.5.1
+PORTREVISION=	1
 CATEGORIES=	net devel pear
 
 MAINTAINER=	miwi@FreeBSD.org
@@ -15,6 +16,8 @@
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
+USE_PHP=	xml
+
 CATEGORY=	XML
 FILES=		RPC.php RPC/Server.php RPC/Dump.php
 TESTS=		allgot.inc empty-value-struct.php empty-value.php \
--- pear-XML_RPC-1.5.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070805030713.4FEF750836>