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

Mark Linimon linimon at FreeBSD.org
Sat Dec 7 11:37:37 UTC 2019


Author: linimon
Date: Sat Dec  7 11:37:36 2019
New Revision: 519199
URL: https://svnweb.freebsd.org/changeset/ports/519199

Log:
  Once again, mark the freebsd-doc-* ports broken on powerc64.  They have been
  consistently failing to build for quite some time.
  
  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 Dec  7 11:33:12 2019	(r519198)
+++ head/misc/freebsd-doc-en/Makefile	Sat Dec  7 11:37:36 2019	(r519199)
@@ -14,6 +14,7 @@ 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
 


More information about the svn-ports-all mailing list