pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/33293 (sysutils/cdbkup has problems with DVDs)
The following reply was made to PR pkg/33293; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: bsiegert%NetBSD.org@localhost
Subject: Re: pkg/33293 (sysutils/cdbkup has problems with DVDs)
Date: Tue, 14 Jul 2015 03:21:56 +0000
On Mon, Jul 13, 2015 at 05:50:00PM +0000, David Griffith wrote:
> >> Oh dear. This is ancient. I think by now DVD support has been fully
> >> vetted, so it's okay to close this.
> >
> > Wait, when you say "fully vetted", does that mean there is a version
> > that has these fixes? AFAICS, the last release was in 2004.
>
> I think I meant that DVD support is complete in NetBSD. I no longer
> regularly use NetBSD, so *shrug*.
The only patch we have in pkgsrc does this:
- if( system("@MOUNT@ -t iso9660 ".esc_shell($device)." $mntpt") != 0)
+ if( system("@MOUNT@ -t cd9660 ".esc_shell($device)." $mntpt") != 0)
which isn't going to make the difference between DVDs working and not
working.
In any event, bsiegert@ wants to remove the package, so unless there's
a reason to avert that it's all going to become moot.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index