cvs commit: ports/finance/gnucash Makefile
ports/finance/gnucash/files patch-src_app-utils_guile-util.c
Jeremy Messenger
mezz at FreeBSD.org
Sun Oct 3 17:04:09 UTC 2010
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 <takawata at init-main.com>
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)
More information about the cvs-ports
mailing list