pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imapproxy DragonFly needs sys/types.h before sys/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49df0475996a
branches:  trunk
changeset: 505856:49df0475996a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 16:00:41 2006 +0000

description:
DragonFly needs sys/types.h before sys/socket.h, reorder includes.

diffstat:

 mail/imapproxy/distinfo         |   3 ++-
 mail/imapproxy/patches/patch-ab |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 2d6879092d3a -r 49df0475996a mail/imapproxy/distinfo
--- a/mail/imapproxy/distinfo   Sun Jan 08 15:55:13 2006 +0000
+++ b/mail/imapproxy/distinfo   Sun Jan 08 16:00:41 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 09:59:23 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/01/08 16:00:41 joerg Exp $
 
 SHA1 (imapproxy-1.0.tar.gz) = 844acba24633430d15cb9b3a586164aef5051583
 RMD160 (imapproxy-1.0.tar.gz) = 0e0ab29c476c55a09229a21c0cbdc05e8ef885cd
 Size (imapproxy-1.0.tar.gz) = 75668 bytes
 SHA1 (patch-aa) = 2148477ad9e5e3c50854cba3b042220d469c5ace
+SHA1 (patch-ab) = 745129d5bf2d5e950d6bfb9c8178f1f626b6f4e5
diff -r 2d6879092d3a -r 49df0475996a mail/imapproxy/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/imapproxy/patches/patch-ab   Sun Jan 08 16:00:41 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2006/01/08 16:00:41 joerg Exp $
+
+--- network.c.orig     2006-01-08 15:48:57.000000000 +0000
++++ network.c
+@@ -19,10 +19,10 @@
+  */
+ 
+ 
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+-#include <sys/types.h>
+ #include <string.h>
+ #include <netdb.h>
+ #include <unistd.h>



Home | Main Index | Thread Index | Old Index