summaryrefslogtreecommitdiff
path: root/emulators/stella
AgeCommit message (Collapse)AuthorFilesLines
2002-06-06Turn off optimisation on NetBSD/arm platforms, otherwise we hit ancjep1-4/+7
optimisation loop. The first problem is at: c++ -c -O2 -fno-rtti -I. -I../emucore -I../emucore/m6502/src \ -I../emucore/m6502/src/bspf/src -I../ui/x11 -I../ui/sound \ -I/usr/X11R6/include -DBSPF_UNIX ../emucore/m6502/src/M6502.cxx XXX It would probably be best to turn off optimisation on the relevant files
2002-03-30On arm32, explicitly set the C++ compiler flags (as a result optimizationcjep1-1/+5
is left off and stella builds).
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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 distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-11Fix typo.dent1-2/+2
2000-12-27fix compilation on alpha.dmcmahill2-4/+4
2000-05-31-ELF -Wl,-R fixdmcmahill2-3/+5
-work around a pmax/sparc compiler bug. Don't optimize on the problem file on either of these 2 arch's. Fixes recently noted compile problems.
2000-05-31work around a c++ -O2 bug on sparc and pmax by not using -O2 for the problemdmcmahill2-14/+19
file on those 2 machines. fixes recently noted compile problems.
2000-01-22Use "/dev/sound" instead of "/dev/mixer" as suggested by maximum entropytron2-5/+5
in PR pkg/9250.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+5
1999-05-18Import stella-1.1, an Atari 2600 VCS (and compatibles) emulator written intv8-0/+146
C++. Took hints from the FreeBSD port, but rewrote this one from scratch.