svn commit: r499553 - head/lang/ldc

Antoine Brodin antoine at FreeBSD.org
Sun Apr 21 18:11:41 UTC 2019


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


More information about the svn-ports-head mailing list