svn commit: r397884 - head/security/lsh

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:37:13 UTC 2015


Author: linimon
Date: Fri Sep 25 21:37:12 2015
New Revision: 397884
URL: https://svnweb.freebsd.org/changeset/ports/397884

Log:
  Mark as broken on sparc64: fails to build.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/security/lsh/Makefile

Modified: head/security/lsh/Makefile
==============================================================================
--- head/security/lsh/Makefile	Fri Sep 25 21:31:42 2015	(r397883)
+++ head/security/lsh/Makefile	Fri Sep 25 21:37:12 2015	(r397884)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	liboop.so:${PORTSDIR}/devel
 		libnettle.so:${PORTSDIR}/security/nettle
 
 BROKEN_FreeBSD_9=	does not build
+BROKEN_sparc64=	fails to compile: unexpected identifier
 
 USE_CSTD=	c89
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list