Index: head/security/lsh/Makefile =================================================================== --- head/security/lsh/Makefile (revision 399320) +++ head/security/lsh/Makefile (revision 399321) @@ -1,48 +1,43 @@ # Created by: Eric Schwertfeger # $FreeBSD$ PORTNAME= lsh PORTVERSION= 2.1 PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= Secure (encrypted) remote shell compatible with ssh 2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= liboop.so:${PORTSDIR}/devel/liboop \ libgmp.so:${PORTSDIR}/math/gmp \ libnettle.so:${PORTSDIR}/security/nettle BROKEN_FreeBSD_9= does not build BROKEN_sparc64= fails to compile: unexpected identifier USE_CSTD= c89 GNU_CONFIGURE= yes USE_XORG= xau USES= cpe gmake shebangfix CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= lsh CPE_VENDOR= gnu SHEBANG_FILES= src/lcp post-configure: ${REINPLACE_CMD} 's,^#define WITH_READLINE,// &,' \ ${WRKSRC}/src/sftp/config.h test: (cd ${WRKSRC}/src/testsuite && ${SETENV} ${MAKE_ENV} \ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) -.include - -.if ${OSVERSION} >= 900000 -PLIST_SUB+= KRB="" -.else -PLIST_SUB+= KRB="@comment " -.endif - -.include +.include Index: head/security/lsh/pkg-plist =================================================================== --- head/security/lsh/pkg-plist (revision 399320) +++ head/security/lsh/pkg-plist (revision 399321) @@ -1,39 +1,39 @@ bin/lcp bin/lsftp bin/lsh bin/lsh-authorize bin/lsh-decode-key bin/lsh-decrypt-key bin/lsh-export-key bin/lsh-keygen bin/lsh-make-seed bin/lsh-upgrade bin/lsh-upgrade-key bin/lsh-writekey bin/lshg bin/srp-gen bin/ssh-conv man/man1/lsftp.1.gz man/man1/lsh-authorize.1.gz man/man1/lsh-decode-key.1.gz man/man1/lsh-decrypt-key.1.gz man/man1/lsh-export-key.1.gz man/man1/lsh-keygen.1.gz man/man1/lsh-make-seed.1.gz man/man1/lsh-upgrade-key.1.gz man/man1/lsh-upgrade.1.gz man/man1/lsh-writekey.1.gz man/man1/lsh.1.gz man/man1/lshg.1.gz man/man1/ssh-conv.1.gz man/man5/DSA.5.gz man/man5/SHA.5.gz man/man5/SPKI.5.gz man/man5/secsh.5.gz man/man8/lshd.8.gz man/man8/sftp-server.8.gz sbin/lsh-execuv -%%KRB%%sbin/lsh-krb-checkpw +sbin/lsh-krb-checkpw sbin/lsh-pam-checkpw sbin/lshd sbin/sftp-server