Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 14:21:42 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542745 - head/misc/freebsd-doc-en
Message-ID:  <202007211421.06LELgYG010620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jul 21 14:21:42 2020
New Revision: 542745
URL: https://svnweb.freebsd.org/changeset/ports/542745

Log:
  misc/freebsd-doc-en: unbreak on powerpc64 head
  
  All the slave ports build properly on head, but still fail on stable branches.

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

Modified: head/misc/freebsd-doc-en/Makefile
==============================================================================
--- head/misc/freebsd-doc-en/Makefile	Tue Jul 21 14:21:13 2020	(r542744)
+++ head/misc/freebsd-doc-en/Makefile	Tue Jul 21 14:21:42 2020	(r542745)
@@ -14,7 +14,8 @@ 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.
+BROKEN_FreeBSD_11_powerpc64=	fails to build: Java Runtime Environment: SIGSEGV happened inside stack but outside yellow and red zone.
+BROKEN_FreeBSD_12_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?202007211421.06LELgYG010620>