pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssh add a missing .elif OPSYS == NetBSD, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6c926d257dc
branches:  trunk
changeset: 462775:c6c926d257dc
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Oct 12 08:25:17 2003 +0000

description:
add a missing .elif OPSYS == NetBSD, which was resulting in passing
"--with-skey=... --without-skey" on Solaris :)

diffstat:

 security/openssh/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fc43055cfc4c -r c6c926d257dc security/openssh/Makefile
--- a/security/openssh/Makefile Sun Oct 12 07:11:49 2003 +0000
+++ b/security/openssh/Makefile Sun Oct 12 08:25:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2003/09/23 20:53:52 jschauma Exp $
+# $NetBSD: Makefile,v 1.118 2003/10/12 08:25:17 grant Exp $
 
 DISTNAME=              openssh-3.7.1p2
 PKGNAME=               openssh-3.7.1.2
@@ -78,6 +78,7 @@
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
 .  include "../../security/skey/buildlink2.mk"
 CONFIGURE_ARGS+=       --with-skey=${BUILDLINK_PREFIX.skey}
+.elif ${OPSYS} == "NetBSD"
 # XXX: NetBSD has 4 args (4: sslen) to skeychallenge instead of 3
 #CONFIGURE_ARGS+=      --with-skey=/usr
 CONFIGURE_ARGS+=       --without-skey



Home | Main Index | Thread Index | Old Index