From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 3 17:10:04 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ED8C106566C for ; Sun, 3 Oct 2010 17:10:04 +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 34FE48FC0A for ; Sun, 3 Oct 2010 17:10:04 +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 o93HA4Cq008722 for ; Sun, 3 Oct 2010 17:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o93HA4LK008721; Sun, 3 Oct 2010 17:10:04 GMT (envelope-from gnats) Date: Sun, 3 Oct 2010 17:10:04 GMT Message-Id: <201010031710.o93HA4LK008721@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/138410: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2010 17:10:04 -0000 The following reply was made to PR ports/138410; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138410: commit references a PR Date: Sun, 3 Oct 2010 17:04:12 +0000 (UTC) mezz 2010-10-03 17:04:08 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Added files: finance/gnucash/files patch-src_app-utils_guile-util.c Log: Fix the quote price editor adds price data as wrong date. Bump the PORTREVISION. More details by the submitter: "gnucash quote price editor consume date string and convert the string by strptime(3) then get time_t by mktime(3). And struct tm, a mktime argument is not initialized and mktime detects insane structure and returns -1. So the entry is always added as epoch -1 date." PR: ports/138410 Submitted by: Takanori Watanabe Revision Changes Path 1.148 +1 -1 ports/finance/gnucash/Makefile 1.1 +11 -0 ports/finance/gnucash/files/patch-src_app-utils_guile-util.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"