Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2019 11:37:36 +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: r519199 - head/misc/freebsd-doc-en
Message-ID:  <201912071137.xB7Bbaqn015628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912071137.xB7Bbaqn015628>