git: a348a07287d1 - main - devel/dcd-server: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Feb 2024 06:06:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a348a07287d1bd8bc94cf25049f37ab5757dee9c commit a348a07287d1bd8bc94cf25049f37ab5757dee9c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-17 04:50:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-17 06:05:52 +0000 devel/dcd-server: Mark BROKEN Fails to compile with: none of the overloads of `fatalHandler` are callable using a `shared` object Approved by: portmgr (blanket) --- devel/dcd-server/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/dcd-server/Makefile b/devel/dcd-server/Makefile index f78433019484..e8cf4f2f6f47 100644 --- a/devel/dcd-server/Makefile +++ b/devel/dcd-server/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/dlang-community/DCD LICENSE= BSL +BROKEN= none of the overloads of `fatalHandler` are callable using a `shared` object + BUILD_DEPENDS= ldmd2:lang/ldc \ dub:devel/dub \ rdmd:lang/dlang-tools \