head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2 netbsd-1-3-PATCH003:1.2 netbsd-1-3-PATCH002:1.1; locks; strict; comment @# @; 1.5 date 2000.12.17.01.37.41; author wiz; state dead; branches; next 1.4; 1.4 date 2000.07.28.21.47.52; author jlam; state Exp; branches; next 1.3; 1.3 date 2000.04.27.14.44.23; author mycroft; state Exp; branches; next 1.2; 1.2 date 98.08.07.10.36.15; author agc; state Exp; branches; next 1.1; 1.1 date 98.03.07.18.49.40; author mycroft; state Exp; branches; next ; desc @@ 1.5 log @Update timidity to 2.10.2, based on a package provided by Adam Ciarcinski in connection with pkg/8648. @ text @$NetBSD: patch-ba,v 1.4 2000/07/28 21:47:52 jlam Exp $ --- config.h.orig Sat Jun 1 08:54:49 1996 +++ config.h Fri Jul 28 17:36:20 2000 @@@@ -186,7 +186,8 @@@@ #define AUDIO_BUFFER_SIZE (1< for FreeBSD and DEC OSF/1 */ -#ifdef DEC +#if defined(DEC) || defined(__NetBSD__) +#include #include #endif @@@@ -223,6 +224,14 @@@@ #endif /* DEC MMS has 64 bit long words */ +#if defined(__NetBSD__) +typedef u_int32_t uint32; +typedef int32_t int32; +typedef u_int16_t uint16; +typedef int16_t int16; +typedef u_int8_t uint8; +typedef int8_t int8; +#else #ifdef DEC typedef unsigned int uint32; typedef int int32; @@@@ -234,6 +243,7 @@@@ typedef short int16; typedef unsigned char uint8; typedef char int8; +#endif /* Instrument files are little-endian, MIDI files big-endian, so we need to do some conversions. */ @@@@ -323,6 +333,18 @@@@ extern char *optarg; #define PI 3.14159265358979323846 #define rindex(s,c) strrchr(s,c) +#endif + +#ifdef __NetBSD__ +# include +# include +# define PI M_PI +#endif + +#ifdef sgi +# include +# include +# define PI M_PI #endif #ifdef __WIN32__ @ 1.4 log @Make use of new USE_CURSES functionality. Also close PR#10344 by Ben Collver . @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Fix LP64 problems. @ text @d1 1 a1 1 $NetBSD: patch-ba,v 1.2 1998/08/07 10:36:15 agc Exp $ d4 2 a5 2 +++ config.h Thu Apr 27 10:35:09 2000 @@@@ -186,7 +186,7 @@@@ d11 1 d15 1 a15 1 @@@@ -223,6 +223,14 @@@@ d30 1 a30 1 @@@@ -234,6 +242,7 @@@@ d38 1 a38 1 @@@@ -323,6 +332,18 @@@@ @ 1.2 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ d4 11 a14 3 +++ config.h Sat Mar 7 13:17:30 1998 @@@@ -325,6 +325,18 @@@@ #define rindex(s,c) strrchr(s,c) d17 26 d53 2 a54 2 +#endif + a55 2 # include # define PI M_PI @ 1.1 log @Use the native audio interface. Fix (and enable) the Tk interface; it just runs wish externally. Fix the Motif interface as well, but don't enable it by default (yet?). Throw in my SGI port `because it's there'. @ text @d1 2 @