head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.10 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.8 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.6 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.4 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.2 pkgsrc-2009Q4-base:1.7 pkgsrc-2009Q3:1.6.0.28 pkgsrc-2009Q3-base:1.6 pkgsrc-2009Q2:1.6.0.26 pkgsrc-2009Q2-base:1.6 pkgsrc-2009Q1:1.6.0.24 pkgsrc-2009Q1-base:1.6 pkgsrc-2008Q4:1.6.0.22 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.20 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.18 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.16 pkgsrc-2008Q2-base:1.6 cwrapper:1.6.0.14 pkgsrc-2008Q1:1.6.0.12 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.10 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.8 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.6 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.4 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.2 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.5.0.8 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.6 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.4 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.10 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.8 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.6 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.4 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.2 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.3.0.2 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.7 date 2009.11.22.21.05.18; author drochner; state dead; branches; next 1.6; 1.6 date 2006.12.11.12.28.36; author drochner; state Exp; branches; next 1.5; 1.5 date 2005.10.10.21.36.56; author joerg; state Exp; branches; next 1.4; 1.4 date 2004.06.20.19.05.25; author dillo; state Exp; branches; next 1.3; 1.3 date 2004.05.29.08.05.08; author dillo; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2000.07.07.16.25.04; author dmcmahill; state Exp; branches; next 1.1; 1.1 date 2000.02.18.15.13.50; author wiz; state Exp; branches 1.1.1.1; next ; 1.3.2.1 date 2004.07.06.22.32.27; author agc; state Exp; branches; next ; 1.1.1.1 date 2000.02.18.15.13.50; author wiz; state Exp; branches; next ; desc @@ 1.7 log @update to 1.2.3 changes: - many bug and compile fixes - new native Linux SCSI backend - See ChangeLog for details @ text @$NetBSD: patch-ab,v 1.6 2006/12/11 12:28:36 drochner Exp $ --- dao/main.cc.orig 2006-09-19 11:07:11.000000000 +0200 +++ dao/main.cc @@@@ -129,7 +129,7 @@@@ static HANDLE fh = NULL; static char devstr[10]; #endif -#if defined(__FreeBSD__) +#if defined(__FreeBSD__) || defined(__DragonFly__) # ifdef USE_SCGLIB static const char *SCSI_DEVICE = "0,0,0"; @@@@ -145,7 +145,11 @@@@ static int FIFO_BUFFERS = 32; #else -static const char *SCSI_DEVICE = "0,0,0"; +#if defined (__i386__) +static const char *SCSI_DEVICE = "/dev/rcd0d"; +#else +static const char *SCSI_DEVICE = "/dev/rcd0c"; +#endif /* __i386__ */ static int FIFO_BUFFERS = 32; #endif @ 1.6 log @update to 1.2.2 changes: Man page cleanup @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Add support for DragonFly. @ text @d3 1 a3 1 --- dao/main.cc.orig 2005-05-09 15:48:40.000000000 +0000 d5 3 a7 3 @@@@ -108,7 +108,7 @@@@ static TrackData::SubChannelMode READ_SU static Settings *SETTINGS = NULL; // settings read from $HOME/.cdrdao d14 1 a14 1 @@@@ -124,7 +124,11 @@@@ static int FIFO_BUFFERS = 32; @ 1.4 log @update to 1.1.9: This release focuses on bug and compile fixes, upgrade to a newer scsilib library (from cdrtools 2.01a31), as well as some new cdrdao options and features (MMC driver auto-detection, discid command, --full-burn option). @ text @d3 1 a3 4 have a default scsi device which is likely to be correct (at least on single CD systems). --- dao/main.cc.orig 2004-06-05 22:57:34.000000000 +0200 d5 10 a14 1 @@@@ -115,7 +115,11 @@@@ static int FIFO_BUFFERS = 32; @ 1.3 log @update to 1.1.8 provided in PR/25732 by Stefan Krüger (space7 at meinberlikomm dot de), small cleanups by me changes: - replace encumbered code - support for ATAPI devices @ text @d6 1 a6 1 --- dao/main.cc.orig 2004-02-12 02:13:31.000000000 +0100 d8 1 a8 1 @@@@ -111,7 +111,11 @@@@ static int FIFO_BUFFERS = 32; @ 1.3.2.1 log @Pullup ticket 42 to the pkgsrc-2004Q2 branch, requested by dillo. Module Name: pkgsrc Committed By: dillo Date: Sun Jun 20 19:05:25 UTC 2004 Modified Files: pkgsrc/sysutils/cdrdao: Makefile PLIST distinfo pkgsrc/sysutils/cdrdao/patches: patch-ab patch-ad Removed Files: pkgsrc/sysutils/cdrdao/patches: patch-aa patch-ae Log Message: update to 1.1.9: This release focuses on bug and compile fixes, upgrade to a newer scsilib library (from cdrtools 2.01a31), as well as some new cdrdao options and features (MMC driver auto-detection, discid command, --full-burn option). and Module Name: pkgsrc Committed By: wiz Date: Sun Jun 27 19:15:37 UTC 2004 Modified Files: pkgsrc/sysutils/cdrdao: Makefile Log Message: Remove duplicate line in install arg. Reported by Sebastian Prause on tech-pkg. and Module Name: pkgsrc Committed By: dillo Date: Sun Jun 20 19:05:53 UTC 2004 Removed Files: pkgsrc/sysutils/cdrdao/patches: patch-ag Log Message: remove file missed in 1.1.9 update @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2004/05/29 08:05:08 dillo Exp $ d6 1 a6 1 --- dao/main.cc.orig 2004-06-05 22:57:34.000000000 +0200 d8 1 a8 1 @@@@ -115,7 +115,11 @@@@ static int FIFO_BUFFERS = 32; @ 1.2 log @- get endianness from machine/endian.h. Fixes compile on those arch's which weren't hard coded into the program - setup up standard NetBSD build rules for the scsi library as is done with the cdrecord pkg. - use /dev/rcd0d for i386 but /dev/rcd0c for other archs (instead of /dev/rcd0d for everything). This is only a default and can be overridden at run time. @ text @d6 4 a9 3 --- dao/main.cc.orig Tue Oct 26 12:13:46 1999 +++ dao/main.cc Fri Jul 7 12:20:08 2000 @@@@ -157,5 +157,9 @@@@ d20 1 @ 1.1 log @Initial revision @ text @d3 6 a8 4 --- ./dao/main.cc.orig Tue Oct 26 18:13:46 1999 +++ ./dao/main.cc Fri Feb 18 14:39:57 2000 @@@@ -156,7 +156,7 @@@@ d12 1 d14 3 a18 1 #endif @ 1.1.1.1 log @Initial import of cdrdao 1.1.3: Records audio or data CD-Rs in disk-at-once (DAO) mode. Package provided by David Maxwell in private mail. @ text @@