aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-02-20 10:42:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2023-02-20 10:42:17 +0000
commitc36666881d31ca7de44c2d499f78604a19948077 (patch)
tree788ed5e79734d95390384689363ce3aca9678fc2
parent4490d188fb28536f9982378ccda3da8cb02cbafc (diff)
downloadports-c36666881d31ca7de44c2d499f78604a19948077.tar.gz
ports-c36666881d31ca7de44c2d499f78604a19948077.zip
devel/d-scanner: mark BROKEN
src/dscanner/analysis/helpers.d(59,32): Error: none of the overloads of `this` are callable using argument types `(CAllocatorImpl!(Mallocator, Flag.no))` /usr/local/include/d/dsymbol/modulecache.d(76,2): Candidate is: `dsymbol.modulecache.ModuleCache.this(RCIAllocator symbolAllocator)` src/dscanner/analysis/properly_documented_public_functions.d(234,37): Error: no property `items` for type `const(dparse.ast.ExpressionNode)` src/dscanner/analysis/properly_documented_public_functions.d(235,70): Error: no property `items` for type `const(dparse.ast.ExpressionNode)` /usr/local/include/d/core/lifetime.d(130,9): Error: static assert: "Don't know how to initialize an object of type FirstPass with arguments (const(Module), istring, Scoped, Scoped, bool, ModuleCache*, typeof(null))" Reported by: pkg-fallout
-rw-r--r--devel/d-scanner/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/d-scanner/Makefile b/devel/d-scanner/Makefile
index f35ad9798b9d..5101b8819894 100644
--- a/devel/d-scanner/Makefile
+++ b/devel/d-scanner/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/dlang-community/D-Scanner
LICENSE= BSL
+BROKEN= fails to build
+
BUILD_DEPENDS= ldmd2:lang/ldc \
dub:devel/dub \
rdmd:lang/dlang-tools \