Commit graph

2258 commits

Author SHA1 Message Date
hauke
aa605b8b17 Update aranym to 0.9.6beta2.
Throw out a few options which are pointless (fixed{video,fast}ram) since they
are only minimally relevant to JIT, or broken (blitsdlblit, blitmemmove).
Patch posix shell script instead of requiring bash.
Make OpenGL support an option.

Emutos has to be downloaded from http://emutos.sourceforge.net/en/download.htm
2008-07-30 14:08:59 +00:00
dillo
da24487044 update to 0.10:
- use SQLite3 instead of Berkeley DB
- optionally TorrentZip ROM set
- mkmamedb: add support for ROM Management Datafile format
- mkmamedb: add support to read dat files from zip archives
- mkmamedb: extract version and game description from listxml output
- ckmame: fix finding ROMs that need detectors from superfluous and extra
- change to 3-clause BSD license
2008-07-25 11:50:33 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
sborrill
662d63eeb6 wined3d components aren't dependent on opengl option.
Don't bother bumping PKGREVISION as you wouldn't have been able to create a
binary package with -opengl in the PKG_OPTION before
2008-06-28 12:34:48 +00:00
jmcneill
6179ea57a8 Redundant; the code already handles the __NetBSD__ case. 2008-06-28 06:02:26 +00:00
jmcneill
0e2d2108ce winex11.drv: if 800x600 is not available, attempt 800x480 before giving up.
This lets me launch Diablo II on an EeePC, which runs menus at 800x600 but
allows the actual game itself to run at 640x480, without hooking up an
external VGA monitor.
2008-06-28 05:18:57 +00:00
jmcneill
874f73791a Regen patchsum, bump PKGREVISION for exception handling fixes. 2008-06-28 00:13:08 +00:00
jmcneill
a72b1fa5ce Fix exception handling on i386. 2008-06-28 00:12:40 +00:00
sborrill
2f5bb93c64 Bump PKGREVISION for addition of patch-bb:
__errno and ___errno overrides must exist, so #undef them rather than
not overriding at all on NetBSD.
2008-06-27 12:06:09 +00:00
jmcneill
e182ae2070 Regen for patch-bb 2008-06-27 11:47:43 +00:00
jmcneill
52919497c3 __errno and ___errno overrides must exist, so #undef them rather than
not overriding at all on NetBSD.
2008-06-27 11:47:24 +00:00
jmcneill
971fcd8721 bjs told me to bump PKGREVISION now that this actually works on NetBSD 2008-06-27 02:53:21 +00:00
jmcneill
ef7294e929 Regen for patch-bc 2008-06-27 02:51:24 +00:00
jmcneill
b43660ae4a Use /dev/sound on NetBSD 2008-06-27 02:51:11 +00:00
jmcneill
4663e48599 Regen. 2008-06-26 19:47:50 +00:00
jmcneill
9c54e536de Enable kthread loader as the default on NetBSD; this package now works on
a 4.99.66/i386 kernel.
2008-06-26 19:46:56 +00:00
dholland
4ed11ac7c7 DESTDIR support, from Aleksej Saushev. 2008-06-23 16:58:20 +00:00
dholland
263ec937a6 Fix the PKG_OPTIONS=-x11 build. 2008-06-23 16:57:08 +00:00
dholland
8fb581fcd1 Update emulators/wine to 1.0, as requested in PR pkg/38985.
Add missing dep on libxml2.

Also merge some stuff from wip/wine:
  - more options (esound, ldap, dbus, ssl, x11)
  - split PLIST to accomodate extra files on Linux and FreeBSD (PR pkg/36320)

This also fixes the broken build against current openldap. (PR pkg/38025)
2008-06-22 23:38:18 +00:00
wiz
e10651a4a2 Update to 0.8.9:
0.8.9:

Updated the included gettext library to 0.17 to fix a MinGW build
issue.

GB:  Corrected a lack of address masking in most of the cart RAM
emulation code.  Fixes a few Chinese GameBoy Color games.

NES: (Re?)-added support for mapper 240(it was erroneously listed
in the documentation as being supported...).

GBA:  Fixed a buffer overflow in the ROM image loading code.

PC-FX:  Several variables related to subchannel reading weren't
being saved in save states.  Fixed.  (This fixes save states made
within the BIOS' CD-DA player)

PCE:  Altered how the ADPCM read and write addresses are set.
Fixes the Super CD version of "Tengai Makyou Ziria", and "CD Mahjong
Bishoujo Chuushinha".  Thanks to Exophase and ChrlyMac for the
tips.  ***(This change may potentially cause regressions.  If it
does, please report them at http://forum.fobby.net )***

PC-FX:  Fixed a few deprecated const string to char* conversions
in v810_cpuD.cpp.

PCE:  Fixed a bug with Arcade Card emulation with a tip from
Exophase.  The ADPCM sound effects in Garou Densetsu II work
correctly now.

PCE:  Reads from the timer count register the cycle it is set to
reload after expiring will now return 0x7F.  Fixes "Battle Royale".
2008-06-21 18:38:00 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
minskim
f077fa192a Update gxemul to 0.4.6.5.
Changes since 0.4.6.1:

* Applying a patch from Oleksandr Tymoshenko for the wdc device, fixing the
  order of 16-bit words within 32-bit words in the identify struct, and the
  error register is not cleared on reads any more.
* The disk device used in the test machines can now access disk images
  larger than 4 GBs when emulating 32-bit architectures (as suggested by
  Julian Elischer).
* For ARM emulation, a special case for PC-relative load which wasn't
  implemented before has now been implemented. (The problem could be
  triggered by attempting large builds using NetBSD's pkgsrc inside e.g.
  NetBSD/cats.)
* The ARM 'bkpt' instruction has been implemented (patch from Jiri Svoboda).
2008-06-18 21:30:15 +00:00
obache
35222a6e31 Fixes permission of rom data files, noticed in PR 38906. 2008-06-15 11:09:58 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
f000a7a8db Make this package buildable on amd64. Bump revision. 2008-06-07 21:20:46 +00:00
kefren
e8ce4b43b1 Fix pkg/38836: emulators/dynamips doesn't compile in DragonFly.
Patch submitted by hasso@estpak.ee
2008-06-03 13:53:49 +00:00
tnn
8aa19c3bca Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*
Addresses PR pkg/38368 and PR pkg/38371
2008-05-26 22:25:25 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
wiz
41f426ade1 Reset maintainer on his request. 2008-05-25 21:20:07 +00:00
tron
5653b15d71 Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
dillo
07e7ef92c7 Assert OWNERship of some packages, relinquish others entierly. 2008-05-25 13:16:10 +00:00
tnn
362304111c Update to yabause-0.9.5.
0.9.4 -> 0.9.5
 68k:
  - Added 1010 and 1111 line emulator support.
 cd block:
  - Reworked bin/cue support. Reading should be a lot more accurate
    now on tracks 2 and greater.
 emulated bios:
  - Fixed a bug in BupGetDate year calculation.
  - Fixed a bug where interrupt mask wasn't being set correctly when
    using emulated bios.
 smpc:
  - Added support for SMPC NMIREQ command.
  - Added reset button emulation.
 software video core:
  - Improved software renderer: window, line scroll, mosaic are now
    available and color offset and scroll screen has been fixed.
 gtk port:
  - Tagged most of gtk port strings to be translatable.
 general:
  - Updated peripheral interface so both ports can now be used and
    multiple pads can now be connected to each port.
  - Added translation support through mini18n library.
0.9.3 -> 0.9.4
 scsp:
  - Fixed a timer bug.
  - Fixed a bug with mcire word writes.
  - Added wave file output core to available sound cores.
  - Fixed a bug in total level attenuation.
  - Fixed a bug in EG.
 gtk port:
  - Redesigned memory dump window.
  - Redesigned SH2 debug window.
  - Other bug fixes.
general:
  - Added a few internal tweaks that should yield some performance gains.
  - Added support for saving and loading cheats.
2008-05-13 18:29:57 +00:00
wiz
40532a152c PKGREVISION++ for SDL_sound API bump. 2008-04-29 08:19:36 +00:00
wiz
aa8dd29950 Update to 0.8.8:
0.8.8:

        Added <string.h> to the global include list in mednafen.h.

        Added boolean setting "debugger.autostepmode" that, when set to 1, will cause Mednafen to automatically start
        the debugger in step mode after a game is loaded(only if Mednafen has a debugger for the emulated system, of course).

        NES:  Fixed CNROM emulation initialization bug.

        PCE:  ADPCM software reset was erroneously also resetting the playback frequency.  Fixed.  (Fixes ADPCM voices in Gulliver Boy)

        PCE:  Fixed disassembly of the JMP $(AAAA, X) instruction.

        PCE, PC-FX:  Improved PSG LFO emulation.

        PC-FX:  Emulated gamepad button presses weren't being decoded from the driver-side data correctly(causing problems on big-endian
	platforms).  Fixed.

        PC-FX:  Improved the logging of the ROM font system call in the debugger, to also include the callee address and the size of the
        glyph being requested.

        PC-FX:  Disassembly of the "nop" instruction will no longer show the virtually meaningless operand.

        PC-FX:  Fixed alignment and prettified the disassembly of LDSR and STSR instructions.

        SMS:  SMS pause and 2-player support were erroneously commented out.  Fixed.
2008-04-22 21:59:22 +00:00
wiz
dbb6838c30 Bump PKGREVISION for SDL_sound ABI update. 2008-04-22 21:25:18 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
joerg
5b4da2d689 Fix DESTDIR. 2008-04-07 18:17:34 +00:00
joerg
a3f08e7d3a Fix DESTDIR. 2008-04-07 17:31:25 +00:00
joerg
e5f2db9b02 Fix DESTDIR. 2008-04-07 17:14:20 +00:00
joerg
5c596d8f52 Fix DESTDIR. 2008-04-07 16:53:38 +00:00
apb
a9752b00c8 Replace DESCR with a copy of the first few paraghraphs from the README
inside the distribution.

OK xtraeme.
2008-03-29 16:52:07 +00:00
xtraeme
b57625d5c9 Remove suse91 entries. 2008-03-28 18:46:26 +00:00
wiz
29f1f19b31 Remove suse-9.1 emulation packages.
They are long outdated and not maintained upstream.

Update infrastructure for their removal.

Removal was announced on pkgsrc-users on March 13.
2008-03-25 13:45:36 +00:00
wiz
3e80a95383 Update to 0.7.7.
New version needs ALSA, but works fine with current pkgsrc versions of
the libraries on amd64/4.99.55 in 32bit emulation.

Changes in the package: much more hardware supported.
2008-03-14 20:17:48 +00:00
tnn
7065ab1326 Add misc/dvtm, biology/mopac, emulators/yabause. 2008-03-09 18:28:54 +00:00
tnn
e8771ba72b Import yabause-0.9.3 as pkgsrc/emulators/yabause.
Yabause is a Sega Saturn emulator. It is written in C using the SDL and
OpenGL libraries with support for cdrom and iso files.

This has been brewing in pkgsrc-wip for a couple of years, looks mature
enough for pkgsrc now. Originally packaged by wiz@, lately maintained by
Adam Hoka.
2008-03-09 18:14:00 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
jlam
0bb78c6c9d Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 19:21:37 +00:00
obache
7a28b94bc0 Fix typo at adding suse100_krb5 2008-02-29 00:22:22 +00:00