summaryrefslogtreecommitdiff
path: root/security/lsh2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-06 11:43:10 +0000
committerwiz <wiz@pkgsrc.org>2005-10-06 11:43:10 +0000
commit29c1f6dac59439e58c311fefa722fbfed40e5dc6 (patch)
treefef081101318dfa83567237871b893ce0000edef /security/lsh2
parent3a9c059182837c7e7cb6ef0ef6ad1b708bed86cb (diff)
downloadpkgsrc-29c1f6dac59439e58c311fefa722fbfed40e5dc6.tar.gz
Use GNU m4 to fix assembler code used in included nettle library.
Makes lsh work much better. Bump PGKREVISION. Problem analyzed by author.
Diffstat (limited to 'security/lsh2')
-rw-r--r--security/lsh2/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/lsh2/Makefile b/security/lsh2/Makefile
index 7965fcdeac7..e966e8e9ad2 100644
--- a/security/lsh2/Makefile
+++ b/security/lsh2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:30 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/06 11:43:10 wiz Exp $
#
DISTNAME= lsh-2.0.1
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/
@@ -10,8 +11,10 @@ HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/
COMMENT= SSH2 client/server
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake gm4
CONFIGURE_ARGS+= --disable-openssl --disable-pam
+# lcp test depends on /bin/bash and thus fails, others work
+TEST_TARGET= check
# man/man8/sftp-server.8
CONFLICTS+= openssh-[0-9]* openssh+gssapi-[0-9]*