Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:45:08 +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: r484040 - branches/2018Q4/lang/dmd2
Message-ID:  <201811041345.wA4Dj8Gj025671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041345.wA4Dj8Gj025671>