Nam Nguyen writes:

> I propose removing devel/ogmrip. stsp@ had problems with ogmrip
> segfaulting on startup. Upstream says it is dead. jca@ had suggested
> multimedia/dvdbackup as an alternative.
>
> see:
> https://sourceforge.net/p/ogmrip/discussion/258033/thread/cd664501/?limit=25#511a
> https://sourceforge.net/p/ogmrip/discussion/258033/thread/b01310a252/?limit=25#c9bf
>
> I was able to get past the segfault with a series of patches here
> renaming / to - since gconf dislikes / in names.
> https://www.namtsui.com/cgi-bin/cvsweb/ports/multimedia/ogmrip/patches/
>
> However, runtime fails at extracting from an iso file. According to the
> discussions above:
> 1) the upstream author says the project is dead.
> 2) it also does not work on linux.
>
> ok to remove?

I just realized I forgot to check consumers. multimedia/shrip would need
to be removed, too.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1504
diff -u -p -u -p -r1.1504 Makefile
--- Makefile    10 Mar 2023 08:35:49 -0000      1.1504
+++ Makefile    15 Mar 2023 09:25:34 -0000
@@ -3,7 +3,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-6.120
+PKGNAME =      quirks-6.121
 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.1515
diff -u -p -u -p -r1.1515 Quirks.pm
--- files/Quirks.pm     10 Mar 2023 08:35:49 -0000      1.1515
+++ files/Quirks.pm     15 Mar 2023 09:25:34 -0000
@@ -1812,6 +1812,8 @@ setup_obsolete_reason(
        6 => 'ap-utils',
        6 => 'kibana',
        6 => 'elasticsearch',
+       3 => 'ogmrip',
+       3 => 'shrip',
 );
 
 # though it's not yet used, these should be pkgnames, so that eventually

Reply via email to