diff options
author | rh <rh> | 1999-09-03 07:25:12 +0000 |
---|---|---|
committer | rh <rh> | 1999-09-03 07:25:12 +0000 |
commit | 05f34b484e8832c519274a8008f0be4e69e62d50 (patch) | |
tree | 51ebbeaf76f5095472749bcd8695716a9793b709 /misc/gnome-pim | |
parent | 542011234f8f2a992652b5ce42848f565edfe12b (diff) | |
download | pkgsrc-05f34b484e8832c519274a8008f0be4e69e62d50.tar.gz |
Fix to work with gnome-libs-1.0.16
Diffstat (limited to 'misc/gnome-pim')
-rw-r--r-- | misc/gnome-pim/Makefile | 4 | ||||
-rw-r--r-- | misc/gnome-pim/files/md5 | 4 | ||||
-rw-r--r-- | misc/gnome-pim/files/patch-sum | 3 | ||||
-rw-r--r-- | misc/gnome-pim/patches/patch-ab | 27 | ||||
-rw-r--r-- | misc/gnome-pim/pkg/PLIST | 4 |
5 files changed, 35 insertions, 7 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index ab3d76e9773..39b6011a27d 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 1999/08/29 12:48:59 rh Exp $ +# $NetBSD: Makefile,v 1.11 1999/09/03 07:25:12 rh Exp $ # -DISTNAME= gnome-pim-1.0.8 +DISTNAME= gnome-pim-1.0.9 CATEGORIES= misc x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/} diff --git a/misc/gnome-pim/files/md5 b/misc/gnome-pim/files/md5 index 0d7cf71952d..4cb32cb3b68 100644 --- a/misc/gnome-pim/files/md5 +++ b/misc/gnome-pim/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/07/24 08:41:40 rh Exp $ +$NetBSD: md5,v 1.3 1999/09/03 07:25:13 rh Exp $ -MD5 (gnome-pim-1.0.8.tar.gz) = b1dc711b7b2bbb71e0bea1c5d40bcf20 +MD5 (gnome-pim-1.0.9.tar.gz) = f8f1fa86d0f420c5fc00b6e3686841c6 diff --git a/misc/gnome-pim/files/patch-sum b/misc/gnome-pim/files/patch-sum index a61dc3f8b8a..293ad64277b 100644 --- a/misc/gnome-pim/files/patch-sum +++ b/misc/gnome-pim/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/08/29 20:34:13 tron Exp $ +$NetBSD: patch-sum,v 1.2 1999/09/03 07:25:14 rh Exp $ MD5 (patch-aa) = cbd71effa1f99af11434d2da5627a1dc +MD5 (patch-ab) = d55ba33d7627747c437fd7bfb00fad14 diff --git a/misc/gnome-pim/patches/patch-ab b/misc/gnome-pim/patches/patch-ab new file mode 100644 index 00000000000..25f3773d5e6 --- /dev/null +++ b/misc/gnome-pim/patches/patch-ab @@ -0,0 +1,27 @@ +$NetBSD: patch-ab,v 1.1 1999/09/03 07:25:14 rh Exp $ + +--- gncal/timeutil.c.orig Thu Sep 2 13:32:45 1999 ++++ gncal/timeutil.c Thu Sep 2 13:35:09 1999 +@@ -21,6 +21,12 @@ + if (strlen (str) < 14) + return -1; + ++ (void) time (&t); ++ if (str [15] == 'Z') ++ my_tm = *localtime (&t); ++ else ++ my_tm = *gmtime (&t); ++ + my_tm.tm_year = (digit_at (str, 0) * 1000 + digit_at (str, 1) * 100 + + digit_at (str, 2) * 10 + digit_at (str, 3)) - 1900; + +@@ -33,9 +39,6 @@ + + t = mktime (&my_tm); + +- if (str [15] == 'Z') +- t -= timezone; +- + return t; + } + diff --git a/misc/gnome-pim/pkg/PLIST b/misc/gnome-pim/pkg/PLIST index 48bdc93b488..c3c7bc766ae 100644 --- a/misc/gnome-pim/pkg/PLIST +++ b/misc/gnome-pim/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/08/29 20:36:26 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/09/03 07:25:15 rh Exp $ bin/gnomecal bin/gnomecard etc/CORBA/servers/gnomecard.gnorba @@ -34,7 +34,7 @@ share/gnome/help/gnomecal/C/calsetup.html share/gnome/help/gnomecal/C/caluse.html share/gnome/help/gnomecal/C/cmdline.html share/gnome/help/gnomecal/C/gcal.html -share/gnome/help/gnomecal/C/ln14.html +share/gnome/help/gnomecal/C/ln26.html share/gnome/help/gnomecal/C/tech.html.html share/gnome/help/gnomecal/C/docbook.css share/gnome/help/gnomecard/C/index.html |