From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 12 21:30:02 2009 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 20F181065672 for ; Fri, 12 Jun 2009 21:30:02 +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 D5C408FC17 for ; Fri, 12 Jun 2009 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5CLU18l013950 for ; Fri, 12 Jun 2009 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5CLU1PN013949; Fri, 12 Jun 2009 21:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 12 Jun 2009 21:30:01 GMT Resent-Message-Id: <200906122130.n5CLU1PN013949@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, Matthias Fechner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A61F106566B for ; Fri, 12 Jun 2009 21:28:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 68BCF8FC19 for ; Fri, 12 Jun 2009 21:28:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5CLSrYB033766 for ; Fri, 12 Jun 2009 21:28:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5CLSqes033765; Fri, 12 Jun 2009 21:28:52 GMT (envelope-from nobody) Message-Id: <200906122128.n5CLSqes033765@www.freebsd.org> Date: Fri, 12 Jun 2009 21:28:52 GMT From: Matthias Fechner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135521: Patch for port www/smarty to fix a problem 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: Fri, 12 Jun 2009 21:30:02 -0000 >Number: 135521 >Category: ports >Synopsis: Patch for port www/smarty to fix a problem >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 12 21:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthias Fechner >Release: FreeBSD 7.2-PRERELEASE i386 >Organization: >Environment: FreeBSD server.idefix.lan 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Thu Apr 2 22:01:15 CEST 2009 root@server.idefix.lan:/usr/obj/usr/src/sys/SERVER2_I4B i386 >Description: Smarty produces error messages like: [Thu Jun 11 21:45:51 2009] [error] [client x.x.x.x] PHP Notice: Undefined variable: _SESSION in /usr/local/share/smarty/Smarty.class.php on line 585 >How-To-Repeat: Have a website with smarty, access it and see logfile in apache. >Fix: Apply the following patch to update the port to the new version: --- smarty-update-2.6.25.patch begins here --- diff smarty.old/Makefile smarty/Makefile 9c9 < PORTVERSION= 2.6.24 --- > > PORTVERSION= 2.6.25 diff smarty.old/distinfo smarty/distinfo 1,3c1,3 < MD5 (Smarty-2.6.24.tar.gz) = ea4b651bcd8f1a6596a214ad2c8fc302 < SHA256 (Smarty-2.6.24.tar.gz) = 062840673eabac025b9c033f42b6466d70f7b0c5d99469203f6c0d51e62d8e58 < SIZE (Smarty-2.6.24.tar.gz) = 153038 --- > > MD5 (Smarty-2.6.25.tar.gz) = cf54f69217075fc6f94ca15c35d63de4 > > SHA256 (Smarty-2.6.25.tar.gz) = aa901e0083fceef3eabae633b6af60e7450e787a024e7df643abcca73cb8b307 > > SIZE (Smarty-2.6.25.tar.gz) = 153059 Common subdirectories: smarty.old/files and smarty/files --- smarty-update-2.6.25.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: