From owner-cvs-ports@FreeBSD.ORG Sun Jun 13 15:02: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 9FF2A16A4CE; Sun, 13 Jun 2004 15:02:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 850C743D2D; Sun, 13 Jun 2004 15:02:48 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5DF1SEw065547; Sun, 13 Jun 2004 15:01:28 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5DF1Sqm065546; Sun, 13 Jun 2004 15:01:28 GMT (envelope-from netchild) Message-Id: <200406131501.i5DF1Sqm065546@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 13 Jun 2004 15:01:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cdrdao Makefile distinfo ports/sysutils/cdrdao/files patch-Makefile.in patch-configure patch-dao::dao.ccpatch-trackdb::lec.cc ... 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: Sun, 13 Jun 2004 15:02:48 -0000 netchild 2004-06-13 15:01:28 UTC FreeBSD ports repository Modified files: sysutils/cdrdao Makefile distinfo sysutils/cdrdao/files patch-dao::dao.cc sysutils/gcdmaster Makefile Removed files: sysutils/cdrdao/files patch-Makefile.in patch-configure patch-dao::ScsiIf-lib.cc patch-dao::cdrdao.drivers patch-paranoia::isort.c patch-trackdb::Track.cc patch-trackdb::lec.cc patch-utils::Makefile.in patch-xdao::CdDevice.cc patch-xdao::SoundIF-linux.cc Log: - Update to 1.1.9. Relevant parts from the release notes: Cdrdao changes: - MMC-driver auto-detection. If no --driver option is specified, cdrdao will try to autodetect an MMC-compliant device and use the generic-mmc driver by default. (Denis Leroy) - Included scsilib upgraded from cdrtools 2.01a31 (Denis Leroy) - Added --eject option to the unlock command to eject the cd after unlocking. (Eric Benson) - New 'discid' command to display CDDB information. (Eric Benson, Denis Leroy). - Added --full-burn and --capacity options to extend lead-out to entire disc, beyond 80 mins limit. (Vladimir Petrov) GCDMaster changes (Denis Leroy) : - Some bug fixes (manual driver configurations were not being saved correctly). cue2toc changes: - Version 0.2 released. Complete rewrite, should now handle most of all CUE files. (Matthias Czapla) - Disable the use of mlockall(2) on FreeBSD 5, even after the last round of fixes there are still issues. - Add a workaround for problems with gmake and certain locales on FreeBSD 5. - Use MASTER_SITE_SOURCEFORGE_EXTENDED. - Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9. Submitted by: marius On my TODO list since: June 7 :-( Revision Changes Path 1.45 +13 -9 ports/sysutils/cdrdao/Makefile 1.9 +2 -2 ports/sysutils/cdrdao/distinfo 1.2 +0 -22 ports/sysutils/cdrdao/files/patch-Makefile.in (dead) 1.5 +0 -354 ports/sysutils/cdrdao/files/patch-configure (dead) 1.2 +0 -20 ports/sysutils/cdrdao/files/patch-dao::ScsiIf-lib.cc (dead) 1.2 +0 -26 ports/sysutils/cdrdao/files/patch-dao::cdrdao.drivers (dead) 1.2 +27 -13 ports/sysutils/cdrdao/files/patch-dao::dao.cc 1.2 +0 -14 ports/sysutils/cdrdao/files/patch-paranoia::isort.c (dead) 1.2 +0 -20 ports/sysutils/cdrdao/files/patch-trackdb::Track.cc (dead) 1.2 +0 -11 ports/sysutils/cdrdao/files/patch-trackdb::lec.cc (dead) 1.2 +0 -92 ports/sysutils/cdrdao/files/patch-utils::Makefile.in (dead) 1.2 +0 -11 ports/sysutils/cdrdao/files/patch-xdao::CdDevice.cc (dead) 1.3 +0 -17 ports/sysutils/cdrdao/files/patch-xdao::SoundIF-linux.cc (dead) 1.3 +1 -1 ports/sysutils/gcdmaster/Makefile