pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/evolution Add missing #include <sys/socket.h> (fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acb356098349
branches:  trunk
changeset: 486835:acb356098349
user:      rh <rh%pkgsrc.org@localhost>
date:      Tue Jan 04 08:08:28 2005 +0000

description:
Add missing #include <sys/socket.h> (for AF_INET) to make this compile.

diffstat:

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

diffs (27 lines):

diff -r d0cadb059bdc -r acb356098349 mail/evolution/distinfo
--- a/mail/evolution/distinfo   Tue Jan 04 06:22:56 2005 +0000
+++ b/mail/evolution/distinfo   Tue Jan 04 08:08:28 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.30 2004/12/28 22:01:25 jmmv Exp $
+$NetBSD: distinfo,v 1.31 2005/01/04 08:08:28 rh Exp $
 
 SHA1 (evolution-2.0.3.tar.bz2) = 059253acd24648b841c6fc24e376c475b2598b6d
 Size (evolution-2.0.3.tar.bz2) = 15381448 bytes
+SHA1 (patch-aa) = a89da54c40813c07af76dd98f876dd2e979c2554
 SHA1 (patch-ab) = 871a322eefd1a42e7197da764d49cd1d24f6535d
diff -r d0cadb059bdc -r acb356098349 mail/evolution/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution/patches/patch-aa   Tue Jan 04 08:08:28 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.18 2005/01/04 08:08:28 rh Exp $
+
+--- camel/camel-service.c.orig 2004-12-06 17:46:51.000000000 +1000
++++ camel/camel-service.c
+@@ -36,6 +36,7 @@
+ #include <errno.h>
+ 
+ #include <sys/poll.h>
++#include <sys/socket.h>
+ 
+ #include "e-util/e-msgport.h"
+ 



Home | Main Index | Thread Index | Old Index