summaryrefslogtreecommitdiff
path: root/security/openssh/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-28 23:12:16 +0000
committerjlam <jlam@pkgsrc.org>2001-06-28 23:12:16 +0000
commit3a4e297e7b96910cf05bd7d78bf7beb0bf23fe20 (patch)
treef4fb8e1624009c58545454adccde59d1f0810c23 /security/openssh/patches
parentf3f29f23fba7f53decdc533285d367966045964c (diff)
downloadpkgsrc-3a4e297e7b96910cf05bd7d78bf7beb0bf23fe20.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'security/openssh/patches')
-rw-r--r--security/openssh/patches/patch-aa22
-rw-r--r--security/openssh/patches/patch-ab22
-rw-r--r--security/openssh/patches/patch-ah4
3 files changed, 46 insertions, 2 deletions
diff --git a/security/openssh/patches/patch-aa b/security/openssh/patches/patch-aa
new file mode 100644
index 00000000000..0a53585fe96
--- /dev/null
+++ b/security/openssh/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.15 2001/06/28 23:12:16 jlam Exp $
+
+--- configure.orig Sun Jun 17 00:09:50 2001
++++ configure
+@@ -1796,7 +1796,7 @@
+
+ ;;
+ *-*-netbsd*)
+- need_dash_r=1
++ #need_dash_r=1 # buildlink.mk
+ ;;
+ *-*-freebsd*)
+ check_for_libcrypt_later=1
+@@ -1828,7 +1828,7 @@
+ *-*-solaris*)
+ CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+ LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
+- need_dash_r=1
++ #need_dash_r=1 # buildlink.mk
+ cat >> confdefs.h <<\EOF
+ #define PAM_SUN_CODEBASE 1
+ EOF
diff --git a/security/openssh/patches/patch-ab b/security/openssh/patches/patch-ab
new file mode 100644
index 00000000000..3a574c8bac5
--- /dev/null
+++ b/security/openssh/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.3 2001/06/28 23:12:16 jlam Exp $
+
+--- configure.in.orig Mon May 28 13:21:44 2001
++++ configure.in
+@@ -131,7 +131,7 @@
+ )
+ ;;
+ *-*-netbsd*)
+- need_dash_r=1
++ #need_dash_r=1 # buildlink.mk
+ ;;
+ *-*-freebsd*)
+ check_for_libcrypt_later=1
+@@ -151,7 +151,7 @@
+ *-*-solaris*)
+ CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+ LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
+- need_dash_r=1
++ #need_dash_r=1 # buildlink.mk
+ AC_DEFINE(PAM_SUN_CODEBASE)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(LOGIN_NEEDS_TERM)
diff --git a/security/openssh/patches/patch-ah b/security/openssh/patches/patch-ah
index 46ee206e1d0..4b4cb470510 100644
--- a/security/openssh/patches/patch-ah
+++ b/security/openssh/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.11 2001/05/14 16:32:33 itojun Exp $
+$NetBSD: patch-ah,v 1.12 2001/06/28 23:12:16 jlam Exp $
--- Makefile.in.orig Fri Apr 27 09:31:08 2001
+++ Makefile.in Tue May 15 01:25:53 2001
@@ -15,7 +15,7 @@ $NetBSD: patch-ah,v 1.11 2001/05/14 16:32:33 itojun Exp $
VPATH=@srcdir@
SSH_PROGRAM=@bindir@/ssh
-ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
-+ASKPASS_PROGRAM=/usr/X11R6/bin/ssh-askpass
++#ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
SFTP_SERVER=$(libexecdir)/sftp-server
PATHS= -DETCDIR=\"$(sysconfdir)\" \