ports/159514: [PATCH] www/pivotx: Added php5-tokenizer as a requirement

Hans Fredrik Nordhaug hans at nordhaug.priv.no
Thu Aug 4 08:20:12 UTC 2011


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



More information about the freebsd-ports-bugs mailing list