svn commit: r496024 - head/devel/dfmt

Antoine Brodin antoine at FreeBSD.org
Sun Mar 17 07:58:12 UTC 2019


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 \


More information about the svn-ports-all mailing list