pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/lsh2 Use GNU m4 to fix assembler code used in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/627b29dfc9ca
branches: trunk
changeset: 500312:627b29dfc9ca
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 06 11:43:10 2005 +0000
description:
Use GNU m4 to fix assembler code used in included nettle library.
Makes lsh work much better. Bump PGKREVISION. Problem analyzed by author.
diffstat:
security/lsh2/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r dae652a86cb0 -r 627b29dfc9ca security/lsh2/Makefile
--- a/security/lsh2/Makefile Thu Oct 06 11:33:52 2005 +0000
+++ b/security/lsh2/Makefile Thu Oct 06 11:43:10 2005 +0000
@@ -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 @@
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]*
Home |
Main Index |
Thread Index |
Old Index