pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/evolution-data-server added a missing include fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b088cb0de55
branches:  trunk
changeset: 547816:1b088cb0de55
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sun Oct 05 17:49:04 2008 +0000

description:
added a missing include file that prevented compiling on MacOS X
(cf. e.g. http://lists.macosforge.org/pipermail/macports-tickets/2008-April/007500.html)
That issue could have affected other platforms, too.

diffstat:

 mail/evolution-data-server/distinfo         |   3 ++-
 mail/evolution-data-server/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r de2f0be45107 -r 1b088cb0de55 mail/evolution-data-server/distinfo
--- a/mail/evolution-data-server/distinfo       Sun Oct 05 10:59:40 2008 +0000
+++ b/mail/evolution-data-server/distinfo       Sun Oct 05 17:49:04 2008 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.47 2008/07/15 10:23:22 drochner Exp $
+$NetBSD: distinfo,v 1.48 2008/10/05 17:49:04 schwarz Exp $
 
 SHA1 (evolution-data-server-2.22.3.tar.bz2) = 5d01b1248fcacef9c478787892f223338dff731b
 RMD160 (evolution-data-server-2.22.3.tar.bz2) = eed9c26fba0b69f0cbe44b01d698388c4ae44a0b
 Size (evolution-data-server-2.22.3.tar.bz2) = 7621470 bytes
+SHA1 (patch-aa) = b4f513be7eebe6e0ab90b53f3b008e0fb969ca46
 SHA1 (patch-ab) = c8efcca7debbbd9b53a1282e10d584a7aab0ea8b
 SHA1 (patch-af) = 1e458720684cfe3823b3b73665044336588c4620
 SHA1 (patch-ak) = e363f45994be14f7c1f0cf6cfd35e66646c69a51
diff -r de2f0be45107 -r 1b088cb0de55 mail/evolution-data-server/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution-data-server/patches/patch-aa       Sun Oct 05 17:49:04 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.9 2008/10/05 17:49:05 schwarz Exp $
+
+--- camel/camel-block-file.h.orig      2008-09-30 17:15:40.000000000 +0200
++++ camel/camel-block-file.h   2008-10-05 14:35:47.000000000 +0200
+@@ -25,6 +25,7 @@
+ #include <glib.h>
+ #include <libedataserver/e-msgport.h>
+ #include <stdio.h>
++#include <sys/types.h> /* for off_t */
+ 
+ G_BEGIN_DECLS
+ 



Home | Main Index | Thread Index | Old Index