Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2CCE263BC1D for ; Wed, 9 Sep 2009 13:45:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id CBE9663B121; Wed, 9 Sep 2009 13:45:14 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id ADE7563B108 for ; Wed, 9 Sep 2009 13:45:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9E0D1175D0; Wed, 9 Sep 2009 13:45:13 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 9 Sep 2009 13:45:13 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/sysutils/cdrtools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090909134513.9E0D1175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Wed Sep 9 13:45:13 UTC 2009 Modified Files: pkgsrc/sysutils/cdrtools: Makefile distinfo Added Files: pkgsrc/sysutils/cdrtools/patches: patch-ac Log Message: Update to 2.01.01alpha64: All: - The schily makefilesystem now by default sets all locale related envronment variables to "C" in order to avoid problems. - Make the makefile emulation mode for "non-automake aware" make programs like SunPro Make and GNU make more immune against oddities in the tr(1) program that are seen with a locale that differs from LC_ALL=C Another step to prevent some tr(1) oddities was to replace the call to tr(1) by a call to sed(1). - Added GMAKE_NOWARN=true to allow to disable the gmake warning - Enhanced include/schily/priv.h to distinct Solaris and AIX process privileges - New include file include/schily/math.h - Try to workaound a problem with GCC on newer AIX versions. It seems that e.g. gcc on AIX is not C99 compliant and does not support isnan(). Note that the current solution may compile and run on newer AIX versions but does not seem to be the optimal solution as it cannot check whether a float is a number or not. It is unfortunate, that we do not have an AIX login that would allow to implement better AIX support. Libscg: - The low level SCSI transport code for Mac OS X has been reworked. The code now supports cdrecord -scanbus The code now supports cdrecord's autotarget mode The code now supports to communicate with BluRay drives The code now prints a longer help text that instructs what to do in order to work against the "diskarbitrationd" program on Mac OS that tries to steal us our hardware. If someone is able and willing to help, please send mail! I like to be able to tell "diskarbitrationd" to give up specific drives and to set up shared access. Cdrecord: - The cdrecord man page now mentions that the -clone mode is a bad idea to copy audio CDs. Readcd: - The readcd man page now mentions that the -clone mode is a bad idea to copy audio CDs. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/sysutils/cdrtools/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/cdrtools/distinfo cvs rdiff -u -r0 -r1.6 pkgsrc/sysutils/cdrtools/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.