pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/wdic DragonFly needs netinet/in.h as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/360ecc72f327
branches:  trunk
changeset: 505422:360ecc72f327
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 03 16:46:07 2006 +0000

description:
DragonFly needs netinet/in.h as well.

diffstat:

 misc/wdic/distinfo         |  4 ++--
 misc/wdic/patches/patch-ab |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r dd264ae7bed7 -r 360ecc72f327 misc/wdic/distinfo
--- a/misc/wdic/distinfo        Tue Jan 03 16:25:59 2006 +0000
+++ b/misc/wdic/distinfo        Tue Jan 03 16:46:07 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/11/08 03:06:06 tv Exp $
+$NetBSD: distinfo,v 1.3 2006/01/03 16:46:07 joerg Exp $
 
 SHA1 (wdic_wob_v3.0.tar.gz) = 63621be8f7fa12b24d6f318e7bb8fcbac82d38da
 RMD160 (wdic_wob_v3.0.tar.gz) = aba08a48dda7cf08902fe7e4820731d0caf406db
 Size (wdic_wob_v3.0.tar.gz) = 2885 bytes
 SHA1 (patch-aa) = 08f66e30af85a117673e7076a8e1cebc2048f489
-SHA1 (patch-ab) = fb467b492f8ccf93e2eb33423f3ec7481f3d0cbe
+SHA1 (patch-ab) = 14e26a1cbd1e9ceac68546f252e8493f48421142
diff -r dd264ae7bed7 -r 360ecc72f327 misc/wdic/patches/patch-ab
--- a/misc/wdic/patches/patch-ab        Tue Jan 03 16:25:59 2006 +0000
+++ b/misc/wdic/patches/patch-ab        Tue Jan 03 16:46:07 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2005/11/08 03:06:06 tv Exp $
+$NetBSD: patch-ab,v 1.3 2006/01/03 16:46:07 joerg Exp $
 
 --- wdic_wob_v3.0.c.orig       Mon Jan  3 06:29:42 2005
 +++ wdic_wob_v3.0.c
@@ -6,7 +6,7 @@
  #include <string.h>
  #include <netdb.h>
  #include <sys/socket.h>
-+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__INTERIX)
++#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__INTERIX) || defined(__DragonFly__)
 +#include <netinet/in.h>
 +#endif
  



Home | Main Index | Thread Index | Old Index