Commit graph

12 commits

Author SHA1 Message Date
joerg
87efc76316 <cstdlib> is needed for rand(). Kill various inconsistent restricts. 2013-09-20 23:04:59 +00:00
marino
f77d18f8b7 emulators/openmsx: Fix build for NetBSD
There were two problems building openMSX on NetBSD:
1) The was a name conflict with the funcion bswap16.  This only appeared
   on one file, so the function was prefixed with msx_ to solve it.
2) freetype-config is not located on $PREFIX on NetBSD with native X11.
   Normally the wrappers abstract this but openmsx was making assumptions
   and using absolute paths.  The solution was to set the distroRoot
   value to "None" which tells the configure process to not use a path
   and those finds freetype-configure through the search path.

I compiled it, installed it, and executed openMSX with these patches.
2012-08-27 13:27:33 +00:00
marino
fd633469dc emulators/openmsx: Upgrade from version 0.6.2 to 0.9.0
By request of the upstream developers, openMSX has been upgraded to the
12 Aug 2012 release (0.9.0).  The current version in pkgsrc is 0.6.2 was
released over 5 years ago on 15 April 2007.  The openMSX project has
added extensive features through eight newer releases since then, so the
project was "embarrassed" about the currency of the pkgsrc version.  The
changes of each release are way to long to list, so here are the links:

http://sourceforge.net/projects/openmsx/files/openmsx/0.9.0/README_release-notes.txt/view
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.2/README_release-notes.txt/view
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.1/README_release-notes.txt/view
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.0/release-notes.txt/view
Consecutive release notes 0.7.2/0.7.1, 0.7.0, 0.6.3:
http://sourceforge.net/project/shownotes.php?group_id=38274&release_id=693184

Tested Zombie Incident on DragonFly.  It works nicely!
2012-08-26 09:07:21 +00:00
marino
ce5d16d729 emulators/openmsx: Add <cstring>, fix *way* leftover file
Several files needed the <cstring> include for functions like memset.
Additional, Tinderbox caught this error:

=== Checking filesystem state after all packages deleted
================================================================
list of extra files and directories in / (not present on clean system
  but present after everything was deinstalled)
34217227226  0  lrwxr-xr-x  1  root  wheel  65  Aug 12 00:13
  usr/local/bin/openmsx ->
   /work/emulators/openmsx/work/.destdir/usr/pkg/openmsx/bin/openmsx

The package was installing a symbolic link from /usr/local/bin to the
destdir!  Luckily this feature is switchable with a variable.  Fixed.
2012-08-12 01:15:00 +00:00
joerg
8347978707 Fix build with modern GCC 2011-11-24 14:12:21 +00:00
wiz
274138b809 Fix build with png-1.5. 2011-06-20 09:28:06 +00:00
xtraeme
6ac0adc2fb Update to 0.6.2 (latest stable version) requested by a netbsd user
on irc.

This version includes video recording, more realistic PSG and SCC
sound, significant optimizations, easier to use game trainers, as well
as a lot of other improvements and bugfixes.
2007-05-19 01:24:26 +00:00
joerg
0006c9b021 Add DragonFly support. 2006-04-28 13:49:15 +00:00
xtraeme
2d9b68c5d9 Update to 0.5.2
Changes:

* New! sound logger
* New! disk manipulator toolkit; transfer files from the host OS to
  the MSX disks (disk images and hard disk images with partitions are
  all supported) and vice versa, create new (hard) disk images and
  format them, etc.
* Bugfixes, new ROM images, etc.
2005-08-27 12:04:04 +00:00
agc
459a5bb28d Add RMD160 digests to the SHA1 ones 2005-02-23 18:49:17 +00:00
xtraeme
3e8309f5c7 Update emulators/openmsx to 0.5.0.
Too many changes to list here, please review the ChangeLog file to
see a full list of changes.
2004-10-25 08:06:04 +00:00
xtraeme
a80dc0390d Initial import of openmsx-0.4.0.
openMSX, the open source MSX emulator that tries to achieve near-perfect
emulation by using a novel emulation model.

Hardware emulated:

	o almost all MSX systems, except for some details.
	o Different CPU clock speeds, including those for the Panasonic
	  MSX2+ machines.
	o Almost all known cartridge mapper types via autodetection or the
          included ROM database.
	o Many MSX storage (disk/SRAM) systems.
	o kanji JIS ROM 1 and 2.
	o Mouse and joystick (with option to use the keyboard as joystick).
	o rensha turbo auto fire support.

And more!

--
http://openmsx.sf.net/
2004-05-29 11:28:43 +00:00