On Sun, Feb 14, 2021 at 04:08:34PM -0800, Ryan Freeman wrote:
> On Sun, Feb 14, 2021 at 05:23:17PM +0100, Christian Weisgerber wrote:
> > Klemens Nanni:
> > 
> > > OK kn to remove this, although I certainly do not object to fixing it
> > > if someone wants to do the legwork -- it just seems unreasonable to me
> > > (if done by people who only fix it "to fix the tree").
> > 
> > FWIW, the FreeBSD port is equally unplayable.
> > 
> > -- 
> > Christian "naddy" Weisgerber                          na...@mips.inka.de
> > 
> 
> Based on various observations here, here is a diff to remove this, includes
> unhook, quirks diff shortly

quirks bump


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1165
diff -u -p -r1.1165 Makefile
--- Makefile    14 Feb 2021 18:06:22 -0000      1.1165
+++ Makefile    15 Feb 2021 00:11:22 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-3.553
+PKGNAME =      quirks-3.554
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1181
diff -u -p -r1.1181 Quirks.pm
--- files/Quirks.pm     14 Feb 2021 18:06:22 -0000      1.1181
+++ files/Quirks.pm     15 Feb 2021 00:11:23 -0000
@@ -2095,6 +2095,7 @@ my $obsolete_reason = {
        'libquvi-scripts' => 39,
        'cclive' => 6,
        'viz' => 4,
+       'xboing' => 0,
 };
 
 # reasons for obsolete packages

Reply via email to