pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libssh Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/509d240f5cb9
branches:  trunk
changeset: 508272:509d240f5cb9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 17 14:43:49 2006 +0000

description:
Add DragonFly support.

diffstat:

 security/libssh/distinfo         |  4 ++--
 security/libssh/patches/patch-aa |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 1847064469af -r 509d240f5cb9 security/libssh/distinfo
--- a/security/libssh/distinfo  Fri Feb 17 13:50:49 2006 +0000
+++ b/security/libssh/distinfo  Fri Feb 17 14:43:49 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/02/05 00:20:17 adrianp Exp $
+$NetBSD: distinfo,v 1.3 2006/02/17 14:43:49 joerg Exp $
 
 SHA1 (libssh-0.11.tgz) = 307430249ded90332c4ec77a264913b3bc93a648
 RMD160 (libssh-0.11.tgz) = 69c2cc00becb84a62555fe884345398f155815a4
 Size (libssh-0.11.tgz) = 303761 bytes
-SHA1 (patch-aa) = 193a57b02988e5170ea4b40d4e5a5e36ab6f16ac
+SHA1 (patch-aa) = 6e72fcfe9ee9bcc6fd7c21baf66d09b15923a7f1
diff -r 1847064469af -r 509d240f5cb9 security/libssh/patches/patch-aa
--- a/security/libssh/patches/patch-aa  Fri Feb 17 13:50:49 2006 +0000
+++ b/security/libssh/patches/patch-aa  Fri Feb 17 14:43:49 2006 +0000
@@ -1,14 +1,16 @@
-$NetBSD: patch-aa,v 1.1 2006/02/05 00:20:17 adrianp Exp $
+$NetBSD: patch-aa,v 1.2 2006/02/17 14:43:49 joerg Exp $
 
 --- sample.c.orig      2005-03-04 19:54:59.000000000 +0000
 +++ sample.c
-@@ -20,7 +20,12 @@ clients must be made or how a client sho
+@@ -20,7 +20,14 @@ clients must be made or how a client sho
  
  #include <sys/select.h>
  #include <sys/time.h>
 +#if defined(__NetBSD__)
 +#include <sys/types.h>
 +#include <util.h>             /* openpty() on NetBSD */
++#elif defined(__DragonFly__)
++#include <libutil.h>
 +#else
  #include <pty.h>
 +#endif



Home | Main Index | Thread Index | Old Index