head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.8 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.6 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.2 pkgsrc-2011Q2-base:1.6 pkgsrc-2010Q4:1.5.0.46 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.44 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.42 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.40 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.38 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.36 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.34 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.32 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.30 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.28 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.26 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.24 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.22 pkgsrc-2008Q1:1.5.0.20 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.18 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.16 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.14 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.12 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.10 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.8 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.6 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.4 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.14 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.12 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.10 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.8 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.6 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.4 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2; locks; strict; comment @# @; 1.6 date 2011.02.06.05.00.58; author wiz; state dead; branches; next 1.5; 1.5 date 2005.11.17.19.54.09; author joerg; state Exp; branches; next 1.4; 1.4 date 2003.12.03.00.18.13; author kristerw; state dead; branches; next 1.3; 1.3 date 2003.05.27.12.43.17; author kristerw; state Exp; branches; next 1.2; 1.2 date 2002.12.14.15.14.27; author kristerw; state Exp; branches; next 1.1; 1.1 date 2002.12.07.21.00.09; author kristerw; state Exp; branches; next ; desc @@ 1.6 log @Remove xmame und xmess -- use mame/mess instead. Ok kristerw @ text @$NetBSD: patch-ad,v 1.5 2005/11/17 19:54:09 joerg Exp $ --- src/unix/video-drivers/xf86_dga2.c.orig 2005-11-17 16:14:12.000000000 +0000 +++ src/unix/video-drivers/xf86_dga2.c @@@@ -9,6 +9,7 @@@@ #include #include #include +#include #include #include #include @ 1.5 log @Add DragonFly support. In the DGA drivers, include sys/time.h to get struct timeval on DragonFly, otherwise sys/resource.h doesn't compile. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update xmess to 0.77.1. Changes since 0.74.1 includes: - Everything from MESS 0.77. - Ported two more effects from AdvanceMAME: hq2x and lq2x. (Pieter Hulshoff) - Adjusted and cleaned up some YUV code. (Alastair Robinson) - Improved the Superboard II emulation in xmess. For details, see http://claudio.ch/SuperboardII/ (Claudio Nieder) - The I/O section of the xmess manpage should be more up-to-date. - A leading '.' on a path now causes xmess to treat it as absolute. This allows "xmess.x11 nes -cart ./zelda.zip" to work. - Set options.mess_printf_output so that xmess spits out more informative error messages, e.g., when it's unable to load an image. - The "-list-dsp-plugins / -ldp" and "-list-mixer-plugins / -lmp" commands now cause the program to exit with a return value of 0. @ text @d1 12 a12 52 $NetBSD: patch-ad,v 1.3 2003/05/27 12:43:17 kristerw Exp $ --- src/unix/video-drivers/blit.h.orig Sat May 24 21:36:36 2003 +++ src/unix/video-drivers/blit.h Tue May 27 13:57:14 2003 @@@@ -27,6 +27,13 @@@@ These routines use long copies so everything should always be long aligned. */ +#if __GNUC__ <= 2 +/* The massive unrolling in this file causes a memory explosion in + * GCC 2.95 (e.g. x11_window.c needas about 450 Mbytes of memory + * to compile). Limit the code unrolling for GCC 2.x. */ +#define BROKEN_COMPILER +#endif + #ifdef PACK_BITS /* scale destptr delta's by 3/4 since we're using 32 bits ptr's for a 24 bits dest */ @@@@ -156,6 +163,7 @@@@ +#ifndef BROKEN_COMPILER case 2: #define SCALE_X(X) ((X)*2) #ifdef INDIRECT @@@@ -265,6 +273,7 @@@@ #include "blit_core.h" break; +#endif /* #ifndef BROKEN_COMPILER */ #undef SCALE_X #undef COPY_LINE2 @@@@ -517,6 +526,7 @@@@ #define SCALE_Y(Y) ((Y)<<1) /* 1x2 no scanlines */ +#ifndef BROKEN_COMPILER case 0x00102: #ifdef DOUBLEBUFFER @@@@ -958,6 +968,10 @@@@ /* This is what happens when you give an assembly-language programmer a C compiler. Thanks to td, of course. -JDL */ +#endif /* #ifndef BROKEN_COMPILER */ +#undef COPY_LINE2 +#undef SCALE_X +#undef SCALE_Y default: #ifdef INDIRECT @ 1.3 log @Update xmess to 0.69.1. Changes since 0.68.1 includes: - Re-added Ben Collins' core change that adds support for extra mice. - Reverted to using the original fronthlp.c (from 0.67.2) modified to work with the 0.69 core. - Fixed a logic bug in the XInput devices button-handling. (Ben Collins) - Made a tiny fix in fileio.c that allows specifying direct paths to roms to work again; e.g., ./xmame.x11 ./moo.zip @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update xmess to 0.62.1 (rc3) Changes since last packaged version are mainly that the emulation core is based on MAME 0.62, together with random bugfixes. @ text @d1 18 a18 4 $NetBSD: patch-ad,v 1.3 2002/12/07 20:59:53 kristerw Exp $ --- src/unix/video-drivers/blit.h.orig Sat Dec 7 03:00:00 2002 +++ src/unix/video-drivers/blit.h Sat Dec 7 03:02:49 2002 @@@@ -156,6 +156,7 @@@@ d26 1 a26 1 @@@@ -265,6 +266,7 @@@@ d34 2 a35 2 @@@@ -503,6 +505,7 @@@@ #define SCALE_Y(Y) (Y) d37 1 a37 1 /* 1x1 we don't do scanlines with 1x1 */ d39 4 a42 4 case 0x00101: case 0x10101: #define COPY_LINE(SRC, END, DST) { COPY_LINE2(SRC, END, DST) } @@@@ -958,6 +961,10 @@@@ @ 1.1 log @The workaround for gcc problems on sparc and arm was a bit too draconian. Change it to only disable the macros that do massive unrolling (instead of disable all optimization). PKGREVISION++ @ text @d1 1 a1 1 $NetBSD$ @