Date: Fri, 25 Feb 2011 19:00:01 GMT From: Gvozdikov Veniamin <g.veniamin@googlemail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/155038: Update port: www/gallery3 fix update translations Message-ID: <201102251900.p1PJ01r1039044@red.freebsd.org> Resent-Message-ID: <201102251900.p1PJ0Lfn009005@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 155038 >Category: ports >Synopsis: Update port: www/gallery3 fix update translations >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: Fri Feb 25 19:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gvozdikov Veniamin >Release: FreeBSD 8.2-RC3 >Organization: >Environment: FreeBSD bell.kraskp.ru 8.2-RC3 FreeBSD 8.2-RC3 #0: Sun Jan 30 06:28:31 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fix problem with a update translations. >How-To-Repeat: Install the gallery3 and then apply any language and try update. >Fix: diff -ruN gallery3.orig/Makefile gallery3/Makefile --- gallery3.orig/Makefile 2011-02-26 01:50:55.000000000 +0700 +++ gallery3/Makefile 2011-02-26 01:53:39.000000000 +0700 @@ -7,6 +7,7 @@ PORTNAME= gallery3 PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/gallery/${PORTNAME}/${PORTVERSION} DISTNAME= gallery-${PORTVERSION} @@ -16,7 +17,8 @@ USE_ZIP= yes -USE_PHP= pcre session filter xml iconv spl simplexml json mysql +USE_PHP= pcre session filter xml iconv spl simplexml json mysql \ + tokenizer WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102251900.p1PJ01r1039044>