ports/173367: [PATCH] www/gallery3: Add missing php extensions

TAKATSU Tomonari tota at FreeBSD.org
Sun Nov 4 22:30:01 UTC 2012


>Number:         173367
>Category:       ports
>Synopsis:       [PATCH] www/gallery3: Add missing php extensions
>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 Nov 04 22:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 8.2-RELEASE-p9 amd64
>Organization:
none (private)
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012
>Description:
- Add missing PHP extensions
  * ctype
  * mbstring

Port maintainer (appleboy.tw at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

begin 644 gallery3-3.0.4.patch
Index: Makefile
===================================================================
--- Makefile	(revision 306951)
+++ Makefile	(working copy)
@@ -16,8 +16,8 @@
 
 USE_ZIP=	yes
 
-USE_PHP=	pcre session filter xml iconv spl simplexml json mysql \
-		tokenizer
+USE_PHP=	ctype filter iconv json mysql mbstring pcre \
+		simplexml session spl tokenizer xml
 WANT_PHP_WEB=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
end
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list