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

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jul 21 14:21:43 UTC 2020


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
 


More information about the svn-ports-all mailing list