Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Sep 2004 12:53:39 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-ports@varju.ca
Subject:   ports/71387: [PATCH] www/gallery: update dependency
Message-ID:  <20040905045339.7841A3E9C5C@utopia.leeym.com>
Resent-Message-ID: <200409050500.i8550nSH025051@freefall.freebsd.org>

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

>Number:         71387
>Category:       ports
>Synopsis:       [PATCH] www/gallery: update dependency
>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 Sep 05 05:00:49 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA3 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA3 FreeBSD 5.3-BETA3 #1: Sun Sep  5 01:06:46 CST
>Description:

- gallery depends on php[45]-pcre

Port maintainer (freebsd-ports@varju.ca) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:

# grep -Ir preg_ /usr/local/www/data/gallery/

>Fix:

--- gallery-1.4.4.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/gallery/Makefile,v
retrieving revision 1.32
diff -u -u -r1.32 Makefile
--- Makefile	3 Sep 2004 02:07:06 -0000	1.32
+++ Makefile	5 Sep 2004 04:50:32 -0000
@@ -21,7 +21,7 @@
 		jhead:${PORTSDIR}/graphics/jhead \
 		unzip:${PORTSDIR}/archivers/unzip
 
-USE_PHP=	session
+USE_PHP=	pcre session
 WANT_PHP_WEB=	yes
 
 .if !defined(WITHOUT_NLS)
--- gallery-1.4.4.2.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?20040905045339.7841A3E9C5C>