| Port details on branch 2026Q2 |
- mame MAME: a multi-purpose emulation framework
- 0.286 emulators
=0 0.286Version of this port present on the latest quarterly branch. - Maintainer: laurent.chardon@gmail.com
 - Port Added: 2026-06-16 22:48:05
- Last Update: 2026-06-16 21:36:25
- Commit Hash: c60d0ff
- Also Listed In: games
- License: BSD2CLAUSE BSD3CLAUSE CC0-1.0 GPLv2 LGPL21 MIT ZLIB
- WWW:
- https://mamedev.org/
- Description:
- MAME is a multi-purpose emulation framework, with the aim of documenting and
preserving vintage software and hardware from becoming lost. When used with
vintage firmware (or BIOS), and duplicated Read Only Memory (ROMs), on modern
hardware, users are able to play and explore systems and games from
approximately 1970 through to the modern era.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/emulators/mame/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/mame
- pkg install mame
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mame
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1772108305
SHA256 (mamedev-mame-0.286-mame0286_GH0.tar.gz) = ef05eb7521c841e7571b57cdd67bb729fb60ea76725a8fe27e74d805bbab9580
SIZE (mamedev-mame-0.286-mame0286_GH0.tar.gz) = 211998460
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-sphinxcontrib-svg2pdfconverter>0 : textproc/py-sphinxcontrib-svg2pdfconverter@py311
- py311-sphinx>0 : textproc/py-sphinx@py311
- asio130>0 : net/asio130
- genie : devel/genie
- glm>0 : math/glm
- rapidjson>0 : devel/rapidjson
- gmake>=4.4.1 : devel/gmake
- llvm-config19 : devel/llvm19
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- sdl2-config : devel/sdl20
- gettext-runtime>=0.26 : devel/gettext-runtime
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrender.pc : x11/libXrender
- Runtime dependencies:
-
- liberation-fonts-ttf>=0 : x11-fonts/liberation-fonts-ttf
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrender.pc : x11/libXrender
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libFLAC.so : audio/flac
- libpugixml.so : textproc/pugixml
- libutf8proc.so : textproc/utf8proc
- libzstd.so : archivers/zstd
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libportmidi.so : audio/portmidi
- libjpeg.so : graphics/jpeg-turbo
- libSDL2.so : devel/sdl20
- libSDL2_ttf.so : graphics/sdl2_ttf
- libsqlite3.so : databases/sqlite3
- libGL.so : graphics/libglvnd
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mame-0.286:
DOCS=on: Install extensive online MAME documentation
====> Emulators
MAME=on: MAME
MAMENL=off: Netlist audio component solver
MAMEVIRTUAL=off: LaserDisk Player
NLS=on: Install language translations for use in the GUI
QTDEBUGGER=off: Build with Qt interactive low-level machine debugger
====> Tools
TOOLS=off: Tools for archiving, development, and multimedia
====> Build with hardware extensions
OPENMP=off: Parallel processing support via OpenMP
SSE2=on: Build with Streaming SIMD Extensions 2
====> Application production type: you can only select none or one of them
DEBUG=off: Produce profiling data, and symbols for debugging
SIZE_OPTIMIZED_CFLAGS=off: Optimize for smaller binaries (-Os)
SPEED_OPTIMIZED_CFLAGS=off: Optimize for faster binaries (-O3)
===> Use 'make config' to modify these settings
- Options name:
- emulators_mame
- USES:
- compiler:c++17-lang gmake jpeg llvm:min=16 localbase pkgconfig python:build sdl sqlite:3 xorg gl gettext-runtime
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.286 16 Jun 2026 21:36:25
    |
Robert Clausecker (fuz)  |
emulators/mame: fix build on armv7
The bundled copy of the LZMA toolkit has been updated to a fairly
recent version. As a result, while our patches still apply, they are
largely obsolete or even defective.
Remove the obsolete patches and add a missing compile option to fix the
build on armv7 (-march=armv8-a enables AES intrinsics required by LZMA).
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
(cherry picked from commit f55f8180ef148c80198ba0b928f9d323d228ce15) |
Number of commits found: 1
|