pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/evolution Fix crash while shutting down Evolution...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffe3f5a3d689
branches: trunk
changeset: 482099:ffe3f5a3d689
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed Oct 20 09:27:33 2004 +0000
description:
Fix crash while shutting down Evolution. Bump PKGREVISION to 2.
diffstat:
mail/evolution/Makefile | 4 ++--
mail/evolution/distinfo | 3 ++-
mail/evolution/patches/patch-aa | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (40 lines):
diff -r e4902b18002b -r ffe3f5a3d689 mail/evolution/Makefile
--- a/mail/evolution/Makefile Wed Oct 20 09:12:11 2004 +0000
+++ b/mail/evolution/Makefile Wed Oct 20 09:27:33 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2004/10/19 20:17:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.68 2004/10/20 09:27:33 jmmv Exp $
DISTNAME= evolution-2.0.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail time gnome
MASTER_SITES= ftp://ftp.ximian.com/pub/source/evolution/ \
${MASTER_SITE_GNOME:=sources/evolution/2.0/}
diff -r e4902b18002b -r ffe3f5a3d689 mail/evolution/distinfo
--- a/mail/evolution/distinfo Wed Oct 20 09:12:11 2004 +0000
+++ b/mail/evolution/distinfo Wed Oct 20 09:27:33 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.26 2004/10/15 21:31:51 jmmv Exp $
+$NetBSD: distinfo,v 1.27 2004/10/20 09:27:33 jmmv Exp $
SHA1 (evolution-2.0.2.tar.bz2) = cc2c5d4f9547f5b442487605d9addb29baf52866
Size (evolution-2.0.2.tar.bz2) = 15400311 bytes
+SHA1 (patch-aa) = 736bef73496b360a8b0ce1901c2969c6d5ae29e1
diff -r e4902b18002b -r ffe3f5a3d689 mail/evolution/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution/patches/patch-aa Wed Oct 20 09:27:33 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.16 2004/10/20 09:27:33 jmmv Exp $
+
+--- camel/camel-operation.c.orig 2004-10-20 11:19:04.000000000 +0200
++++ camel/camel-operation.c
+@@ -112,7 +112,7 @@ camel_operation_init(void)
+ void
+ camel_operation_shutdown (void)
+ {
+- pthread_key_delete (&operation_key);
++ pthread_key_delete (operation_key);
+ }
+
+ /**
Home |
Main Index |
Thread Index |
Old Index