pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssh Fix build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/473101622e93
branches:  trunk
changeset: 508682:473101622e93
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 23 19:02:50 2006 +0000

description:
Fix build on DragonFly.

diffstat:

 security/openssh/distinfo         |   3 ++-
 security/openssh/patches/patch-aw |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r c06b41b3e281 -r 473101622e93 security/openssh/distinfo
--- a/security/openssh/distinfo Thu Feb 23 18:45:25 2006 +0000
+++ b/security/openssh/distinfo Thu Feb 23 19:02:50 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.51 2006/02/12 00:13:55 salo Exp $
+$NetBSD: distinfo,v 1.52 2006/02/23 19:02:50 joerg Exp $
 
 SHA1 (openssh-4.3p1.tar.gz) = b1f379127829e7e820955b2825130edd1601ba59
 RMD160 (openssh-4.3p1.tar.gz) = c1d69873ecc453b40d825a2f1b3a0909da815f5e
@@ -28,3 +28,4 @@
 SHA1 (patch-at) = ffbcb38cf8578f05319b2af9cfcdb5ada2a57e78
 SHA1 (patch-au) = 052b0b6d8869ad09144e4fc9e1b3c5e03c669c44
 SHA1 (patch-av) = 5543fcf94eaad26e27043c1527921e23ecfefc77
+SHA1 (patch-aw) = 95d49965b0f24bf117e790785d3a8ef553865bda
diff -r c06b41b3e281 -r 473101622e93 security/openssh/patches/patch-aw
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/openssh/patches/patch-aw Thu Feb 23 19:02:50 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aw,v 1.1 2006/02/23 19:02:50 joerg Exp $
+
+--- openbsd-compat/port-tun.c.orig     2006-02-23 18:42:44.000000000 +0000
++++ openbsd-compat/port-tun.c
+@@ -93,7 +93,11 @@ sys_tun_open(int tun, int mode)
+ #ifdef SSH_TUN_FREEBSD
+ #include <sys/socket.h>
+ #include <net/if.h>
++#if defined(__DragonFly__)
++#include <net/tun/if_tun.h>
++#else
+ #include <net/if_tun.h>
++#endif
+ 
+ int
+ sys_tun_open(int tun, int mode)



Home | Main Index | Thread Index | Old Index