Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 18:11:40 +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: r499553 - head/lang/ldc
Message-ID:  <201904211811.x3LIBf0d082832@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr 21 18:11:40 2019
New Revision: 499553
URL: https://svnweb.freebsd.org/changeset/ports/499553

Log:
  Mark BROKEN on i386
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/lang/ldc/Makefile

Modified: head/lang/ldc/Makefile
==============================================================================
--- head/lang/ldc/Makefile	Sun Apr 21 18:09:48 2019	(r499552)
+++ head/lang/ldc/Makefile	Sun Apr 21 18:11:40 2019	(r499553)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libconfig.so:devel/libconfig
 BROKEN_aarch64=		fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
 BROKEN_armv6=		fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
 BROKEN_armv7=		fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
+BROKEN_i386=		function core.bitop.bsf (uint v) is not callable using argument types (ulong)
 BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
 
 USES=		cmake:insource



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