svn commit: r484040 - branches/2018Q4/lang/dmd2

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:45:09 UTC 2018


Author: antoine
Date: Sun Nov  4 13:45:08 2018
New Revision: 484040
URL: https://svnweb.freebsd.org/changeset/ports/484040

Log:
  MFH: r484039
  
  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:
  branches/2018Q4/lang/dmd2/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/lang/dmd2/Makefile
==============================================================================
--- branches/2018Q4/lang/dmd2/Makefile	Sun Nov  4 13:44:40 2018	(r484039)
+++ branches/2018Q4/lang/dmd2/Makefile	Sun Nov  4 13:45:08 2018	(r484040)
@@ -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