From bce060ec47f1328aaac68a24974f80e69b4f8d7e Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 8 Aug 2023 03:14:46 +0200 Subject: [PATCH] x11/sirula: Mark BROKEN Fails to build with: error: expected one of `(`, `.`, `::`, `;`, `?`, `}`, or an operator, found `:` --> /wrkdirs/usr/ports/x11/sirula/work/sirula-1.0.0/cargo-crates/osstrtools-0.2.2/src/lib.rs:754:42 | 754 | unsafe { (bytes as *const _).cast:() } | ^ expected one of 7 possible tokens error: could not compile `osstrtools` (lib) due to previous error Sponsored by: The FreeBSD Foundation --- x11/sirula/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile index 27126948234d..003f38845b18 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/DorianRudolph/sirula LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= could not compile osstrtools + LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell USES= cargo gnome