Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2016 15:20:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408484 - head/security/lsh
Message-ID:  <201602081520.u18FKRXl029853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb  8 15:20:27 2016
New Revision: 408484
URL: https://svnweb.freebsd.org/changeset/ports/408484

Log:
  - Mark BROKEN, does not build:
  
  verify.c:70:25: error: variable has incomplete type 'struct dsa_public_key'
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/security/lsh/Makefile

Modified: head/security/lsh/Makefile
==============================================================================
--- head/security/lsh/Makefile	Mon Feb  8 12:35:08 2016	(r408483)
+++ head/security/lsh/Makefile	Mon Feb  8 15:20:27 2016	(r408484)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	liboop.so:${PORTSDIR}/devel
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libnettle.so:${PORTSDIR}/security/nettle
 
+BROKEN=		does not build
 BROKEN_FreeBSD_9=	does not build
 BROKEN_sparc64=	fails to compile: unexpected identifier
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602081520.u18FKRXl029853>