svn commit: r474056 - head/misc/freebsd-doc-en

Mark Linimon linimon at FreeBSD.org
Sat Jul 7 04:21:32 UTC 2018


Author: linimon
Date: Sat Jul  7 04:21:31 2018
New Revision: 474056
URL: https://svnweb.freebsd.org/changeset/ports/474056

Log:
  Mark the freebsd-doc-* ports broken on aarch64 and powerpc64 due to various
  problems with the Java runtime.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/freebsd-doc-en/Makefile

Modified: head/misc/freebsd-doc-en/Makefile
==============================================================================
--- head/misc/freebsd-doc-en/Makefile	Sat Jul  7 04:19:45 2018	(r474055)
+++ head/misc/freebsd-doc-en/Makefile	Sat Jul  7 04:21:31 2018	(r474056)
@@ -13,6 +13,9 @@ COMMENT?=	Documentation from the FreeBSD Documentation
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_aarch64=		fails to build: Exception in thread "main" java.lang.StackOverflowError at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:180)
+BROKEN_powerpc64=	fails to build: Java Runtime Environment: SIGSEGV happened inside stack but outside yellow and red zone.
+
 BUILD_DEPENDS=	docproj>=2.0_6:textproc/docproj
 
 USES=		groff uidfix


More information about the svn-ports-all mailing list