Re: remove multimedia/ogmrip

2023-03-15 Thread Pascal Stumpf
On Wed, 15 Mar 2023 02:26:34 -0700, Nam Nguyen wrote:
> 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.

Yup, it's dead.  OK pascal@.

> 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 -  1.1504
> +++ Makefile  15 Mar 2023 09:25:34 -
> @@ -3,7 +3,7 @@ CATEGORIES =  devel databases
>  DISTFILES =
>  
>  # API.rev
> -PKGNAME =quirks-6.120
> +PKGNAME =quirks-6.121
>  PKG_ARCH =   *
>  MAINTAINER = Marc Espie 
>  
> 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 -  1.1515
> +++ files/Quirks.pm   15 Mar 2023 09:25:34 -
> @@ -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
> 



Re: remove multimedia/ogmrip

2023-03-15 Thread Antoine Jacoutot
On Wed, Mar 15, 2023 at 09:39:40AM +, Klemens Nanni wrote:
> 15.03.2023 09:26, Nam Nguyen пишет:
> > 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
> 
> Thanks for digging these out, the homepage has no hint whatsoever that
> this project is dead and repology.org shows lots of distro packages, so
> you'd assume it works...
> 
> >> 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.
> 
> OK kn

One less comsumer of devel/gconf2 is always good.
ok aja

-- 
Antoine



Re: remove multimedia/ogmrip

2023-03-15 Thread Klemens Nanni
15.03.2023 09:26, Nam Nguyen пишет:
> 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

Thanks for digging these out, the homepage has no hint whatsoever that
this project is dead and repology.org shows lots of distro packages, so
you'd assume it works...

>> 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.

OK kn



Re: remove multimedia/ogmrip

2023-03-15 Thread Nam Nguyen
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
--- Makefile10 Mar 2023 08:35:49 -  1.1504
+++ Makefile15 Mar 2023 09:25:34 -
@@ -3,7 +3,7 @@ CATEGORIES =devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =  quirks-6.120
+PKGNAME =  quirks-6.121
 PKG_ARCH = *
 MAINTAINER =   Marc Espie 
 
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 -  1.1515
+++ files/Quirks.pm 15 Mar 2023 09:25:34 -
@@ -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



remove multimedia/ogmrip

2023-03-15 Thread Nam Nguyen
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?

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