head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.28 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.26 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.24 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.22 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.20 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.18 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.16 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.14 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.12 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.10 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.8 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.6 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.4 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.2 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 netbsd-1-4-RELEASE:1.1 netbsd-1-3-PATCH003:1.1; locks; strict; comment @# @; 1.4 date 2007.02.07.19.43.29; author wiz; state dead; branches; next 1.3; 1.3 date 2006.10.14.02.13.04; author rillig; state Exp; branches; next 1.2; 1.2 date 99.05.18.08.45.51; author tv; state dead; branches; next 1.1; 1.1 date 98.09.06.23.47.34; author garbled; state Exp; branches; next ; desc @@ 1.4 log @Update to 1.20: * Changes in VICE 1.20 ====================== ** General ---------- - New GP2X port. - New AmigaOS3, AmigaOS4, MorphOS and AROS (x86/ppc) ports. - Mac OSX X11 port is included in the main distribution now. - Fixed some unusual CPU opcodes. ** C64 changes -------------- - Fixed some longstanding RMW to IO area VIC-II DMA timing bug. - Added Mikro Assembler, Dela EP7x8, Dela EP256 and Rex EP256 cart support. - Fixed the KCS cart emulation. - Added swiftlink and turbo232 support. - Added +256k memory expansion support. - Added I/O source read collision detection support, making simultanious use of multiple expansions possible, like on the real machine. - Fixed the RR-net address decoding and REU compatibility. - Fixed a problem with traps using the SX Kernal ROM. - Some IDE64 ultimax bug has been fixed. ** PET changes -------------- - Added 128kb REU memory expansion support. ** PLUS4 changes ---------------- - Added 256k csory memory expansion support. - Added 256k, 1024k and 4096k hannes memory expansion support. ** Unix changes --------------- - Gnome1 is no longer supported. - Gnome2 is now supported - everthing except the Image preview with CBM font should work. - Gnome 2 port supports dimmable drive LED now. - Added experimental ParSID support. - Added support for minix3. - Fixed some compile problems with the ffmpeg library. ** MS-Windows changes --------------------- - Added experimental ParSID support. ** MS-DOS changes ----------------- - Added experimental ParSID support. ** Mac OSX X11 changes ---------------------- - Added support for Intel build. - Added USB joystick support. ** Miscellaneous changes ------------------------ - Added support for more 3rd party basic extenders to petcat. - Added a c64/c128 cartridge conversion program (cartconv). - Added binary distribution (package) creation functionality. - Fixed a bug in the trap emulation with caused programs probing devices on the IEC bus to fail. - Lots of small fixes to the monitor. @ text @$NetBSD: patch-ai,v 1.3 2006/10/14 02:13:04 rillig Exp $ --- configure.in.orig 2006-01-08 20:32:11.000000000 +0100 +++ configure.in 2006-10-14 04:07:48.000000000 +0200 @@@@ -17,7 +17,7 @@@@ AC_SUBST(VICE_VERSION_BUILD) dnl AC_DEFINE(UNSTABLE,,[Define if this version is unstable.]) -if test x"$VICE_VERSION_BUILD" == "x" -o x"$VICE_VERSION_BUILD" == "x0" ; then +if test x"$VICE_VERSION_BUILD" = "x" -o x"$VICE_VERSION_BUILD" = "x0" ; then VICE_VERSION=$VICE_VERSION_MAJOR"."$VICE_VERSION_MINOR else VICE_VERSION=$VICE_VERSION_MAJOR"."$VICE_VERSION_MINOR"."$VICE_VERSION_BUILD @@@@ -27,7 +27,7 @@@@ AC_SUBST(VICE_VERSION) AM_INIT_AUTOMAKE(vice, $VICE_VERSION) AM_CONFIG_HEADER(src/config.h) -if test x"$VICE_VERSION_BUILD" == "x" -o x"$VICE_VERSION_BUILD" == "x0" ; then +if test x"$VICE_VERSION_BUILD" = "x" -o x"$VICE_VERSION_BUILD" = "x0" ; then VERSION_RC=$VICE_VERSION_MAJOR","$VICE_VERSION_MINOR",0,0" else VERSION_RC=$VICE_VERSION_MAJOR","$VICE_VERSION_MINOR","$VICE_VERSION_BUILD",0" @@@@ -680,7 +680,7 @@@@ if test x"$is_win32" != "xyes" -a x"$is_ fi fi -if test x"$is_beos" == "xyes"; then +if test x"$is_beos" = "xyes"; then dnl Check for needed network headers @ 1.3 log @Fixed "test ==" and a few pkglint warnings. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 1.0, clean up, remove xpm dependency and check (...only used for window icon when iconified), and add third party configs for 4064, SX-64, and C64 Game System. @ text @d1 5 a5 6 $NetBSD: patch-ai,v 1.1 1998/09/06 23:47:34 garbled Exp $ --- data/VIC20/Makefile.in.orig Sun Sep 6 11:57:34 1998 +++ data/VIC20/Makefile.in Sun Sep 6 11:57:44 1998 @@@@ -94,7 +94,7 @@@@ VERSION = @@VERSION@@ YACC = @@YACC@@ d7 24 a30 2 -vic20dir = $(prefix)/lib/vice/VIC20 +vic20dir = $(prefix)/share/vice/VIC20 a31 2 vic20_DATA = \ basic \ @ 1.1 log @New pkg for vice-0.15.0 an emulator for C64, C128, PET and VIC20's @ text @d1 1 a1 1 $NetBSD$ @