Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2009 10:55:53 +0800 (CST)
From:      Bo-Yi Wu <appleboy.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        appleboy.tw@gmail.com
Subject:   ports/140037: [MAINTAINER] www/gallery3 update php dependence 
Message-ID:  <200910280255.n9S2trTr030344@freebsd.ee.ccu.edu.tw>
Resent-Message-ID: <200910280340.n9S3e1Uw089877@freefall.freebsd.org>

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

>Number:         140037
>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:   Wed Oct 28 03:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Bo-Yi Wu
>Release:        FreeBSD 7.1-RELEASE-p6 i386
>Organization:
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 php5-xml and php5-filter 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-10-28 10:45:55.000000000 +0800
+++ gallery3/Makefile	2009-10-28 10:41:15.000000000 +0800
@@ -16,7 +16,7 @@
 
 USE_ZIP=	yes
 
-USE_PHP=	pcre session
+USE_PHP=	pcre session filter xml
 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?200910280255.n9S2trTr030344>