svn commit: r484039 - head/lang/dmd2

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:44:41 UTC 2018


Author: antoine
Date: Sun Nov  4 13:44:40 2018
New Revision: 484039
URL: https://svnweb.freebsd.org/changeset/ports/484039

Log:
  Mark BROKEN: fails to build
  
  backend/go.c:80:11: error: constant expression evaluates to -1 which cannot be narrowed to type 'mftype' (aka 'unsigned int') [-Wc++11-narrowing]
      {   0,MFall,MFcnp,MFcp,MFcse,MFda,MFdc,MFdv,MFli,MFliv,MFlocal,MFloop,
            ^~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/lang/dmd2/Makefile

Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile	Sun Nov  4 13:40:29 2018	(r484038)
+++ head/lang/dmd2/Makefile	Sun Nov  4 13:44:40 2018	(r484039)
@@ -16,6 +16,7 @@ LICENSE_NAME_DMD=	Digital Mars license
 LICENSE_FILE_DMD=	${WRKSRC}/dmd/src/backendlicense.txt
 LICENSE_PERMS_DMD=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
 
+BROKEN=		fails to build
 BROKEN_armv6=		dumps core: Assertion failed: (!signbit(Port::ldbl_nan)), function PortInitializer, file port.c
 BROKEN_armv7=		dumps core: Assertion failed: (!signbit(Port::ldbl_nan)), function PortInitializer, file port.c
 BROKEN_mips64=		fails to compile: cc1: unrecognized command line option -m32


More information about the svn-ports-all mailing list