Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  4 Aug 2011 10:00:33 +0200 (CEST)
From:      Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fumifumi@abacustech.jp
Subject:   ports/159514: [PATCH] www/pivotx: Added php5-tokenizer as a requirement
Message-ID:  <20110804080033.1584F8A7A5@nordhaug.priv.no>
Resent-Message-ID: <201108040820.p748KBoJ062676@freefall.freebsd.org>

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

>Number:         159514
>Category:       ports
>Synopsis:       [PATCH] www/pivotx: Added php5-tokenizer as a requirement
>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:   Thu Aug 04 08:20:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Hans Fredrik Nordhaug
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD nordhaug.priv.no 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011
>Description:
Smarty, the template engine in PivotX, uses token_get_all and hence php5-tokenizer must be installed.

Port maintainer (fumifumi@abacustech.jp) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pivotx-2.2.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/pivotx.orig/Makefile /usr/ports/www/pivotx/Makefile
--- /usr/ports/www/pivotx.orig/Makefile	2011-08-04 09:16:00.000000000 +0200
+++ /usr/ports/www/pivotx/Makefile	2011-08-04 09:12:57.000000000 +0200
@@ -29,7 +29,7 @@
 
 WANT_PHP_WEB=	yes
 IGNORE_WITH_PHP=4
-USE_PHP=	session gettext xml gd pcre
+USE_PHP=	session gettext xml gd pcre tokenizer
 USE_GETTEXT=	yes
 
 .if exists(${PHPBASE}/lib/php/${PHP_EXT_DIR}/simplexml.so) || !exists(${PHPBASE}/lib/php/${PHP_EXT_DIR}/dom.so)
--- pivotx-2.2.6.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?20110804080033.1584F8A7A5>