Bug 268095 - sysutils/bsd-splash-changer: package message no longer applicable (does not work with vt(4)); WWW dead
Summary: sysutils/bsd-splash-changer: package message no longer applicable (does not w...
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://www.freshports.org/sysutils/b...
Keywords: needs-patch
: 268096 268097 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-12-01 11:17 UTC by Daniel Peyer
Modified: 2022-12-04 15:43 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (gamato)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Peyer 2022-12-01 11:17:32 UTC
This package should be marked as unmaintained or obsolete.

Used FreeBSD version:
- FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64

Reasons:
- Description in the package how you should configure it, leads just to errors.
- Link in the "Makefile" to the homepage (https://mato.gamato.org/freebsd/) of the maintainer is dead.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-12-01 15:50:46 UTC
*** Bug 268096 has been marked as a duplicate of this bug. ***
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-12-01 15:50:52 UTC
*** Bug 268097 has been marked as a duplicate of this bug. ***
Comment 3 Daniel Peyer 2022-12-02 05:09:52 UTC
I did dig a little deeper, to find the root why this package is not working anymore.

- I believe, the main reason is that in 2013 FreeBSD switched from syscons(4) to vt(4) (virtual terminal console driver also known as the "Newcons" project). See: https://wiki.freebsd.org/Newcons

- There is also another bug report (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210432) that boot time splash screen does not work with vt.

- I see, that the documentation was updated, but the man pages are not completed.

- I can get the boot splash, screensaver to work, if I force the kernel to use the syscons driver with an entry in /boo/loader.conf -> kern.vty="sc"

- Why keeping old drivers and old packages alive for so a long time, if nobody is willing to maintains it?