From owner-cvs-all@FreeBSD.ORG Mon Apr 12 11:37:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D9A16A4CE; Mon, 12 Apr 2004 11:37:52 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA0E43D2F; Mon, 12 Apr 2004 11:37:50 -0700 (PDT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id i3CIbPui037891; Mon, 12 Apr 2004 20:37:25 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.9/8.12.3/Submit) id i3CIbNg8037890; Mon, 12 Apr 2004 20:37:23 +0200 (CEST) (envelope-from marc) Date: Mon, 12 Apr 2004 20:37:23 +0200 From: Marc Fonvieille To: "Brian F. Feldman" Message-ID: <20040412183723.GA29867@abigail.blackend.org> References: <20040412192505.A93652@newtrinity.zeist.de> <200404121747.i3CHleLS055095@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404121747.i3CHleLS055095@green.homeunix.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.8-STABLE cc: cvs-ports@freebsd.org cc: ports-committers@freebsd.org cc: Alexander Leidinger cc: cvs-all@freebsd.org cc: Marius Strobl Subject: Re: cvs commit: ports/sysutils/cdrtools-devel Makefile distinfo pkg-descr.mkisofs pkg-plist ports/sysutils/cdrtools-devel/files patch-ai patch-bb patch-cdda2wav::interface.c patch-cdda2wav::ioctl.c patch-cdda2wav::mycdrom.h patch-cdda2wav::setuid.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 18:37:53 -0000 On Mon, Apr 12, 2004 at 01:47:40PM -0400, Brian F. Feldman wrote: > > That's the problem -- the only options are burncd(8) and dvd+rw-tools. Of > those, dvd+rw-tools only works on DVD+RW, Please add "with my own burner" :) dvd+rw-tools are, maybe for the moment, the only good tools to burn DVDs, and they handle *all* DVD media types. Andy Polyakov (the dvd+rw-tools author) is doing a fantastic job with his program and is easily reachable for any issue. If you have a problem with you burner, please contact the cdwrite mailing list (http://lists.debian.org/cdwrite/), it will help to improve the tools and the support under FreeBSD. > burncd cannot correctly format my > DVD+RW (only can be done correctly from the SCSI emulation layer with > cdrecord-dvdhack or dvd+rw-tools), and the other two are completely > unacceptable in that they are unavailable in source/crippleware or > unavailable period, it seems, in the case of dvdrtools. > > As to the quality being bad, did you submit the DVD-hack patches back to the > author? I don't think any of these things are really show-stoppers, just > that it would be appropriate to make a non-slave-port that doesn't call > itself cdrecord or cdrecord-devel. I guess it depends on whether there are > users that would like to use this program on FreeBSD. Why in the world is > cdrecord-ProDVD binary-only, anyway? > I see one big issue with the patch: you will need a new patch with each new cdrecord version. And why the author would accept a patch when he provides a binary-only version of cdrecord-ProDVD? Marc