head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.36 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.34 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.32 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.30 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.28 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.26 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.24 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.22 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.20 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.18 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.16 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.14 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.16 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.14 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.12 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.10 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.8 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.6 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.1.1.0.2 netbsd-1-6-1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2006.01.11.15.20.48; author xtraeme; state dead; branches; next 1.3; 1.3 date 2003.12.28.19.22.12; author jmmv; state Exp; branches; next 1.2; 1.2 date 2003.04.03.12.04.04; author wiz; state Exp; branches; next 1.1; 1.1 date 2002.12.02.18.41.20; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.12.02.18.41.20; author drochner; state Exp; branches; next ; desc @@ 1.4 log @Remove cdrecord-xcdroast. This package is not longer needed with the current cdrtools/xcdroast version. @ text @$NetBSD: patch-ac,v 1.3 2003/12/28 19:22:12 jmmv Exp $ --- include/btorder.h.orig 2003-06-15 23:41:22.000000000 +0200 +++ include/btorder.h @@@@ -28,6 +28,9 @@@@ #include /* try to load isa_defs.h on Solaris */ #define _INCL_SYS_TYPES_H #endif +#ifdef __NetBSD__ +#include +#endif #ifndef _MCONFIG_H #include /* load bit/byte-oder from xmconfig.h*/ @@@@ -108,7 +111,7 @@@@ error Only one of _BIT_FIELDS_LTOH or _ # if defined(__ppc__) || defined(ppc) || defined(__ppc) || \ defined(__PPC) || defined(powerpc) || defined(__powerpc__) -# if defined(__BIG_ENDIAN__) +# if defined(__BIG_ENDIAN__) || BYTE_ORDER == BIG_ENDIAN # define _BIT_FIELDS_HTOL # else # define _BIT_FIELDS_LTOH @ 1.3 log @Update to 0.98a15.2.01a21. There are too many changes since cdrecord 2.00 to be listed here; the package includes a complete list in all AN-2.01a?? files. What is notable is that it enables xcdroast "audio-on-the-fly support". @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2003/04/03 12:04:04 wiz Exp $ @ 1.2 log @Include machine/endian.h only ifdef __NetBSD__. From Jeremy C. Reed in PR 20983. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- include/btorder.h.orig Mon Dec 10 00:54:27 2001 d17 1 a17 1 defined(__PPC) || defined(powerpc) || defined(__powerpc__) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1.1.1 2002/09/29 07:59:09 lukem Exp $ d3 1 a3 1 --- include/btorder.h.orig Mon Dec 10 10:54:27 2001 d5 1 a5 1 @@@@ -28,6 +28,7 @@@@ d9 1 d11 1 d15 1 a15 1 @@@@ -108,7 +109,7 @@@@ error Only one of _BIT_FIELDS_LTOH or _ @ 1.1.1.1 log @Provide a cdrecord (aka cdrtools) pkg exclusively for use by xcdroast. xcdroast is quite picky about cdrecord versions, so we are decoupled. (for the upcoming xcdroast-0.98alpha11 pkg) @ text @@