Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 01:49:10 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bce060ec47f1 - main - x11/sirula: Mark BROKEN
Message-ID:  <202308080149.3781nAMa058478@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bce060ec47f1328aaac68a24974f80e69b4f8d7e

commit bce060ec47f1328aaac68a24974f80e69b4f8d7e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-08 01:14:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-08 01:48:38 +0000

    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



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