./emulators/dosbox, Multi-platform DOS emulator using SDL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q4, Version: 0.74nb4, Package name: dosbox-0.74nb4, Maintainer: pkgsrc-users

DOSBox is a DOS-emulator using SDL for easy portability to
different platforms, DOSBox has already been ported to
several different platforms, such as Windows, BeOS, Linux,
Mac OS X...

DOSBox emulates a 286/386 realmode CPU, Directory
FileSystem/XMS/EMS, a SoundBlaster card for excellent sound
compatibility with older games...

You can "re-live" the good old days with the help of
DOSBox, it can run plenty of the old classics that don't
run on your new computer !


Required to run:
[audio/SDL_sound] [devel/SDL] [net/SDL_net] [graphics/png]

Required to build:
[x11/xf86vidmodeproto] [x11/fixesproto] [x11/damageproto] [x11/glproto] [x11/renderproto] [x11/xextproto] [x11/xf86driproto] [x11/dri2proto] [x11/inputproto] [x11/xproto] [x11/randrproto] [pkgtools/x11-links]

Master sites:

SHA1: 2d99f0013350efb29b769ff19ddc8e4d86f4e77e
RMD160: 4534d87206de8401cd0de471d8172726f2c6b788
Filesize: 1236.046 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-05 20:45:10 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #4315 - requested by obache
emulators/dosbox: build fix

Revisions pulled up:
- emulators/dosbox/Makefile                                     1.38

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Wed Feb  5 08:40:11 UTC 2014

   Modified Files:
   	pkgsrc/emulators/dosbox: Makefile

   Log message:
   Restrict CPPFLAGS=-fPIC to clang only, as changed reason.

   At least, It break build on NetBSD-i386 with buitin gcc, PR pkg/48538.
   No build failure on NetBSD-amd64 with builtin gcc.