Dvdbackup was written by Olaf Beck <olaf_sc@yahoo.com>, but is now maintained by Benjamin Drung <benjamin.drung@gmail.com> and Stephen Gran <sgran@debian.org>. Its web page is now hosted at : http://dvdbackup.sourceforge.net. This patch updates dvdbackup to its latest version : v0.4.1. This patch depends on multimedia/libdvdread update (ports/150450). Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->analyzed Waiting for ports/150450 to be committed.
State Changed From-To: analyzed->open ports/150450 committed, evaluating update.
State Changed From-To: open->feedback Thank you for your update! One minor modification is needed, the part in post-configure needs to go to pre-configure in order to respect NOPORTDOCS. This was probably just a typo (don't need to follow up another patch). I noticed one functional thing. After the update dvdbackup doesen't seem to be able to autodetect the DVD name anymore (dvdbackup -i /dev/cd0 -M -o .). If the name is specified manually with -n it works. Would be nice if this could be fixed.
On Thu, 16 Sep 2010 18:08:17 +0200 (CEST), ehaupt wrote Hi Emanuel, > One minor modification is needed, the part in post-configure needs to > go to pre-configure in order to respect NOPORTDOCS. This was probably > just a typo (don't need to follow up another patch). Yes, sorry, of course this is a mistake :p > I noticed one functional thing. After the update dvdbackup doesen't > seem to be able to autodetect the DVD name anymore (dvdbackup -i > /dev/cd0 -M -o .). > > If the name is specified manually with -n it works. Would be nice if > this could be fixed. Please find attached a new version of the patch that includes a fix for that problem. It is an up-to-date version of the patch committed in ports/74375. I have also changed the default dvd device to /dev/acd0 instead of /dev/dvd, which is the most common DVD device used on freeBSD. With those two patches, backupping a whole DVD is as easy as : 'dvdbackup -M' Best regards, Ganael LAPLANCHE ganael.laplanche@martymac.org http://www.martymac.org | http://contribs.martymac.org
State Changed From-To: feedback->open Feedback received.
ehaupt 2010-09-17 09:31:27 UTC FreeBSD ports repository Modified files: sysutils/dvdbackup Makefile distinfo pkg-descr sysutils/dvdbackup/files patch-src::dvdbackup.c Added files: sysutils/dvdbackup/files pkg-message.in Log: Update to 0.4.1 PR: 150452 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.org> Revision Changes Path 1.15 +38 -16 ports/sysutils/dvdbackup/Makefile 1.3 +3 -3 ports/sysutils/dvdbackup/distinfo 1.4 +23 -59 ports/sysutils/dvdbackup/files/patch-src::dvdbackup.c 1.1 +7 -0 ports/sysutils/dvdbackup/files/pkg-message.in (new) 1.2 +3 -2 ports/sysutils/dvdbackup/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Thank you for your quick update! I've just committed the patch with minor modifications. I changed the default device from acd0 to cd0 as dvdbackup won't play nice with ATAPI devices. I added a pkg-message file to point that out and reference to atapicam(4) on how to emulate a SCSI device. Thanks again for your update!