svn commit: r464859 - head/comms/yaac

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 03:06:15 UTC 2018


Author: linimon
Date: Sun Mar 18 03:06:14 2018
New Revision: 464859
URL: https://svnweb.freebsd.org/changeset/ports/464859

Log:
  Mark broken on armv7.  armv6 results are not yet available (blocked on
  openjdk).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/yaac/Makefile

Modified: head/comms/yaac/Makefile
==============================================================================
--- head/comms/yaac/Makefile	Sun Mar 18 03:01:49 2018	(r464858)
+++ head/comms/yaac/Makefile	Sun Mar 18 03:06:14 2018	(r464859)
@@ -11,6 +11,8 @@ COMMENT=	Platform-independent Java application for the
 
 LICENSE=	LGPL3
 
+BROKEN_armv7=	fails to package: yaac/build.xml:205: yaac/work/yaac/YAAC/site does not exist
+
 JAVA_VERSION=	1.6+
 USES=		zip
 USE_ANT=	yes


More information about the svn-ports-all mailing list