From owner-cvs-ports@FreeBSD.ORG Mon Apr 12 06:06:48 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF4B16A4CE; Mon, 12 Apr 2004 06:06:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6AAC43D5C; Mon, 12 Apr 2004 06:06:47 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CD6lGe032202; Mon, 12 Apr 2004 06:06:47 -0700 (PDT) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CD6l61032201; Mon, 12 Apr 2004 06:06:47 -0700 (PDT) (envelope-from netchild) Message-Id: <200404121306.i3CD6l61032201@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 12 Apr 2004 06:06:47 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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.cpatch-cdda2wav::setuid.c ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 13:06:48 -0000 netchild 2004/04/12 06:06:47 PDT FreeBSD ports repository Modified files: sysutils/cdrtools-devel Makefile distinfo pkg-descr.mkisofs pkg-plist sysutils/mkisofs-devel Makefile Added files: sysutils/cdrtools-devel/files patch-cdda2wav::interface.c patch-cdda2wav::ioctl.c patch-cdda2wav::mycdrom.h Removed files: sysutils/cdrtools-devel/files patch-ai patch-bb patch-cdda2wav::setuid.c patch-cdrecord::cdrecord.c patch-conf::configure patch-mkisofs::mkisofs.c patch-readcd::readcd.c Log: - Update to 2.01a27. Notes: - Since 2.01a26 cdrecord has a new option "-tao" (Track At Once) for what was the default write mode in previous versions. Currently, cdrecord still falls back to writing in TAO mode if no writing mode has been specified but this might change in a future version (infact, the release notes for 2.01a26 already say that cdrecord won't burn a CD if no write mode has been specified). - Cdrecord 2.01a26 was broken in that it only wrote in TAO mode, which was fixed in 2.01a27. For changes since 2.01a25 see: ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a26 and ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a27 - Add a workaround for what appears to be a problem with gmake and certain locales on -current. [1] - Correct a typo in pkg-descr.mkisofs inherited from the cdrtools ABOUT file. - Remove the workaround for the broken mlockall(2) on EOL'ed FreeBSD 5.1. - No longer compile with -DSOURCE_MODIFIED, the cdrecord sources are no longer altered by this port except for changing the location of the configuration file, which is done in compliance with the terms in cdrecord/defaults.c. - Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav (e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed. Note: For qualitiy reasons (e.g. to be able to fix/work around broken TOCs etc.) cdda2wav should be used with its generic_scsi interface (e.g. via `cdda2wav -D 2,0,0` and using atapicam(4) if you have an ATAPI device). However, there are some ATAPI devices around where the latter simply doesn't work (look at e.g. PR 62507 or the audit- trail of PR 60233 for examples). - Properly initialise the verbosity level of cdda2wav when the cooked_ioctl interface is used so it's disabled by default (the outcome of this bug is actually compiler dependend, with GCC 2.95.4 verbosity is off by default, with GCC 3.3.3 it's on). Note: The patches for the last two items where sent to Heiko Eissfeldt, the author of cdda2wav, and from his replies I was of the opinion that he "accepted" them and they would be incorporated in cdrtools 2.01a26. However, they still didn't show up in the cdrtools sources and I so far didn't get any reply to my email asking if there would be anything wrong with them. Requested by: pav [1] Submitted by: maintainer Revision Changes Path 1.58 +14 -13 ports/sysutils/cdrtools-devel/Makefile 1.37 +2 -2 ports/sysutils/cdrtools-devel/distinfo 1.5 +0 -20 ports/sysutils/cdrtools-devel/files/patch-ai (dead) 1.2 +0 -13 ports/sysutils/cdrtools-devel/files/patch-bb (dead) 1.1 +37 -0 ports/sysutils/cdrtools-devel/files/patch-cdda2wav::interface.c (new) 1.1 +88 -0 ports/sysutils/cdrtools-devel/files/patch-cdda2wav::ioctl.c (new) 1.1 +24 -0 ports/sysutils/cdrtools-devel/files/patch-cdda2wav::mycdrom.h (new) 1.2 +0 -38 ports/sysutils/cdrtools-devel/files/patch-cdda2wav::setuid.c (dead) 1.2 +0 -17 ports/sysutils/cdrtools-devel/files/patch-cdrecord::cdrecord.c (dead) 1.3 +0 -19 ports/sysutils/cdrtools-devel/files/patch-conf::configure (dead) 1.2 +0 -17 ports/sysutils/cdrtools-devel/files/patch-mkisofs::mkisofs.c (dead) 1.2 +0 -17 ports/sysutils/cdrtools-devel/files/patch-readcd::readcd.c (dead) 1.4 +1 -1 ports/sysutils/cdrtools-devel/pkg-descr.mkisofs 1.13 +1 -0 ports/sysutils/cdrtools-devel/pkg-plist 1.44 +1 -2 ports/sysutils/mkisofs-devel/Makefile