20 Commits

Author SHA1 Message Date
fcambus
113718a6b7 Update mame to 0.206. 2019-02-04 10:12:52 +00:00
fcambus
4ad384b8ae Update mame to 0.205. 2018-12-26 11:29:18 +00:00
fcambus
0cb00f7b67 Update mame to 0.204 and switch HOMEPAGE to HTTPS. 2018-11-29 09:10:58 +00:00
fcambus
5225d983ac Update mame to 0.203. 2018-11-02 09:47:21 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
fcambus
163bdc091e Update mame to 0.202. 2018-09-27 10:43:14 +00:00
fcambus
14a3ed7eed Update mame to 0.201. 2018-08-31 16:19:01 +00:00
fcambus
94542d7a5d Add @pkgpath markers prior to emulators/sdlmame and emulators/sdlmess
removals.
2018-08-25 06:44:18 +00:00
fcambus
f44862a172 Update mame to 0.200 and switch MASTER_SITES to SourceForge, as it is
a lot faster than GitHub.
2018-07-26 13:30:03 +00:00
fcambus
eb2b7369af Update mame to 0.199. 2018-07-10 17:29:07 +00:00
fcambus
9b11531a3e Disable retguard for mame.
ELF_RANDOMIZE_LIMIT was bumped to 1MB for retguard, but MAME actually
requires 4MB, so it fails on statup.

There is no sense bumping ELF_RANDOMIZE_LIMIT again just for one program,
so disable retguard by adding -fno-ret-protector to CFLAGS.

Discussed with mortimer@
2018-07-10 14:05:23 +00:00
fcambus
d369d06b34 Update mame to 0.198. 2018-05-31 09:12:38 +00:00
fcambus
3109954981 Update mame to 0.197. 2018-04-25 10:22:37 +00:00
fcambus
6cee323e99 Use grep -Rl instead of grep -rl, as the manpage says usage of the -r
flag is strongly discouraged.

Pointed out by martijn@, thanks!
2018-04-23 13:24:47 +00:00
fcambus
150b728c38 Use grep -rl instead of hardcoding paths where to perform "png.h" to
"localpng.h" substitutions. Some substitutions where not done, which
caused the build to fail when graphics/png is not installed.

OK nigel@, who initially reported the issue.
2018-04-23 00:35:14 +00:00
fcambus
5ef77a0db4 Enable build on i386, as it builds and runs fine.
OK sthen@
2018-04-20 15:06:22 +00:00
fcambus
86d2eace52 Update mame to 0.196. 2018-03-29 21:51:31 +00:00
fcambus
93d1344ad0 Switch from GitHub auto-generated tarballs to MASTER_SITES. 2018-03-09 22:45:18 +00:00
fcambus
8f25f7421e Update mame to 0.195. 2018-02-28 10:52:43 +00:00
fcambus
aa1151500c Import emulators/mame.
MAME, formerly was an acronym which stood for Multi Arcade Machine Emulator,
documents and reproduces through emulation the inner components of arcade
machines, computers, consoles, chess computers, calculators, and many other
types of electronic amusement machines. As a nice side-effect, MAME allows
to use on a modern PC those programs and games which were originally
developed for the emulated machines.

Some relevant notes:

- MAME and MESS merged in 2015, there is only one codebase now
- Since version 0.172, MAME is GPLv2+ licensed [1], which means binary
  packages can now be built and distributed

This port will replace emulators/sdlmame and emulators/sdlmess.

[1] http://mamedev.org/?p=424

OK bentley@
2018-01-24 20:56:12 +00:00