From owner-cvs-ports@FreeBSD.ORG Wed Feb 18 06:56:11 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 5419F16A4CE; Wed, 18 Feb 2004 06:56:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3826F43D2D; Wed, 18 Feb 2004 06:56:11 -0800 (PST) (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 i1IEuBGe015114; Wed, 18 Feb 2004 06:56:11 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IEuAPQ015113; Wed, 18 Feb 2004 06:56:10 -0800 (PST) (envelope-from netchild) Message-Id: <200402181456.i1IEuAPQ015113@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 18 Feb 2004 06:56:10 -0800 (PST) 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 pkg-descr pkg-plist ports/sysutils/cdrdao/files patch-Makefile.in patch-configure patch-dao::cdrdao.drivers patch-dao::cdrdao.man patch-scsilib::RULES::i386-freebsd-cc.rul ... 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: Wed, 18 Feb 2004 14:56:11 -0000 netchild 2004/02/18 06:56:10 PST FreeBSD ports repository Modified files: sysutils/cdrdao Makefile distinfo pkg-descr pkg-plist sysutils/cdrdao/files patch-configure patch-dao::cdrdao.man patch-dao::main.cc patch-scsilib::RULES::i386-freebsd-cc.rul Added files: sysutils/cdrdao/files patch-Makefile.in patch-dao::cdrdao.drivers patch-trackdb::lec.cc patch-utils::Makefile.in Removed files: sysutils/cdrdao/files patch-paranoia::configure patch-scsilib::TARGETS::Targetdirs patch-scsilib::include::btorder.h patch-scsilib::libscg::scsiopen.c patch-scsilib::libscg::scsitransp.c patch-xdao::AudioCDView.cc Log: - Update to 1.1.8. Relevant parts from the release notes: - Improved performance of the new L-EC code by up to a factor 2 depending on the hardware. - 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to allow performance testing in conjunction with option --speed. new: - toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli) new: - cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla) Note: The 1.1.8 tarball was re-rolled twice because of missing files and a show-stopper in gcdmaster and some SourceForge mirrors still might need to catch up on it. If you have problems with differing checksums please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao, which is known to carry the latest version. - Use/respect DATADIR and DOCSDIR. - Make PREFIX-clean by respecting PREFIX instead of LOCALBASE. - First part of splitting gcdmaster into a slave port because the conditional compilation via HAVE_GNOME caused problems when gnomelibs where installed afterwards (PR 61840). - Tidy the PORTDOCS a bit, e.g. no longer install the release notes for previous releases, they are easily accessible on the homepage anyway. - On deinstall, remind the user to delete the global config file if existent and permanently removing this port. - In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording taken from the Debian cdrdao package. - Fix some references in the cdrdao manpage to fit FreeBSD. - Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD. - Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has issues with ATAPICAM and probably will be removed in future version. - Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see sysutils/sformat/Makefile revision 1.5. Submitted by: maintainer Revision Changes Path 1.41 +60 -78 ports/sysutils/cdrdao/Makefile 1.8 +2 -1 ports/sysutils/cdrdao/distinfo 1.1 +22 -0 ports/sysutils/cdrdao/files/patch-Makefile.in (new) 1.4 +322 -14 ports/sysutils/cdrdao/files/patch-configure 1.1 +26 -0 ports/sysutils/cdrdao/files/patch-dao::cdrdao.drivers (new) 1.2 +13 -2 ports/sysutils/cdrdao/files/patch-dao::cdrdao.man 1.2 +1 -1 ports/sysutils/cdrdao/files/patch-dao::main.cc 1.2 +0 -32 ports/sysutils/cdrdao/files/patch-paranoia::configure (dead) 1.3 +2 -2 ports/sysutils/cdrdao/files/patch-scsilib::RULES::i386-freebsd-cc.rul 1.2 +0 -8 ports/sysutils/cdrdao/files/patch-scsilib::TARGETS::Targetdirs (dead) 1.2 +0 -41 ports/sysutils/cdrdao/files/patch-scsilib::include::btorder.h (dead) 1.2 +0 -11 ports/sysutils/cdrdao/files/patch-scsilib::libscg::scsiopen.c (dead) 1.2 +0 -11 ports/sysutils/cdrdao/files/patch-scsilib::libscg::scsitransp.c (dead) 1.1 +11 -0 ports/sysutils/cdrdao/files/patch-trackdb::lec.cc (new) 1.1 +92 -0 ports/sysutils/cdrdao/files/patch-utils::Makefile.in (new) 1.2 +0 -11 ports/sysutils/cdrdao/files/patch-xdao::AudioCDView.cc (dead) 1.6 +3 -0 ports/sysutils/cdrdao/pkg-descr 1.11 +10 -36 ports/sysutils/cdrdao/pkg-plist