diff options
author | simonb <simonb@pkgsrc.org> | 2003-01-30 22:37:25 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2003-01-30 22:37:25 +0000 |
commit | a789420971f4b670980ecf2f5b06b1581bff1ef6 (patch) | |
tree | 3ad45b71e92745841c16148a44bd90fa9240b802 /time | |
parent | a91410c5633375e641a96ebef4dc2f06e38b2712 (diff) | |
download | pkgsrc-a789420971f4b670980ecf2f5b06b1581bff1ef6.tar.gz |
Use "Australia/Sydney" instead of "Australia/Queensland" for the
"sydney" timezone, otherwise Sydney suddenly misses out on daylight
savings time.
Diffstat (limited to 'time')
-rw-r--r-- | time/xchrono/distinfo | 3 | ||||
-rw-r--r-- | time/xchrono/patches/patch-ac | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/time/xchrono/distinfo b/time/xchrono/distinfo index 33111785b89..4cd7249371b 100644 --- a/time/xchrono/distinfo +++ b/time/xchrono/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2002/06/15 20:40:25 dmcmahill Exp $ +$NetBSD: distinfo,v 1.3 2003/01/30 22:37:25 simonb Exp $ SHA1 (xchrono.shar) = 8cc61b949ff4c1972cfa810831d562d058fa9e2f Size (xchrono.shar) = 56292 bytes SHA1 (patch-aa) = 59c5946422c0ac76907e1d512dd64b9a1899029d SHA1 (patch-ab) = 414ed2bfc2aa0aeafaf50c4980bb8394ca3e1407 +SHA1 (patch-ac) = e2da170e8509caed02e4ab7eda8737767aa7ebbb diff --git a/time/xchrono/patches/patch-ac b/time/xchrono/patches/patch-ac new file mode 100644 index 00000000000..78fea55dd1e --- /dev/null +++ b/time/xchrono/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2003/01/30 22:37:27 simonb Exp $ + +--- xchrono.c.orig Fri Jan 31 09:23:44 2003 ++++ xchrono.c +@@ -91,9 +91,7 @@ static struct { + #define TOKYO (HAWAII+1) + { "Japan", "Tokyo" }, + #define SYDNEY (TOKYO+1) +-/* This should be NSW (New South Wales)? istead of Queensland, +- but that value looks wrong... */ +- { "Australia/Queensland", "Sydney" }, ++ { "Australia/Sydney", "Sydney" }, + #define LONDON (SYDNEY+1) + { "GB-Eire", "London" }, + #define PARIS (LONDON+1) |