svn commit: r499554 - branches/2019Q2/lang/ldc

Antoine Brodin antoine at FreeBSD.org
Sun Apr 21 18:12:34 UTC 2019


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


More information about the svn-ports-all mailing list