Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2023 14:40:34 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 02cde322b64d - main - graphics/ikona: mark broken and deprecated, abandoned
Message-ID:  <202305181440.34IEeYGX079962@gitrepo.freebsd.org>

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

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

commit 02cde322b64d600b5a53467347d0d8454250247b
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2023-05-18 14:31:07 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2023-05-18 14:40:32 +0000

    graphics/ikona: mark broken and deprecated, abandoned
    
    This hasn't compiled successfully in over a month,
    since it comes with Rust code that is no longer compatible
    with the current language. There's a couple of commits
    after the last upstream tag, but the project is abandoned
    upstream. kde@ doesn't have resources to even try to patch this.
    
    Mark for removal before the next quarterly.
---
 graphics/ikona/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/graphics/ikona/Makefile b/graphics/ikona/Makefile
index 222e97fab319..8d57f9d86661 100644
--- a/graphics/ikona/Makefile
+++ b/graphics/ikona/Makefile
@@ -14,6 +14,10 @@ WWW=		https://kde.org/applications/system/org.kde.Ikona
 LICENSE=		GPLv2
 LICENSE_FILE=		${WRKSRC}/LICENSE
 
+BROKEN=		does not compile, unaligned references E0793
+DEPRECATED=	abandoned upstream, broken
+EXPIRATION_DATE=	2023-06-29
+
 BUILD_DEPENDS=		rustc:lang/${RUST_DEFAULT}
 
 USES=			cmake:noninja compiler:c++11-lang desktop-file-utils \



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