To install the port:cd /usr/ports/emulators/dolphin-emu-devel/ && make install clean To add the package:pkg_add -r dolphin-emu-devel
Configuration Options
===> The following configuration options are available for dolphin-emu-devel-3.0.r20120307_1:
PULSEAUDIO=off (default) "Build PulseAudio sound backend"
PORTAUDIO=on (default) "Enable portaudio (mic) support"
===> Use 'make config' to modify these settings
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
- Update to 20111213
- Use setrlimit() to have mmap() return an address below 2GB.
This avoids using MAP_FIXED, which could discard already mapped pages.