I imported this in 2020 when using coreboot and trying to build and work
with it on OpenBSD. I never managed to fix all the things or get parts
committed upstream.
This port was helpful to deal with existing images (on other machines)
without having to set up and build tools first.
In 2022 I stopped doing that and dropped maintainer, in 2023 there was
one update from a user; since then it is just collecting dust, lacking
behind in updates.
Is anyone still using this and would like to take care of it?
Otherwise "no benefit to being packaged" seems more apt these days.
Feedback? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
diff -u -p -r1.1785 Makefile
--- Makefile 25 Mar 2026 05:31:00 -0000 1.1785
+++ Makefile 29 Mar 2026 20:32:16 -0000
@@ -3,7 +3,7 @@ CATEGORIES = devel databases
DISTFILES =
# API.rev
-PKGNAME = quirks-7.192
+PKGNAME = quirks-7.193
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>
Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
diff -u -p -r1.1797 Quirks.pm
--- files/Quirks.pm 25 Mar 2026 05:31:00 -0000 1.1797
+++ files/Quirks.pm 29 Mar 2026 20:53:43 -0000
@@ -1063,6 +1063,7 @@ setup_obsolete_reason(
3 => 'usmb',
2 => 'libgdata',
3 => 'py3-cookies',
+ 1 => 'coreboot-utils',
);
# these should be pkgnames, there was some hope that pkg_add might later
No comments:
Post a Comment