head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.12 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.10 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.8 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.6 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.2 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.2.0.26 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.24 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.22 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.20 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2008.11.05.19.48.51; author wiz; state dead; branches; next 1.2; 1.2 date 2006.02.04.12.05.17; author wiz; state Exp; branches; next 1.1; 1.1 date 2005.11.04.22.20.37; author dbj; state Exp; branches; next ; desc @@ 1.3 log @Remove cdrtools-ossdvd, which was a patched version of cdrtools-2.01.01a05. It is not maintained upstream any longer and the need for it is gone; the current cdrtools package does all it did. @ text @$NetBSD: patch-cd,v 1.2 2006/02/04 12:05:17 wiz Exp $ --- include/schily.h.orig 2006-01-11 23:26:07.000000000 +0000 +++ include/schily.h @@@@ -115,7 +115,7 @@@@ extern int fspawnl __PR((FILE *, FILE *, extern int fspawnv_nowait __PR((FILE *, FILE *, FILE *, const char *, int, char *const*)); extern int fgetline __PR((FILE *, char *, int)); -extern int fgetstr __PR((FILE *, char *, int)); +extern int schily_fgetstr __PR((FILE *, char *, int)); extern void file_raise __PR((FILE *, int)); extern int fileclose __PR((FILE *)); extern FILE *fileluopen __PR((int, const char *)); @ 1.2 log @Update to 2.01.01a05, syncing patches with wip/cdrtools-devel. Changes: * Thu Feb 02 2006 - Release of a GPL compliant 2.01.01a05-ossdvd patch. This patch is for cdrtools-2.01.01a05.tar.bz2 and is adjusted to work with linux kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. The rawio patch using libcap has been migrated to cdrtools-2.01.01a05-rawio.patch.bz2 . The patch called cdrtools-2.01.01-scsibuf.patch.bz has become redundant, as this has been integrated inside cdrtools-2.01.01a05.tar.bz2 . RPMS and SRPMS have been updated for mandriva 2006.0. The order of applying patches is now : 1. cdrtools-2.01.01a05-ossdvd.patch.bz2 .ossdvd 2. cdrtools-2.01.01a01-DVD-speed.patch.bz2 .dvd-speed 3. cdrtools-2.01.01a05-rawio.patch.bz2 .rawio 4. cdrtools-2.01.01a01-scanbus.patch.bz2 .scanbus Warly's Cdrecord DVD patch and others can now be found on http://people.mandriva.com/~warly/files/cdrtools/ @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @when checking if _POSIX_PRIORITY_SCHEDULING is defined, also check that its value is not -1 match declaration of check_writemodes_mdvd to its definition @ text @d3 11 a13 20 --- cdda2wav/cdda2wav.c.orig 2004-08-24 11:06:14.000000000 -0400 +++ cdda2wav/cdda2wav.c @@@@ -970,7 +970,7 @@@@ prio_done: dontneedroot(); } #else -#if defined _POSIX_PRIORITY_SCHEDULING +#if defined _POSIX_PRIORITY_SCHEDULING && (_POSIX_PRIORITY_SCHEDULING != -1) #include static void @@@@ -2616,7 +2616,7 @@@@ Rate Divider Rate Divider if ( global.verbose != 0 ) { fputs( "#Cdda2wav version ", stderr ); fputs( VERSION, stderr ); -#if defined _POSIX_PRIORITY_SCHEDULING || defined HAVE_SYS_PRIOCNTL_H +#if (defined _POSIX_PRIORITY_SCHEDULING && (_POSIX_PRIORITY_SCHEDULING != -1)) || defined HAVE_SYS_PRIOCNTL_H fputs( ", real time sched.", stderr ); #endif #if defined ECHO_TO_SOUNDCARD @