head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.8 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.6 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.4 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.2 pkgsrc-2011Q2-base:1.7 pkgsrc-2011Q1:1.6.0.38 pkgsrc-2011Q1-base:1.6 pkgsrc-2010Q4:1.6.0.36 pkgsrc-2010Q4-base:1.6 pkgsrc-2010Q3:1.6.0.34 pkgsrc-2010Q3-base:1.6 pkgsrc-2010Q2:1.6.0.32 pkgsrc-2010Q2-base:1.6 pkgsrc-2010Q1:1.6.0.30 pkgsrc-2010Q1-base:1.6 pkgsrc-2009Q4:1.6.0.28 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q3:1.6.0.26 pkgsrc-2009Q3-base:1.6 pkgsrc-2009Q2:1.6.0.24 pkgsrc-2009Q2-base:1.6 pkgsrc-2009Q1:1.6.0.22 pkgsrc-2009Q1-base:1.6 pkgsrc-2008Q4:1.6.0.20 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.18 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.16 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.14 pkgsrc-2008Q2-base:1.6 cwrapper:1.6.0.12 pkgsrc-2008Q1:1.6.0.10 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.8 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.6 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.4 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.2 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.5.0.8 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.6 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.4 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.2 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.3 comdex-fall-1999:1.3 netbsd-1-4-PATCH001:1.3 netbsd-1-4-RELEASE:1.3 netbsd-1-3-PATCH003:1.2; locks; strict; comment @# @; 1.7 date 2011.05.04.20.31.40; author adam; state dead; branches; next 1.6; 1.6 date 2007.01.30.13.11.04; author adam; state Exp; branches; next 1.5; 1.5 date 2006.01.20.14.58.53; author adam; state Exp; branches; next 1.4; 1.4 date 2002.03.15.04.10.21; author junyoung; state dead; branches; next 1.3; 1.3 date 98.12.14.02.17.11; author tv; state Exp; branches; next 1.2; 1.2 date 98.08.07.10.40.36; author agc; state Exp; branches; next 1.1; 1.1 date 98.06.18.23.48.54; author tron; state Exp; branches; next ; desc @@ 1.7 log @Changes 1.2.3: * Translation updates * Various bug fixes @ text @$NetBSD: patch-aj,v 1.6 2007/01/30 13:11:04 adam Exp $ --- dlls/wineoss.drv/oss.c.orig 2005-12-24 10:24:01.000000000 +0100 +++ dlls/wineoss.drv/oss.c @@@@ -42,7 +42,9 @@@@ static LRESULT OSS_drvLoad(void) { TRACE("()\n"); OSS_WaveInit(); +#ifdef HAVE_OSS_MIDI OSS_MidiInit(); +#endif OSS_MixerInit(); OSS_AuxInit(); return 1; @@@@ -55,7 +57,9 @@@@ static LRESULT OSS_drvFree(void) { TRACE("()\n"); OSS_WaveExit(); +#ifdef HAVE_OSS_MIDI OSS_MidiExit(); +#endif OSS_MixerExit(); OSS_AuxExit(); return 1; @ 1.6 log @Changes 0.9.30: - Many improvements to Direct3D shaders and state management. - Support for inter-process memory allocations. - OLE32 marshalling fixes. - Lots of bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.5 2006/01/20 14:58:53 adam Exp $ @ 1.5 log @Changes 0.9.6: - A bunch of OLE fixes and improvements. - DirectSound improvements, including full duplex support. - Fix for the Windows metafile vulnerability. - Many static control improvements. - Some fixes for copy protection support. - Lots of bug fixes. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- dlls/winmm/wineoss/oss.c.orig 2005-12-24 10:24:01.000000000 +0100 +++ dlls/winmm/wineoss/oss.c @ 1.4 log @Update Wine to 20020228 snapshot. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.3 1998/12/14 02:17:11 tv Exp $ d3 8 a10 15 --- multimedia/midi.c.orig Sun Dec 13 11:27:17 1998 +++ multimedia/midi.c Sun Dec 13 11:31:30 1998 @@@@ -108,7 +108,7 @@@@ /*======================================================================* * Low level MIDI implemantation * *======================================================================*/ - +#ifndef __NetBSD__ /************************************************************************** * MIDI_NotifyClient [internal] */ @@@@ -1482,6 +1482,7 @@@@ */ return MMSYSERR_NOTENABLED; } d12 9 a20 15 /*======================================================================* * MIDI entry points * @@@@ -1497,6 +1498,7 @@@@ wDevID, wMsg, dwUser, dwParam1, dwParam2); switch (wMsg) { +#ifndef __NetBSD__ case MODM_OPEN: return modOpen(wDevID, (LPMIDIOPENDESC)dwParam1, dwParam2); case MODM_CLOSE: @@@@ -1519,6 +1521,7 @@@@ return 0; case MODM_RESET: return modReset(wDevID); d22 3 a24 3 default: TRACE(midi, "Unsupported message\n"); } @ 1.3 log @Update to 981211. Works even better now, though the compile-for-native still does not work quite right (the global constructors created by wrc don't work). @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Add NetBSD RCS Ids. @ text @d3 16 a18 8 --- scheduler/sysdeps.c.orig Sun May 31 18:15:25 1998 +++ scheduler/sysdeps.c Thu Jun 18 00:38:41 1998 @@@@ -16,6 +16,8 @@@@ #include #include "thread.h" #include "winbase.h" +#include "debug.h" +#include "debugtools.h" d20 18 a37 2 /* Xlib critical section (FIXME: does not belong here) */ CRITICAL_SECTION X11DRV_CritSection = { 0, }; @ 1.1 log @Update Wine to 14-Jun-98 snapshot. XXX Audio support is probably broken due to massive use of unsupported XXX Linux stuff in the OSS interface which I commented out. However XXX I don't have an application to test it. @ text @d1 2 @