There is no maintainer for this port. Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org Port Added: 08 Aug 2010 12:47:46 License: not specified in port
MESS is an acronym that stands for Multi Emulator Super System. MESS will
more or less faithfully reproduce computer and console systems on a PC.
MESS can currently emulate over 250 systems from the last 5 decades.
MESS emulates the hardware of the systems and sometimes utilizes ROM
images to load programs and games. Therefore, these systems are NOT
simulations, but the actual emulations of the hardware.
WWW: http://www.mess.org/
To install the port:cd /usr/ports/emulators/mess/ && make install clean To add the package:pkg_add -r mess
Configuration Options
===> The following configuration options are available for mess-0.145:
BUILTIN_DEBUGGER=off (default) "Enable builtin debugger 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
- Mark BROKEN: does not compile
src/lib/util/aviio.c: In function 'avi_error parse_indx_chunk(avi_file*,
avi_stream*, avi_chunk*)':
src/lib/util/aviio.c:1516:25: error: variable 'id' set but not used
[-Werror=unused-but-set-variable]
src/lib/util/aviio.c:1519:8: error: variable 'subtype' set but not used
[-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
Reported by: pointyhat
Update to 0.139
Rename the port to mess as the sdl layer is now included in the mainstream code.
PR: ports/149191
Submitted by: Emmanuel Vadot (maintainer)