Sunday, July 31, 2022

Re: update or remove outdated x11/lumina?

On Tue, Jul 19, 2022 at 09:26:00AM +0000, Klemens Nanni wrote:
> Last update to 1.4.0 is from 2017, the current 1.6.2 release is from
> 2021 with more releases in between but noone showed up to update the port.
> https://github.com/lumina-desktop/lumina/releases
>
> There was (false) "x11/lumina broken since OpenBSD 6.7" report on ports@
> https://marc.info/?l=openbsd-ports&m=164326809406950&w=2 which I can't
> reproduce -- no reply from MAINTAINER in this thread from january 2022.
>
> Lumina does start for me, but it also does not seem right as the
> "Terminal" entry in the right-click menu opens a window titled
> "kn/Xterm" which in fact is a text editor rather than a terminal.
>
>
> So is anyone actually using Lumina and wants to update the port?
>
> Otherwise I'm inclined to move it to the attic where it can bitrot
> without consuming build time and ports maintainence effort.

Ping after 13 days; no response from maintainer.

OK to send it to the attic?

If someone complains due to quirks message, they can reinstate and
update it.


Index: x11/Makefile
===================================================================
RCS file: /cvs/ports/x11/Makefile,v
retrieving revision 1.733
diff -u -p -r1.733 Makefile
--- x11/Makefile 16 May 2022 09:43:48 -0000 1.733
+++ x11/Makefile 31 Jul 2022 23:43:37 -0000
@@ -170,7 +170,6 @@
SUBDIR += libxdg-basedir
SUBDIR += lightly
SUBDIR += lsw
- SUBDIR += lumina
SUBDIR += lupe
SUBDIR += lxappearance
SUBDIR += lxqt
Index: devel/quirks/Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1396
diff -u -p -r1.1396 Makefile
--- devel/quirks/Makefile 29 Jul 2022 15:26:32 -0000 1.1396
+++ devel/quirks/Makefile 31 Jul 2022 23:39:24 -0000
@@ -3,7 +3,7 @@ CATEGORIES = devel databases
DISTFILES =

# API.rev
-PKGNAME = quirks-6.12
+PKGNAME = quirks-6.13
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

Index: devel/quirks/files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1405
diff -u -p -r1.1405 Quirks.pm
--- devel/quirks/files/Quirks.pm 29 Jul 2022 15:26:32 -0000 1.1405
+++ devel/quirks/files/Quirks.pm 31 Jul 2022 23:42:26 -0000
@@ -1681,6 +1681,7 @@ setup_obsolete_reason(
5 => 'gnats',
3 => 'gnome-books',
46 => 'go-bootstrap',
+ 47 => 'lumina',
);

# though it's not yet used, these should be pkgnames, so that eventually
@@ -1740,6 +1741,7 @@ my $obsolete_message = {
44 => "qucs-s Qt4 UI not working correctly, suggest xschem or kicad's eeschema instead",
45 => "crashes in many different ways at runtime",
46 => "moved to binary bootstraps",
+ 47 => "outdated and unmaintained in ports, default terminal opens a text editor",
};

# ->is_base_system($handle, $state):

No comments:

Post a Comment