From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 31 06:40:03 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 6EFD21065672 for ; Sun, 31 May 2009 06:40:03 +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 307938FC2B for ; Sun, 31 May 2009 06:40:03 +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 n4V6e37F037812 for ; Sun, 31 May 2009 06:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4V6e3vj037811; Sun, 31 May 2009 06:40:03 GMT (envelope-from gnats) Resent-Date: Sun, 31 May 2009 06:40:03 GMT Resent-Message-Id: <200905310640.n4V6e3vj037811@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, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F0A11065670 for ; Sun, 31 May 2009 06:32:27 +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 5CB208FC0A for ; Sun, 31 May 2009 06:32:27 +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 n4V6WRlA026795 for ; Sun, 31 May 2009 06:32:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4V6WRUA026793; Sun, 31 May 2009 06:32:27 GMT (envelope-from nobody) Message-Id: <200905310632.n4V6WRUA026793@www.freebsd.org> Date: Sun, 31 May 2009 06:32:27 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135092: [PATCH]:lang/tcl85 -- add missing file to plist for WITH_TZDATA=yes 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: Sun, 31 May 2009 06:40:03 -0000 >Number: 135092 >Category: ports >Synopsis: [PATCH]:lang/tcl85 -- add missing file to plist for WITH_TZDATA=yes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 31 06:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 8-CURRENT amd64 >Organization: - >Environment: >Description: An incomplete pkg-plist has broken the deinstall target when WITH_TZDATA=yes. The missing file is ../tzdata/Asia/Kathmandu, and is _in addition to_ the data for "Katmandu" (no "h"), in much the same way as there is data for both "Calcutta" and "Kolkata". b. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN tcl85.orig/pkg-plist tcl85/pkg-plist --- tcl85.orig/pkg-plist 2009-05-31 00:43:59.000000000 -0400 +++ tcl85/pkg-plist 2009-05-30 23:51:03.000000000 -0400 @@ -548,6 +548,7 @@ %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Kamchatka %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Karachi %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Kashgar +%%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Kathmandu %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Katmandu %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Kolkata %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Krasnoyarsk >Release-Note: >Audit-Trail: >Unformatted: