Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2009 15:48:35 +0800 (CST)
From:      Bo-Yi Wu <appleboy.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        appleboy.tw@gmail.com
Subject:   ports/141164: [MAINTAINER] www/gallery3 update php dependence 
Message-ID:  <200912040748.nB47mZVq057650@freebsd.ee.ccu.edu.tw>
Resent-Message-ID: <200912040750.nB47o1nf069273@freefall.freebsd.org>

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

>Number:         141164
>Category:       ports
>Synopsis:       [MAINTAINER] www/gallery3 update php dependence
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 04 07:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Bo-Yi Wu
>Release:        FreeBSD 7.1-RELEASE-p6 i386
>Organization:
IDERS III of Taiwan
>Environment:
System: FreeBSD freebsd.ee.ccu.edu.tw 7.1-RELEASE-p6 FreeBSD 7.1-RELEASE-p6 #4: Wed Jun 17 12:28:27 CST 2009 root@freebsd.ee.ccu.edu.tw:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	add iconv, spl, simplexml, and json be listed as dependencies in the Makefile.
	
>How-To-Repeat:
	
>Fix:

	

--- gallery3.patch begins here ---
diff -ruN gallery3.orig/Makefile gallery3/Makefile
--- gallery3.orig/Makefile	2009-12-04 15:41:39.000000000 +0800
+++ gallery3/Makefile	2009-12-04 15:38:03.000000000 +0800
@@ -17,7 +17,7 @@
 
 USE_ZIP=	yes
 
-USE_PHP=	pcre session filter xml
+USE_PHP=	pcre session filter xml	iconv spl simplexml json
 WANT_PHP_WEB=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
--- gallery3.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?200912040748.nB47mZVq057650>