diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-09 19:25:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-09 19:25:30 +0000 |
commit | 5cbc13f46630207bc7bba33dc608140b7751ee0d (patch) | |
tree | 6994ce16035507de9d204d52d233afbd0c34d864 /security | |
parent | 1a09c756b8ce844c0bd9d7c52dffb9cd88208b5f (diff) | |
download | pkgsrc-5cbc13f46630207bc7bba33dc608140b7751ee0d.tar.gz |
Forgotten part: treat DragonFly like the other BSDs in telnet.
Diffstat (limited to 'security')
-rw-r--r-- | security/srp_client/patches/patch-aw | 49 |
1 files changed, 49 insertions, 0 deletions
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 <<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 |