From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 08:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F801106567B for ; Thu, 4 Aug 2011 08:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0165B8FC13 for ; Thu, 4 Aug 2011 08:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p748KBKk062677 for ; Thu, 4 Aug 2011 08:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p748KBoJ062676; Thu, 4 Aug 2011 08:20:11 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 08:20:11 GMT Resent-Message-Id: <201108040820.p748KBoJ062676@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hans Fredrik Nordhaug Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7892E1065670 for ; Thu, 4 Aug 2011 08:17:00 +0000 (UTC) (envelope-from root@nordhaug.priv.no) Received: from nordhaug.priv.no (static243-173-78.mimer.net [83.243.173.78]) by mx1.freebsd.org (Postfix) with ESMTP id 34A0F8FC12 for ; Thu, 4 Aug 2011 08:17:00 +0000 (UTC) Received: from nordhaug.priv.no (localhost [127.0.0.1]) by nordhaug.priv.no (Postfix) with ESMTP id E65BE8A64C; Thu, 4 Aug 2011 10:00:38 +0200 (CEST) Received: from nordhaug.priv.no ([127.0.0.1]) by nordhaug.priv.no (nordhaug.priv.no [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NFgrMD+YR7GP; Thu, 4 Aug 2011 10:00:33 +0200 (CEST) Received: by nordhaug.priv.no (Postfix, from userid 0) id 1584F8A7A5; Thu, 4 Aug 2011 10:00:33 +0200 (CEST) Message-Id: <20110804080033.1584F8A7A5@nordhaug.priv.no> Date: Thu, 4 Aug 2011 10:00:33 +0200 (CEST) From: Hans Fredrik Nordhaug To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: fumifumi@abacustech.jp Subject: ports/159514: [PATCH] www/pivotx: Added php5-tokenizer as a requirement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 08:20:12 -0000 >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: