svn commit: r484076 - branches/2018Q4/lang/qore

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:27:07 UTC 2018


Author: antoine
Date: Sun Nov  4 14:27:06 2018
New Revision: 484076
URL: https://svnweb.freebsd.org/changeset/ports/484076

Log:
  MFH: r484075
  
  qore is BROKEN on i386 and amd64 too

Modified:
  branches/2018Q4/lang/qore/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/lang/qore/Makefile
==============================================================================
--- branches/2018Q4/lang/qore/Makefile	Sun Nov  4 14:26:43 2018	(r484075)
+++ branches/2018Q4/lang/qore/Makefile	Sun Nov  4 14:27:06 2018	(r484076)
@@ -10,9 +10,7 @@ COMMENT=	Qore Programming Language
 
 LICENSE=	MIT
 
-BROKEN_aarch64=		fails to compile: calling a private constructor of class 'ReferenceNode'
-BROKEN_armv6=		fails to compile: calling a private constructor of class 'ReferenceNode'
-BROKEN_armv7=		fails to compile: calling a private constructor of class 'ReferenceNode'
+BROKEN=		fails to compile: calling a private constructor of class 'ReferenceNode'
 BROKEN_mips=		fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0'
 BROKEN_mips64=		fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0'
 BROKEN_powerpc=		fails to build


More information about the svn-ports-branches mailing list