summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2005-05-25fix SDL include for vl.c on darwindbj3-10/+29
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-25Update MASTER_SITES.wiz1-2/+2
2005-05-25Add RMD160 checksum.wiz6-6/+17
2005-05-25Changes 20050419:adam9-45/+68
- Mailslot support. - Support for side mouse buttons (X buttons). - More Richedit improvements. - Loading of Windows registry files disabled for now. - Many code cleanups. - Lots of bug fixes. Changes 20050524: - Many MSI improvements. - More features in the file manager. - Better compatibility for Winelib import libraries. - SGML documentation moved out of the source tree. - Header files cleanups. - Lots of bug fixes.
2005-05-23Set NO_BUILD to yes instead of 1.rillig1-2/+2
2005-05-23Replaced $f with ${f}.rillig1-2/+2
2005-05-23Set NO_BUILD and NO_MTREE to yes instead of #defined.rillig1-3/+3
2005-05-23Removed trailing white-space.rillig6-11/+11
2005-05-22Replace explicit build dependencies on bison and manipulations on thejlam1-5/+2
YACC variable with USE_TOOLS+=bison.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam40-80/+80
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-2/+1
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-05-20Note that this package expects gzip to exist to compress the man page,jlam1-3/+3
and set MANCOMPRESSED to "yes" to note that the package installs compressed man pages on its own.
2005-05-18Remove packages that have been broken on 2.0/i386 for over 9 monthswiz4-228/+1
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18Remove -march/-mcpu from CFLAGS to fix the build by usingxtraeme1-1/+5
BUILDLINK_TRANSFORM+= rm-optarg, fixes build when using these flags.
2005-05-17Changes 1.3.6:adam4-16/+15
* different color palette used by default * PNG screenshots added * added sector counter and speedometer * F6 is Atari HELP key on Curses, Falcon and in X11 * added missing combinations of ANTIC modes with GTIA modes * keyboard joystick works in more games (doesn't pause the game) in SDL * mouse joystick emulation works in X11 * cassette loading by hardware registers (Ninja and Elektraglide are examples of games that load correctly now) * blank boot ATR disk image can be created in the Disk Management menu * many small fixes and major source code clean up
2005-05-16This package uses gzip and gunzip during build & installation.jlam1-1/+2
2005-05-16Note that gtar is required by the package.jlam1-1/+3
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-1/+2
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-15add dependency on suse_x11jdolecek1-1/+2
pointed out by Bernd Ernesti
2005-05-12Update xmame/xmess to 0.96.kristerw6-39/+39
Release 0.96, 10 May 2005: - Everything from MAME 0.96 (http://x.mame.net/changes-mame.html) and MESS 0.96 (http://x.mame.net/changes-mess.html). - Fixed the RGB to YUV conversion used by the Xv driver so that it conforms to the CCIR digital component video specifications. Fixes Bugzilla bug 691. (Alex W. Jackson) - The rows of the OpenGL bitmap used for 16bpp games are no longer misaligned in some cases; nagano98 now displays without doubled lines. - The behavior of "-listgamelist" should once again match the Windows side with regard to case-insensitive sorting and the treatment of leading "The" and "Le". - When a specific joystick device is designated with "-joydevname (-jdev)", it is now always treated as the player 1 joystick. - The built-in profiler works again. (Colin Howell) - The X11 build now properly sets the standard window properties. (Christian Birchinger's friend)
2005-05-12Update to latest available version 4.3.99.902-43.42.5skrll2-7/+7
Bump PKGREVISION. OK'd by tron.
2005-05-07Fix typo in email address committed with update.wiz1-2/+2
2005-05-03Update to 0.7.0.xtraeme13-111/+253
Changes: - better BIOS translation and HDD geometry auto-detection - user mode networking bug fix - undocumented FPU ops support - Cirrus VGA: support for 1280x1024x[8,15,16] modes - 'pidfile' option - .dmg disk image format support (Johannes Schindelin) - keymaps support (initial patch by Johannes Schindelin) - big endian ARM support (Lennert Buytenhek) - added generic 64 bit target support - x86_64 target support - initial APIC support - MMX/SSE/SSE2/PNI support - PC parallel port support (Mark Jonckheere) - initial SPARC64 support (Blue Swirl) - SPARC target boots Linux (Blue Swirl) - armv5te user mode support (Paul Brook) - ARM VFP support (Paul Brook) - ARM "Angel" semihosting syscalls (Paul Brook) - user mode gdb stub support (Paul Brook) - Samba 3 support - initial Cocoa support (Pierre d'Herbemont) - generic FPU emulation code - Virtual PC read-only disk image support (Alex Beregszaszi) pkgsrc changes: Applied Hubert Feyrer workaround for the x86_64 target (patch-aw).
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-29Update to 0.3.2xtraeme3-9/+28
The most important/visible changes from 0.3.1 to 0.3.2 are: x) NetBSD/cobalt can run from a harddisk image. (Installation must be done using another OS though, for example NetBSD/pmax.) x) Some minor fixes to make the binary translation system a bit more stable.
2005-04-28Remove unused variables.jlam1-10/+3
2005-04-22Remove rewind -- does not build on 2.0/i386, and hasn't been buildingwiz7-458/+1
for over 8 months. No new version out either.
2005-04-22Add patch to make this look for the generated html pageswiz2-1/+15
in the correct place. Should fix bulk build.
2005-04-20Update to 2.17:wiz2-7/+7
10/04/2005 *** v2.17 *** - Uses DatLib v2.5. - Excludes disks from RomCenter data files (-k will include them).
2005-04-20Update to 2.5:wiz2-7/+7
10/04/2005 *** v2.5 *** - Excludes disks from RomCenter data files (datutil -k to override).
2005-04-15Correct HOMEPAGE.kristerw1-2/+2
2005-04-15Prevent warnings during bulk dependency tree creation for ports thatkristerw4-8/+8
cannot use these packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv97-194/+97
2005-04-07Update to 0.3.1.xtraeme3-9/+9
The two most visible changes from version 0.3 to 0.3.1 are: x) Name change (from mips64emul to GXemul). x) NetBSD/hpcmips can now be installed and run from a harddisk image on an emulated NEC MobilePro 770, 780, 800, or 880.
2005-04-05Convert to bl3, untested.wiz1-4/+2
2005-04-05Add buildlink3.mk.wiz1-0/+18
2005-04-05Sort lines to please pkglint.wiz1-2/+2
2005-04-05Sort.wiz1-2/+2
2005-04-05Set USE_X11.wiz1-1/+2
2005-04-03pull in 7.3 SUSE_VERSION and SUSE_DIR_PREFIX explicitlyjdolecek1-1/+4
fixes build problem pointed out by Krister Walfrid in private e-mail
2005-04-03put definition of SUSE_VERSION and SUSE_DIR_PREFIX into separate filejdolecek5-11/+25
vars.mk
2005-04-02Make this build on NetBSD/1.6.x-i386.kristerw3-1/+30
The source code use some global register variables, and gcc 2.95 reports errors because the header files contains "static inline" function definitions before the global register variables are defined. Reordering the includes is too much work, so just fall back to normal (non-register) globals when using gcc2.
2005-04-02Update xmess to 0.95.kristerw4-29/+29
Changes since 0.90 includes: - Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and MESS 0.95 (http://x.mame.net/changes-mess.html). - Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated games to segfault. Fixes Bugzilla bug 679. - Fixed the aspect ratio of the MESS SuperVision driver so that it's quadratic. (PeT) - Fixed several problems with the front-end "-list" commands: The MESS commands could segfault, some commands' headers were misaligned, and "-listpalettesize" was causing the ROM list to print. - Worked around or fixed a double-free on exit in xmess. - Fixed a segfault on startup that occurred when four or more joysticks devices were found. - The SDL joystick driver now works with multiple joysticks attached. - The SDL sound driver should produce much better output. Also fixed a potential deadlock.
2005-04-02Update xmame to 0.95.kristerw3-14/+28
Changes since 0.90 includes: - Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and MESS 0.95 (http://x.mame.net/changes-mess.html). - Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated games to segfault. Fixes Bugzilla bug 679. - Fixed the aspect ratio of the MESS SuperVision driver so that it's quadratic. (PeT) - Fixed several problems with the front-end "-list" commands: The MESS commands could segfault, some commands' headers were misaligned, and "-listpalettesize" was causing the ROM list to print. - Worked around or fixed a double-free on exit in xmess. - Fixed a segfault on startup that occurred when four or more joysticks devices were found. - The SDL joystick driver now works with multiple joysticks attached. - The SDL sound driver should produce much better output. Also fixed a potential deadlock.
2005-04-02change this package so that it's usable when using SuSE 9.1 -basedjdolecek1-2/+3
emulation packages (this still uses the old SuSE 7.3 stuff - newer SuSE doesn't have any libc5 support at all)
2005-04-02mention libc5 is obsoletejdolecek1-1/+1
2005-04-02Add .cz mirrorjdolecek1-2/+4
2005-04-02put identical URI parts in MASTER_SITE_SUSE91 into variables, so it'sjdolecek1-9/+12
easier to add mirrors
2005-04-02added emulators/suse91_glxjdolecek1-1/+2