From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 9 06:50:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD10637B401 for ; Mon, 9 Jun 2003 06:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7258D43FBD for ; Mon, 9 Jun 2003 06:50:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h59DoIUp053447 for ; Mon, 9 Jun 2003 06:50:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h59DoI7p053444; Mon, 9 Jun 2003 06:50:18 -0700 (PDT) Date: Mon, 9 Jun 2003 06:50:18 -0700 (PDT) Message-Id: <200306091350.h59DoI7p053444@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pav Lucistnik Subject: Re: ports/53087: [maintainer update] textproc/meld fix hardcoded path X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pav Lucistnik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2003 13:50:19 -0000 The following reply was made to PR ports/53087; it has been noted by GNATS. From: Pav Lucistnik To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/53087: [maintainer update] textproc/meld fix hardcoded path Date: Mon, 9 Jun 2003 15:46:46 +0200 (CEST) - Fix timezone offset in CVS view (and make it usable). Fix was sent to Meld people. Again submitted by: Sergey Akifyev Commiter please add this as new file files/patch-cvsview.py: --- cvsview.py.orig Mon Jun 9 15:36:40 2003 +++ cvsview.py Mon Jun 9 15:37:53 2003 @@ -90,7 +90,7 @@ if plus >= 0: cotime = 0 try: - cotime = time.mktime( time.strptime(date) ) + cotime = time.mktime( time.strptime(date) ) - time.timezone except ValueError, e: if not date.startswith("Result of merge"): print "Unable to parse date '%s' in '%s/CVS/Entries'" % (date, directory) -- Pav Lucistnik printk("Penguin %d is stuck in the bottle.\n", i); 2.0.38 /usr/src/linux/arch/sparc/kernel/smp.c