head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.14 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.12 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.10 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.8 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.6 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.4 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.2 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.4.0.26 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.24 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.22 pkgsrc-2008Q1:1.4.0.20 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.18 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.16 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.14 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.12 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.10 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.8 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.3.0.24 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.22 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.20 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.18 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1; locks; strict; comment @# @; 1.5 date 2008.09.16.16.07.32; author wiz; state dead; branches; next 1.4; 1.4 date 2005.12.12.15.32.56; author joerg; state Exp; branches; next 1.3; 1.3 date 2000.10.18.11.22.44; author rh; state Exp; branches; next 1.2; 1.2 date 2000.06.18.11.11.52; author blymn; state Exp; branches; next 1.1; 1.1 date 99.11.15.13.07.12; author rh; state Exp; branches; next ; desc @@ 1.5 log @Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users on Sep 7 2008. No complaints received. @ text @$NetBSD: patch-af,v 1.4 2005/12/12 15:32:56 joerg Exp $ --- ../audioIO.h.orig 1997-05-31 15:47:58.000000000 +0000 +++ ../audioIO.h @@@@ -7,7 +7,7 @@@@ #define AUSIZ 32768 #endif -#ifdef OS_Linux +#if defined(OS_Linux) || defined(OS_NetBSD) || defined(OS_DragonFly) extern int AUSIZ; #endif @ 1.4 log @Add DragonFly support. XXX Use the changes for FreeBSD as well? @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update xamp to 0.8.10 (from PR 11250 by Rui-Xiang Guo , the maintainer of this package). Changes are bugfixes, and use of the native NetBSD sound API instead of OSS emulation. @ text @d3 2 a4 2 --- ../audioIO.h.orig Sat May 31 23:47:58 1997 +++ ../audioIO.h Sun Oct 1 15:47:55 2000 d10 1 a10 1 +#if defined(OS_Linux) || defined(OS_NetBSD) @ 1.2 log @* Changed the way xamp supports NetBSD, we now have our own audioIO file. * Added support for 8bit sound cards (it sounds crappy but when it is all you have....) * Fixed bug in debug mode code. @ text @d1 13 a13 20 diff -c ../audioIO.h:1.1.1.1 xamp/audioIO.h:1.2 *** ../audioIO.h:1.1.1.1 Wed Jun 14 22:23:47 2000 --- ../audioIO.h Wed Jun 14 22:23:47 2000 *************** *** 7,13 **** #define AUSIZ 32768 #endif ! #ifdef OS_Linux extern int AUSIZ; #endif --- 7,13 ---- #define AUSIZ 32768 #endif ! #if defined(OS_Linux) || defined(OS_NetBSD) extern int AUSIZ; #endif @ 1.1 log @defuzz @ text @d1 20 a20 12 $NetBSD$ --- ../audioIO.h.orig Sat May 31 19:47:58 1997 +++ ../audioIO.h Mon Nov 15 13:58:45 1999 @@@@ -26,3 +26,7 @@@@ #ifdef OS_SunOS #define AUSIZ 4096 #endif + +#ifdef OS_NetBSD + #define AUSIZ 32768 +#endif @