svn commit: r484075 - head/lang/qore

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:26:44 UTC 2018


Author: antoine
Date: Sun Nov  4 14:26:43 2018
New Revision: 484075
URL: https://svnweb.freebsd.org/changeset/ports/484075

Log:
  qore is BROKEN on i386 and amd64 too

Modified:
  head/lang/qore/Makefile

Modified: head/lang/qore/Makefile
==============================================================================
--- head/lang/qore/Makefile	Sun Nov  4 14:25:09 2018	(r484074)
+++ head/lang/qore/Makefile	Sun Nov  4 14:26:43 2018	(r484075)
@@ -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-all mailing list