Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 07:58:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496024 - head/devel/dfmt
Message-ID:  <201903170758.x2H7wBGD095837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar 17 07:58:11 2019
New Revision: 496024
URL: https://svnweb.freebsd.org/changeset/ports/496024

Log:
  Mark BROKEN: fails to build
  
  dfmt ~master: building configuration "application"...
  /usr/local/include/d/std/experimental/lexer.d(238,13): Error: static assert:  "Invalid token: volatile"
  
  Reported by:	pkg-fallout

Modified:
  head/devel/dfmt/Makefile

Modified: head/devel/dfmt/Makefile
==============================================================================
--- head/devel/dfmt/Makefile	Sun Mar 17 07:54:04 2019	(r496023)
+++ head/devel/dfmt/Makefile	Sun Mar 17 07:58:11 2019	(r496024)
@@ -11,6 +11,8 @@ COMMENT=	Formatter for D source code
 
 LICENSE=	BSL
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	ldmd2:lang/ldc \
 		dub:devel/dub \
 		rdmd:lang/dlang-tools \



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