Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 Nov 2012 07:15:53 +0900 (JST)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        appleboy.tw@gmail.com
Subject:   ports/173367: [PATCH] www/gallery3: Add missing php extensions
Message-ID:  <20121104221553.4130EB831@rtfm.jp>
Resent-Message-ID: <201211042230.qA4MU1Os034473@freefall.freebsd.org>

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

>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@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:



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