diff options
| author | Mikael Urankar <mikael@FreeBSD.org> | 2025-09-27 07:46:23 +0000 |
|---|---|---|
| committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-10-03 08:16:49 +0000 |
| commit | f95ff147bccf89d3bbc380a608c6199c013d7df6 (patch) | |
| tree | 24a6f569b7e495ca8a8c9024c8d38d1ccf3a8b7c | |
| parent | 790f4593348f306506e1299ab4e1dbb5d6ed1380 (diff) | |
x11/salut: Mark as broken and set expiration date
It fails to build with rust 1.90.0, is not maintained and upstream is dead.
PR: 289709
Approved by: portmgr (build fix blanket)
| -rw-r--r-- | x11/salut/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/salut/Makefile b/x11/salut/Makefile index dd509a4501ca..02407df2fa65 100644 --- a/x11/salut/Makefile +++ b/x11/salut/Makefile @@ -10,6 +10,10 @@ COMMENT= Sleek notification daemon LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Fails to build with rust 1.90.0 +EXPIRATION_DATE=2025-11-24 + + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libxkbcommon.so:x11/libxkbcommon |
