summaryrefslogtreecommitdiff
path: root/security/srp_client
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-09 19:25:30 +0000
committerjoerg <joerg>2006-05-09 19:25:30 +0000
commit9721d52da1034c7bd3b6e8be14d985800b4cd7fd (patch)
tree6994ce16035507de9d204d52d233afbd0c34d864 /security/srp_client
parent5d39fbcb4729028006806738c7d73f088969c740 (diff)
downloadpkgsrc-9721d52da1034c7bd3b6e8be14d985800b4cd7fd.tar.gz
Forgotten part: treat DragonFly like the other BSDs in telnet.
Diffstat (limited to 'security/srp_client')
-rw-r--r--security/srp_client/patches/patch-aw49
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