Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:26:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484075 - head/lang/qore
Message-ID:  <201811041426.wA4EQhat049912@repo.freebsd.org>

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



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