pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dhcpcd Make it build on DragonFly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/13deb78492ed
branches: trunk
changeset: 555916:13deb78492ed
user: hasso <hasso%pkgsrc.org@localhost>
date: Thu Mar 12 08:14:16 2009 +0000
description:
Make it build on DragonFly.
diffstat:
net/dhcpcd/distinfo | 3 ++-
net/dhcpcd/patches/patch-aa | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 593cb6f41eb3 -r 13deb78492ed net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo Thu Mar 12 07:41:55 2009 +0000
+++ b/net/dhcpcd/distinfo Thu Mar 12 08:14:16 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/03/05 23:23:26 roy Exp $
+$NetBSD: distinfo,v 1.2 2009/03/12 08:14:16 hasso Exp $
SHA1 (dhcpcd-4.99.14.tar.bz2) = fb0ae1c1fc2992c9e85fdb2e131fce6d681b3889
RMD160 (dhcpcd-4.99.14.tar.bz2) = ce27e48bedf407912d89b8b6032be8ac40d164ea
Size (dhcpcd-4.99.14.tar.bz2) = 60295 bytes
+SHA1 (patch-aa) = eb52db8df9642ba49ed3dfce0d1d42d0e77fdf6a
diff -r 593cb6f41eb3 -r 13deb78492ed net/dhcpcd/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dhcpcd/patches/patch-aa Thu Mar 12 08:14:16 2009 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2009/03/12 08:14:16 hasso Exp $
+
+--- if-bsd.c.orig 2009-03-12 09:54:44 +0200
++++ if-bsd.c 2009-03-12 09:55:31 +0200
+@@ -38,7 +38,11 @@
+ #include <net/if_types.h>
+ #include <net/route.h>
+ #include <netinet/in.h>
++#ifdef __DragonFly__
++#include <netproto/802_11/ieee80211_ioctl.h>
++#else
+ #include <net80211/ieee80211_ioctl.h>
++#endif
+
+ #include <errno.h>
+ #include <fnmatch.h>
Home |
Main Index |
Thread Index |
Old Index