pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssh tell configure where to find xauth(1)...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7a527ac371c
branches: trunk
changeset: 482287:c7a527ac371c
user: grant <grant%pkgsrc.org@localhost>
date: Sun Oct 24 02:52:15 2004 +0000
description:
tell configure where to find xauth(1) so that X forwarding over ssh
works when using pkgsrc X11.
bump PKGREVISION.
diffstat:
security/openssh/Makefile | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r f5b8fc057478 -r c7a527ac371c security/openssh/Makefile
--- a/security/openssh/Makefile Sat Oct 23 20:58:21 2004 +0000
+++ b/security/openssh/Makefile Sun Oct 24 02:52:15 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.143 2004/10/03 00:18:11 tv Exp $
+# $NetBSD: Makefile,v 1.144 2004/10/24 02:52:15 grant Exp $
DISTNAME= openssh-3.9p1
PKGNAME= openssh-3.9.1
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= ossh
CATEGORIES= security
MASTER_SITES= ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \
@@ -114,6 +114,13 @@
CONFIGURE_ENV+= ASKPASS_PROGRAM=${ASKPASS_PROGRAM}
MAKE_ENV+= ASKPASS_PROGRAM=${ASKPASS_PROGRAM}
+# do the same for xauth
+.if exists(${X11BASE}/bin/xauth)
+CONFIGURE_ARGS+= --with-xauth=${X11BASE}/bin/xauth
+.else
+CONFIGURE_ARGS+= --with-xauth=${X11PREFIX}/bin/xauth
+.endif
+
CONFS= ssh_config sshd_config
SUPPS= moduli
Home |
Main Index |
Thread Index |
Old Index