Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 18:12:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499554 - branches/2019Q2/lang/ldc
Message-ID:  <201904211812.x3LICXA3082998@repo.freebsd.org>

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

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

Modified:
  branches/2019Q2/lang/ldc/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/lang/ldc/Makefile
==============================================================================
--- branches/2019Q2/lang/ldc/Makefile	Sun Apr 21 18:11:40 2019	(r499553)
+++ branches/2019Q2/lang/ldc/Makefile	Sun Apr 21 18:12:33 2019	(r499554)
@@ -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?201904211812.x3LICXA3082998>