Date: Sat, 7 Jul 2018 04:21:31 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474056 - head/misc/freebsd-doc-en Message-ID: <201807070421.w674LV8f044565@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807070421.w674LV8f044565>