svn commit: r408484 - head/security/lsh

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 8 15:20:29 UTC 2016


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
 


More information about the svn-ports-all mailing list