pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/srp_client/patches Forgotten part: treat Drag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24096ef0da79
branches:  trunk
changeset: 512448:24096ef0da79
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue May 09 19:25:30 2006 +0000

description:
Forgotten part: treat DragonFly like the other BSDs in telnet.

diffstat:

 security/srp_client/patches/patch-aw |  49 ++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 63f9462f4be7 -r 24096ef0da79 security/srp_client/patches/patch-aw
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/srp_client/patches/patch-aw      Tue May 09 19:25:30 2006 +0000
@@ -0,0 +1,49 @@
+$NetBSD: patch-aw,v 1.1 2006/05/09 19:25:30 joerg Exp $
+
+--- telnet/configure.orig      1998-12-11 01:07:03.000000000 +0000
++++ telnet/configure
+@@ -2428,7 +2428,7 @@ case "${host}" in
+ EOF
+ 
+     ;;
+-  *bsd*)
++  *bsd* | dragonfly*)
+     cat >> confdefs.h <<EOF
+ #define DEFAULT_IM "\r\n${version_num}BSD UNIX (%h) (%t)\r\n\r\r\n\r"
+ EOF
+@@ -2539,7 +2539,7 @@ EOF
+ esac
+ 
+ case "${host}" in
+-  *bsd* | *unicos* | *reno* | *tahoe*)
++  *bsd* | *unicos* | *reno* | *tahoe* | dragonfly*)
+     cat >> confdefs.h <<\EOF
+ #define LINEMODE 1
+ EOF
+@@ -2566,7 +2566,7 @@ EOF
+ esac
+ 
+ case "${host}" in
+-  *bsd* | *reno* | *unicos6* | *sunos4* | *solaris2* | *linux* | *ultrix* | *irix* | *osf* | *hpux*)
++  *bsd* | *reno* | *unicos6* | *sunos4* | *solaris2* | *linux* | *ultrix* | *irix* | *osf* | *hpux* | dragonfly*)
+     cat >> confdefs.h <<\EOF
+ #define USE_TERMIO 1
+ EOF
+@@ -2612,7 +2612,7 @@ EOF
+ EOF
+ 
+     fi;;
+-  *bsd* | *reno* | *tahoe* | *solaris2* | *linux* | *hpux* | *dynix* | *osf* | *next*)
++  *bsd* | *reno* | *tahoe* | *solaris2* | *linux* | *hpux* | *dynix* | *osf* | *next* | dragonfly*)
+     if test "$enable_loginf" = "no"
+     then
+       cat >> confdefs.h <<\EOF
+@@ -2653,7 +2653,7 @@ EOF
+ EOF
+ 
+     ;;
+-  *bsd* | *reno* | *tahoe* | *unicos7-9* | *sunos4* | *solaris2* | *linux* | *dynix* | *osf* | *next* | *convex*)
++  *bsd* | *reno* | *tahoe* | *unicos7-9* | *sunos4* | *solaris2* | *linux* | *dynix* | *osf* | *next* | *convex* | dragonfly*)
+     ;;
+   *)
+     cat >> confdefs.h <<\EOF



Home | Main Index | Thread Index | Old Index