head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.42 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.40 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.38 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.36 pkgsrc-2011Q2-base:1.4 TNF:1.1.1 pkgsrc-2009Q4:1.4.0.34 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.32 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.30 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.28 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.26 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.6 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.4 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.2 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 tnf_010519:1.1.1.1; locks; strict; comment @# @; 1.4 date 2005.06.04.19.01.46; author adrianp; state dead; branches; next 1.3; 1.3 date 2004.07.06.20.57.45; author drochner; state Exp; branches; next 1.2; 1.2 date 2002.10.29.16.50.14; author drochner; state Exp; branches; next 1.1; 1.1 date 2001.05.19.13.02.23; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.05.19.13.02.23; author drochner; state Exp; branches; next ; desc @@ 1.4 log @- Merge gcdmaster and cdrdao files but keep them as separate packages @ text @$NetBSD: patch-ac,v 1.3 2004/07/06 20:57:45 drochner Exp $ --- scsilib/include/btorder.h.orig 2004-02-10 00:34:00.000000000 +0100 +++ scsilib/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 @adapt this to the cdrdao-1.1.9 update: -use gtkmm2.0/2.2 -use the solaris audio output module on NetBSD @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.4 2004/05/29 08:05:08 dillo Exp $ @ 1.2 log @update to 1.1.7 relevant changes: -can now copy cds with just one drive -Added switch to enable the overburn mode -Added selection of the sub-channel reading mode -Fixes @ text @d1 1 a1 1 $NetBSD$ d3 5 a7 3 --- ./scsilib/include/btorder.h.orig Sun Nov 25 16:35:10 2001 +++ ./scsilib/include/btorder.h Tue Oct 29 09:33:02 2002 @@@@ -63,35 +63,21 @@@@ d9 3 d13 5 d19 5 a23 41 -/* - * Convert byte-order definitions from xconfig.h into our values - * and verify them. - */ -#if defined(HAVE_C_BIGENDIAN) && \ - !defined(WORDS_BIGENDIAN) -#define WORDS_LITTLEENDIAN -#define _LITTLE_ENDIAN -#endif - -#if defined(HAVE_C_BIGENDIAN) && \ - defined(WORDS_BIGENDIAN) -#define _BIG_ENDIAN -#endif - -#if defined(_LITTLE_ENDIAN) && defined(_BIG_ENDIAN) -/* - * #error will not work for all compilers (e.g. sunos4) - * The following line will abort compilation on all compilers - * if none of the above is defines. And that's what we want. - */ -error Only one of _LITTLE_ENDIAN or _BIG_ENDIAN may be defined -#endif #if defined(_BIT_FIELDS_LTOH) || defined(_BIT_FIELDS_HTOL) /* * Bitorder is already known. */ + +#elif defined(__NetBSD__) +#include +#if BYTE_ORDER == LITTLE_ENDIAN +#define _BIT_FIELDS_LTOH +#else +#define _BIT_FIELDS_HTOL +#endif /* BYTE_ORDER == LITTLE_ENDIAN */ + #else /* * Bitorder not yet known. @ 1.1 log @Initial revision @ text @d3 32 a34 3 --- scsilib/include/btorder.h.orig Sun Apr 29 11:28:21 2001 +++ scsilib/include/btorder.h Fri May 18 19:04:13 2001 @@@@ -54,6 +54,15 @@@@ @ 1.1.1.1 log @initial import of gcdmaster-1.1.5: graphical frontend for cdrdao-1.1.5 with some editing capability @ text @@