summaryrefslogtreecommitdiff
path: root/emulators/snes9x
AgeCommit message (Collapse)AuthorFilesLines
2002-02-19Fix so if not building on x86 it never tries to pull x86 assembly into the code.jmc2-12/+22
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-17Update to 1.37.3, based on pkg/13070 by Jared D. McNeill; buildlinked.wiz11-135/+195
Lots of emulation-related fixes and improvements.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-13Fix compilation on -current after 2001/01/18 (since zconf.h doesn'twiz3-8/+49
defined OF() anymore). Fixes pkg/12255 by Rui-Xiang Guo.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-16Check for DGA lib in X11BASE, based on a suggestion by hubertf.wiz1-5/+5
2000-11-16Update to 1.32. Changes are mainly bugfixes (see the installed CHANGES.TXT).wiz7-57/+65
Package change: DGA detection, instead of hardcoding on i386.
2000-11-09Fix package compilation to work on non-i386/ELF. Assembler only usedwiz3-15/+45
on i386/ELF, even though it could perhaps be made to work on i386/a.out. DGA is also only enabled on i386 for now -- don't know of a good way to check for DGA support.
2000-11-09Import snes9x, a SNES (Super Nintendo) emulator. Package provided bywiz12-0/+247
Jared D. McNeill in pkg/11439, touched up by me. XXX: i386/ELF only for now, patch-ab and patch-ac improve compilation on a.out, but linking fails (underbar problems).