diff options
author | jmmv <jmmv> | 2005-04-28 18:37:29 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-04-28 18:37:29 +0000 |
commit | 93ccbdb03128e27fd341eaa2cf072248d267a78d (patch) | |
tree | f448daa4c78e53cb7bf7d5f789ae53ce19ef9a8e | |
parent | 565de8ed9f6949fb1dc630289f944eb0a930e2eb (diff) | |
download | pkgsrc-93ccbdb03128e27fd341eaa2cf072248d267a78d.tar.gz |
Fix patch-af, which doesn't apply correctly with patch 2.5.9 (and I don't know
how it did in NetBSD, since its context seems incorrect to my eye... a bug?).
-rw-r--r-- | mail/evolution-data-server/distinfo | 4 | ||||
-rw-r--r-- | mail/evolution-data-server/patches/patch-af | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/mail/evolution-data-server/distinfo b/mail/evolution-data-server/distinfo index 0ff01750aef..f363820518f 100644 --- a/mail/evolution-data-server/distinfo +++ b/mail/evolution-data-server/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2005/04/12 01:18:12 rillig Exp $ +$NetBSD: distinfo,v 1.18 2005/04/28 18:37:29 jmmv Exp $ SHA1 (evolution-data-server-1.2.1.tar.bz2) = f84d52d9f0faf33deed49987687bfbb07a103b5c RMD160 (evolution-data-server-1.2.1.tar.bz2) = 415b4de224e18ff4875decf4179f654f7509ce1e Size (evolution-data-server-1.2.1.tar.bz2) = 7454633 bytes -SHA1 (patch-af) = 81c1800ab79ff872b83b5a79fad980e119738751 +SHA1 (patch-af) = 781469e82b466a8b7dc403450f13cb715ffd35c9 SHA1 (patch-ag) = 3b98f839509014856240966a0a5f4d56aaeced5c SHA1 (patch-ah) = fe05e242d12148f2a29356ada254131482774f35 SHA1 (patch-ai) = 4031c5d07e8b133e435520359140748a763671a0 diff --git a/mail/evolution-data-server/patches/patch-af b/mail/evolution-data-server/patches/patch-af index b3b255e4d94..8f0f0f3404d 100644 --- a/mail/evolution-data-server/patches/patch-af +++ b/mail/evolution-data-server/patches/patch-af @@ -1,11 +1,11 @@ -$NetBSD: patch-af,v 1.1 2004/11/18 14:20:26 sketch Exp $ +$NetBSD: patch-af,v 1.2 2005/04/28 18:37:29 jmmv Exp $ ---- config.h.in.orig 2004-11-13 22:06:01.870247000 +0000 -+++ config.h.in 2004-11-13 22:07:10.887923000 +0000 -@@ -99,3 +99,8 @@ - #ifndef __cplusplus - #undef inline - #endif +--- config.h.in.orig 2005-03-15 23:06:59.000000000 +0100 ++++ config.h.in 2005-04-28 20:23:09.433789560 +0200 +@@ -238,3 +238,8 @@ + + /* Define to appropriate type if socklen_t is not defined */ + #undef socklen_t + +/* __PRETTY_FUNCTION__ is a GNUism only */ +#ifndef __GNUC__ |