From 9721d52da1034c7bd3b6e8be14d985800b4cd7fd Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 9 May 2006 19:25:30 +0000 Subject: Forgotten part: treat DragonFly like the other BSDs in telnet. --- security/srp_client/patches/patch-aw | 49 ++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 security/srp_client/patches/patch-aw diff --git a/security/srp_client/patches/patch-aw b/security/srp_client/patches/patch-aw new file mode 100644 index 00000000000..81e3e2ed6fe --- /dev/null +++ b/security/srp_client/patches/patch-aw @@ -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 <> 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 -- cgit v1.2.3