summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2006-07-06In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",jlam1-2/+2
not "netbsd.org".
2006-07-06- Convert gnome option to use gnome2 libraries, via official patch.dillo4-3/+104
Manually patch Makefile.in and configure to avoid dependency on autotools. - Explicitly disable esd when not requested, it is found and used with gnome enabled otherwise.
2006-07-05Fixed pkglint warnings.xtraeme1-3/+3
2006-07-05Fix build with gcc-4.1 on NetBSD-3.99.21.wiz4-14/+48
2006-07-05Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the properjlam6-72/+48
variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
2006-07-03Changes 0.9.16:adam4-12/+18
- More work on Direct3D shaders. - Major DirectDraw rewrite on top of Direct3D. - Support for debug information in Dwarf format. - Beginnings of an OleView Winelib application. - Lots of bug fixes.
2006-07-03* Update to peace-0.0.20060701kent2-8/+7
- import w32api-3.6 * Remove w32api from BUILD_DEPENDS
2006-07-02Fix various inconsistent "static" vs. "extern" declarations whichtron5-1/+99
broke the build with GCC 4.x.
2006-07-02Update to 0.4.0.1:xtraeme3-16/+51
The most important change between release 0.3.8 and 0.4.0.1 is: o) The emulation of MIPS processors has been completely rewritten; it now uses the same portable dynamic translation system as the ARM and PowerPC emulation modes. On Alpha and i386 hosts (and AMD64 hosts running in 32-bit mode), GXemul previously used translation into native code. This release will perform worse than 0.3.8 on those host architectures. On all other hosts (including AMD64 running in native 64-bit mode), 0.4.0 is likely to be faster than 0.3.8, when emulating MIPS. I think that in the long term, moving towards full portability like this is a good idea. (0.4.0 was a bit buggy and unstable; 0.4.0.1 is a quick-fix release.) There have also been many other changes, including, but not limited to: o) The "test machine" functionality is more well-defined than before, and some tutorial-like demos have been added. These could be useful e.g. in operating system construction courses. o) NetBSD/sgimips 3.0 works now. This is most likely due to the rewrite of the MIPS emulation mode. Previous releases of GXemul only worked with NetBSD/sgimips 2.1. o) I have begun implementing rudimentary support for GDB remote serial protocol connections. This means that you can run e.g. the Data Display Debugger, and connect it to a GXemul instance. No advanced GDB functionality is working yet, but starting and stopping the emulated machine and single-stepping should work.
2006-07-02Fixed pkglint warnings. BUILDLINK_API_DEPENDS is required, whilerillig2-4/+4
BUILDLINK_ABI_DEPENDS is optional. The former had not been in the buildlink3.mk file.
2006-07-02Fixed some pkglint warnings.rillig2-6/+6
2006-07-02Fixed pkglint warnings. Also fixed a sed expression that used /+ to meanrillig2-5/+5
"one or more slashes". The + operator is not contained in POSIX basic regular expressions.
2006-06-30Fix build with GCC 4.x:tron4-11/+38
- Use "stdlib.h" to get prototype for alloca() under NetBSD. - Remove bogus "extern" declaration for a variable which is declared "static" later. - Fix bad lvalue constructs.
2006-06-30We really, really, really _don't_ want open dependencies here.salo20-56/+65
Also, resolve some missing interdependencies while I am here.
2006-06-30We really, really, really _don't_ want open dependencies here.salo17-57/+59
Also, resolve some missing interdependencies while I am here.
2006-06-29Fix a few pkglint warnings.wiz1-6/+6
2006-06-29Update to 1.19:dillo7-110/+60
- Fixed "RESTORE key works only once" bug. - Fixed compilation with GCC4. - [C64] Fixed an opcode execute problem with the +60k expansion. - [C64] New c64 256k expansion support. - [VIC-II] Fixed switch from idle state to display state. - [VIC-II] Added missing DEN bit scrolling feature. - The experimental netplay feature has been extended to the Unix platforms for testing. - Added IPV6 support to netplay. - Fixed crash if settings are saved. - Fixed some Gnome1 annoyances (popup menus in status bar) - Rework of gnome save media (screenshot) dialog - Xaw Statusbar fixes and improvements (new buttons for recording). - Added various new screenshot formats. - Improved the image content lister to display at least the first part of a circular directory listing. - Made the tape routines able to cope with non-standard header sizes. XXX: should use SUBST framework instead of home-grown code. Updated during freeze to fix gcc4 compile problems, okayed by wiz.
2006-06-28Use nanosleep on DragonFly and fix C++ for GCC 3.4 (no passing ofjoerg3-6/+38
function pointers to protected members).
2006-06-27Sync with latest SuSE updates, security fixes.salo5-17/+18
2006-06-26Sync with latest SuSE updates, security fixes.salo4-13/+13
2006-06-26Add missing x86_64 distfile.salo2-1/+7
2006-06-26It's actually powerpc which is missing in SuSE 9.1 packages, not x86_64.salo1-2/+2
2006-06-26Finally remove SuSE 7.3 packages, long overdue..salo72-1063/+4
2006-06-26Allow amd64 packages to be built with suse100_linux.salo2-18/+30
Remove SuSE 7.3 from the list of available sources.
2006-06-26Sync with other suse91_linux packages, this is not an application.salo1-4/+2
2006-06-26Added four patches that replace reserved identifiers with allowed ones.rillig5-1/+221
Fixes the build on NetBSD, which also defines the same identifiers, but is allowed to.
2006-06-25Fix build with gcc4 by declaring a function.wiz2-13/+16
2006-06-25Add -DPARANOID to CXXFLAGS, which fixes the build with gcc4wiz1-1/+2
on NetBSD-3.99.21. Go figure.
2006-06-24Always include tun on DragonFly.joerg1-2/+2
2006-06-23* Strip out unnecessary path components in the PLIST so that check-filesjlam3-15/+49
isn't confused by the "pkg_info -qL" output. * Add a MESSAGE file noting what should be added to the kernel config file in order to use darwin_lib. * Add an INSTALL script that creates the /emul/darwin symlink needed by NetBSD to use darwin_lib. Bump the PKGREVISION to 2. This fixes the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-23Fix a typo in the INSTALL script that caused the emul/foo symlink to notjlam10-25/+25
be created. Bump the PKGREVISION.
2006-06-20Add support for PLIST_rpmfix* as the other SuSE packages have.joerg1-1/+4
2006-06-20Update PEACE to 0.0.20060620kent2-8/+9
* fix a build error on recent -current * support for X.Org
2006-06-19Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALLjlam6-66/+55
script to be of the format expected by the pkginstall framework and remove the explicit invocation of the INSTALL script from the post-install target. Also, split out the important text from the INSTALL script and put it into a MESSAGE file. Also, remove the unused show-shlib-type target.
2006-06-19Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALLjlam11-133/+107
script to be of the format expected by the pkginstall framework. Also, split out the important text from the INSTALL script and put it into a MESSAGE file. Also, remove the unused show-shlib-type target.
2006-06-19Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALLjlam5-57/+60
script to be of the format expected by the pkginstall framework. Also, split out the important text from the INSTALL script and put it into a MESSAGE file.
2006-06-19Clean up fallout from {DE,}INSTALL_SRC removal: if using the pkginstalljlam1-5/+1
framework, then the INSTALL script should not be explicitly invoked in the post-install target. Also remove an extraneous show-shlib-type target that no longer has any effect in pkgsrc.
2006-06-19Deal with const-ness of dlerror()'s return value like gpsim-devel.joerg2-1/+37
2006-06-19fixup the .cz entry - it doesn't have the 'distribution' subdir andjdolecek1-3/+3
doesn't hold updates
2006-06-19add .cz mirrorjdolecek1-3/+5
2006-06-17Removed obsolete definition of {DE,}INSTALL_SRC. Bumped PKGREVISION.rillig2-8/+4
2006-06-17Bumped PKGREVISION to 1: Patch to fix noise channel emulation on NetBSD.dsainty3-4/+24
2006-06-16A package that installs info files should define INFO_FILES in thejlam1-1/+2
package Makefile.
2006-06-16Fix the PLIST to handle platforms that have any of BPF, TUN, or TAPjlam2-9/+26
devices.
2006-06-16Fix typo and rewrap some longish lines.jlam1-6/+9
2006-06-15Fix distinfo for patch-aa, noted by abs.dillo1-2/+2
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-06-15Update xmame and xmess to 0.106:dillo8-105/+101
0.106: - Everything from MAME 0.106 and MESS 0.106 - Fixed a link error for messtest. (Arnaud G. Gibert) - Fixed an alignment bug in the OpenGL driver which caused Defender, and possibly other 16bpp games, to be skewed. - The mouse is no longer automatically grabbed in fullscreen mode. Bugzilla bug 877. - Replaced fuzzy game name comparison with the method used by MAME for Windows, which lists approximate matches when an exact match isn't found. - A BadMatch error should no longer occur for the OpenGL target in some cases, such as when 16bpp mode is used with recent releases of the binary NVIDIA driver. 0.105: - Everything from MAME 0.105 and MESS 0.105. - Fixed "-frames_to_run/-ftr" so that it works the same as on Windows. - Fixed a memory leak in the plugin manager shutdown found by Valgrind. Bugzilla bug 850. - The output of "-listroms (-lr)" now shows the correct driver name when it's run for all ROMs. - Fixed a potential buffer overflow in the standard joystick driver. Bugzill bug 821. (Pierre Riteau)
2006-06-13Update Xbeeb to 0.4.1:dsainty9-159/+171
- Support TrueColor displays - Better sound - .inf file attributes - Simplified NetBSD sound support with OSS compatibility - Provided a working MASTER_SITES - Took maintainership
2006-06-13Add and enable suse100_libxml2.salo1-1/+2