Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Jan 2021 17:19:29
0.226

|
pkubaj  |
emulators/mame: add support for powerpc64le |
15 Jan 2021 18:00:45
0.226

|
pkubaj  |
emulators/mame: fix build on powerpc64
Use on powerpc64 the same options that upstream uses on ppc64 (Linux name for
our powerpc64).
MFH: 2021Q1 |
31 Dec 2020 10:11:35
0.226

|
rene  |
emulators/{mame,mess}: update to 0.226 and use Python 3.7 to build
This commit is earlier than the maintainer timeout but saves the
port from being removed because Python 2.7 expires today.
PR: 252158
Submitted by: sdalu@sdalu.com |
27 Sep 2020 08:40:48
0.223

|
manu  |
emulators/mame: Take maintainer ship
I'm working on patches that I will submit upstream so take maintainer ship. |
09 Aug 2020 16:41:04
0.223

|
fernape  |
emulators/mame emulators/mess: update to 0.223
ChangeLog: https://www.mamedev.org/?p=484
Reported by: portscout |
30 Jul 2020 06:50:24
0.222

|
fernape  |
emulators/mame emulators/mess: update to 0.222
ChangeLog way to big to reproduce here:
https://github.com/mamedev/mame/releases/download/mame0222/whatsnew_0222.txt
While here
* Add USES=localbase
* Move multiple variables to their places
PR: 246698
Submitted by: sdalu@sdalu.com |
09 May 2020 19:24:50
0.212

|
tijl  |
Update devel/gmake to 4.3.
Some changes have been made in this release that break backwards
compatibility. Let USES=gmake force users to upgrade to this version so
port maintainers don't have to support older versions.
PR: 245725
Exp-run by: antoine
Approved by: portmgr (antoine) |
27 Mar 2020 20:31:33
0.212

|
makc  |
emulators/mame:
- Update to 0.212
- Add dependency on libpugixml from ports instead of using bundled copy
PR: 239439
Submitted by: checo1705@secmail.pro |
09 Dec 2019 11:17:41
0.209_1

|
pkubaj  |
emulators/mame: add MAKE_JOBS_UNSAFE=yes
There's a race condition when compiling with 18-core POWER9 (72 threads):
In file included from ../../../../../src/mame/drivers/konamigq.cpp:76:
../../../../../src/devices/cpu/tms57002/tms57002.h:208:10: fatal error:
'../../emu/cpu/tms57002/tms57002.hxx' file not found
#include "../../emu/cpu/tms57002/tms57002.hxx"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
05 Nov 2019 15:48:41
0.209_1

|
zeising  |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
13 Aug 2019 16:03:12
0.209_1

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
01 Aug 2019 19:17:57
0.209_1

|
pkubaj  |
emulators/mame: fix build on powerpc64
powerpc64 requires the same Makefile fix as amd64.
Additionally,
https://github.com/bkaradzic/bx/commit/684f7ec5d6a8e0d9c396bdd2dfc1f19244800557
is necessary.
Approved by: linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21055 |
26 Jul 2019 20:46:57
0.209_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
30 Apr 2019 17:50:27
0.209

|
pi  |
emulators/mame: upgrade 0.200 -> 0.209
- 2nd attempt, with additional patches
PR: 236621
Submitted by: sirdice@gmail.com
Relnotes: https://www.mamedev.org/releases/whatsnew_0209.txt
https://mamedev.org/releases/whatsnew_0208.txt
https://mamedev.org/releases/whatsnew_0207.txt
... |
30 Apr 2019 16:14:04
0.200_3

|
pi  |
emulators/mame: revert r500456 and reapply with fixes
PR: 236621
Reported by: Remko C. <sirdice@gmail.com>
Pointy hat to: pi |
30 Apr 2019 05:32:16
0.209

|
pi  |
emulators/mame: upgrade 0.200 -> 0.209
emulators/mess: upgrade slave port pkg-plist
PR: 236621
Submitted by: sirdice@gmail.com
Relnotes: https://www.mamedev.org/releases/whatsnew_0209.txt
https://mamedev.org/releases/whatsnew_0208.txt
https://mamedev.org/releases/whatsnew_0207.txt
... |
16 Jan 2019 11:13:45
0.200_3

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 01:35:36
0.200_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
11 Sep 2018 18:34:28
0.200_1

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
10 Sep 2018 13:11:24
0.200

|
mat  |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
14 Aug 2018 19:43:19
0.200

|
jbeich  |
emulators/mame: unbreak with libc++ 7
In file included from ../../../../../src/emu/http.cpp:12:
In file included from ../../../../../src/lib/util/server_ws_impl.hpp:8:
In file included from ../../../../../src/osd/asio.h:34:
In file included from ../../../../../3rdparty/asio/include/asio.hpp:21:
In file included from
../../../../../3rdparty/asio/include/asio/basic_datagram_socket.hpp:20:
In file included from
../../../../../3rdparty/asio/include/asio/basic_socket.hpp:40:
In file included from
../../../../../3rdparty/asio/include/asio/detail/reactive_socket_service.hpp:22:
In file included from ../../../../../3rdparty/asio/include/asio/buffer.hpp:27:
In file included from
../../../../../3rdparty/asio/include/asio/detail/string_view.hpp:23:
/usr/include/c++/v1/experimental/string_view:11:2: error:
"<experimental/string_view> has been removed. Use <string_view> instead."
PR: 230401
Reported by: antoine (via exp-run) |
04 Aug 2018 14:28:33
0.200

|
danilo  |
- Update to 0.200 |
28 Jun 2018 17:39:55
0.198

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
10 Jun 2018 19:11:31
0.198

|
danilo  |
- Update to 0.198 |
04 May 2018 03:13:04
0.197

|
danilo  |
- Update to 0.197 |
07 Apr 2018 19:35:22
0.196

|
danilo  |
- Update emulators/{mame,mess} to 0.196 |
05 Apr 2018 03:01:23
0.195

|
danilo  |
- Use compiler:c++14-lang instead of an if statement
- Split USES to a separate block
Reported by: jbeich, mat |
03 Apr 2018 20:35:25
0.195

|
danilo  |
- Unbreak emulator/mess
- Use at least clang50 to build mame/mess. GCC is segfaulting during build on
10.4 and it doesn't build with clang.
- Declare some dependencies explicitly to make Q/A happy |
28 Mar 2018 18:42:53
0.195

|
antoine  |
Fix PKGNAME collision with slave port emulators/mess
(emulators/mess is probaly BROKEN now) |
28 Mar 2018 15:18:54
0.195

|
swills  |
emulators/mame: update to 0.195
PR: 226687
Submitted by: Ryo ONODERA <ryo@tetera.org> |
19 Feb 2018 11:10:43
0.166_5

|
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
31 Oct 2017 14:51:54
0.166_5

|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
26 Sep 2017 22:31:48
0.166_5

|
jbeich  |
emulators/{mame,mess}: unbreak after r450461
../../../../../src/osd/modules/render/drawbgfx.c:174:8: error: no member named
'sdlSetWindow' in namespace 'bgfx'
bgfx::sdlSetWindow(window().sdl_window());
~~~~~~^
Reported by: pkg-fallout |
10 Sep 2017 20:55:39
0.166_5

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
23 May 2017 05:03:16
0.166_4

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
01 Apr 2017 15:23:32
0.166_3

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
02 Feb 2017 09:39:25
0.166_2

|
jbeich  |
emulators/mame: unbreak with clang 4.0
../../../../../src/emu/webengine.c:333:21: error: ordered comparison between
pointer and zero
('int *' and 'int')
if ((&data_length > 0) && (sizeof(file_name) > 0))
~~~~~~~~~~~~ ^ ~
Reported by: antoine (via exp-run) |
20 Nov 2016 09:38:09
0.166_1

|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
12 Oct 2016 03:36:11
0.166

|
linimon  |
Change from NOT_FOR to ONLY_FOR. This fails to build on both armv6 and
aarch64 and was never tried on most other architectures. |
16 Sep 2016 21:01:21
0.166

|
amdmi3  |
- Remove always false condition |
01 Apr 2016 14:00:57
0.166

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
02 Nov 2015 09:22:26
0.166

|
marino  |
emulators/(mame|mess): Avoid name pollution with <stdio.h>
At least on DragonFly's base compiler (gcc 5.2), the getc and ungetc
routines in mame/mess were getting clobbered by <stdio.h>. Rename
getc and ungetc to mame_getc and mame_ungetc to fix. For some reason,
macro definitions did not work so I had to patch every instance
individually. |
24 Oct 2015 11:13:16
0.166

|
madpilot  |
Update mame/mess to 0.166
PR: 203509, 203510
Submitted by: Paul Boehmer <freebsd at never4evil.com> |
22 Jun 2015 18:33:22
0.161

|
antoine  |
Convert to USES=jpeg |
25 May 2015 07:29:15
0.161

|
marino  |
emulators/(mame|mess): Upgrade version 0.154 => 0.161 (overhaul ports)
I completely reworked these unmaintained ports. I turned mess into a
proper slave port as the differences from mame were few. Some notes:
* converted to GitHub (this saved messing with the double-zip /
dos2unix per file arrangement, no more post-extract target)
* got rid of patchlevel support accordingly
* got rid of DIST_SUBDIR accordingly
* Clang from FreeBSD 10 cannot build this! It fails will some kind of
signal. I did not test on FreeBSD 11 yet. For now, degrade the
ports to use GCC always. Note the makefiles were hardcoded to GCC.
I fixed the hardcoding so it uses environment but perhaps it's known
that mame/mess is now gcc-only
* Some options are no longer optional, e.g. BUILTIN_DEBUGGER, SDL2
These were made unconditional accordingly.
* mess is now a minimal slave port. There are some additions to mame
Makefile to support the slave.
* I used PORTDOCS and PORTEXAMPLE to simplify each pkg-plist
* DragonFly support still pending. This port discovered a bug in
GCC 5.1 release which has been fixed recently, so the base compiler
has to be upgraded before testing can resume. |
08 Dec 2014 16:48:41
0.154_2

|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
05 Oct 2014 10:30:40
0.154_1

|
marino  |
emulators/mame: Remove redundant @dirrm, simplify an install command |
05 Oct 2014 09:37:17
0.154_1

|
marino  |
emulators/mame: clean up, remove zip dependency, support DragonFly
This port has a post-extract target that wants to use native unzip
on an extracted file. This is an issue for DragonFly, but tar can
handle the zip file just file on both platforms, so switch to that.
DragonFly still has the incomplete FILE that it inherited from FreeBSD,
which is really a pain when FILE is a parameter in c++ routines. This
adds an extra patch for DragonFly to use an alternative default logging
callbacks to all mame to finally build on this platform.
While here:
- remove use of ${PORTNAME} where "mame" is the only correct value
- use ".zip" instead of extract variable
- Unmask installation commands
- Group mkdir commands into one
- Use NOT_FOR_ARCHS instead of conditional BROKEN
- Convert to USES=python
- Remove unnecessary conversion of -lpthread => -pthread |
10 Sep 2014 20:50:37
0.154_1

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
01 Aug 2014 08:13:29
0.154

|
madpilot  |
Update mame/mess to 0.154
PR: 188861
Submitted by: Ports Fury |
03 Jul 2014 17:25:30
0.152_1

|
amdmi3  |
- Switch graphics/sdl2_ttf to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
16 Jan 2014 02:44:50
0.152

|
danilo  |
emulators/qmc2
- Update from 0.41 to 0.42
emulators/{mame,mess} [1]
- Update from 0.150 to 0.152
PR: ports/184246
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] |
13 Jan 2014 21:00:04
0.150_1

|
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
24 Nov 2013 21:09:23
0.150_1

|
mva  |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency |
19 Nov 2013 23:08:45
0.150_1

|
mat  |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
17 Nov 2013 12:33:49
0.150_1

|
mva  |
- Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
shared library name changed
PR: ports/183975
Submitted by: Jan Kokemuller <jan.kokemueller@gmail.com> |
30 Oct 2013 20:42:03
0.150

|
pawel  |
emulators/mame
emulators/mess
- Update to version 0.150
- Add SDL2 option
- Support staging
emulators/qmc2
- Support staging
- USE_GMAKE -> USES=gmake
PR: ports/182801
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
26 Oct 2013 00:52:36
0.149_1

|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 16:43:53
0.149

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
17 Aug 2013 16:27:24
0.149

|
gerald  |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
14 Aug 2013 22:35:54
0.149

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
11 Jul 2013 15:27:40
0.149

|
miwi  |
- Update emulators/mame to version 0.149
- Update emulators/mess to version 0.149
- Update emulators/qmc2 to version 0.39 |
09 Jun 2013 19:30:59
0.148_1

|
naddy  |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
05 Feb 2013 09:09:14
0.148

|
miwi  |
- Update to 0.148
PR: 175577
Submitted by: Ports Fury |
30 Oct 2012 08:47:53
0.147

|
madpilot  |
Move OSVERSION check after bsd.port.pre.mk.
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
29 Oct 2012 22:17:49
0.147

|
madpilot  |
- Update to version 0.147 [1]
- Reflow pkg-descr and add trailing slash to URL [1]
- Trim Makefile headers [1]
- Fix improper overwriting of FILE make variable [1]
- Works fine with clang, so don't depend on gcc 4.6+ where clang
is available (taken from libreoffice port)
PR: ports/171994 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
17 Jun 2012 20:23:49
0.146
|
sylvio  |
- Update to version 0.146
PR: ports/168998
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
08 Jun 2012 11:58:48
0.145
|
madpilot  |
Convert to new options framework.
Approved by: tabthorpe (mentor) |
13 May 2012 00:42:10
0.145
|
amdmi3  |
- Respect STRIP
PR: ports/167818
Submitted by: Jan Beich <jbeich@tormail.org> |
11 Mar 2012 01:07:00
0.145
|
gerald  |
Replace USE_GCC=4.4+ by USE_GCC=4.6+, the former is only here for a
single, obsolete port.
Feature safe: yes |
19 Feb 2012 23:24:50
0.145
|
miwi  |
- Update to version 0.145
PR: 164990
Submitted by: Ports Fury |
18 Feb 2012 10:18:33
0.143.p2_1
|
mva  |
- 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 |
17 Jan 2012 22:04:40
0.143.p2
|
linimon  |
Reset elbarto@ArcadeBSD.org: address bounces, last maintainer activity 2010.
Hat: portmgr |
13 Aug 2011 17:04:38
0.143.p2
|
crees  |
- Update to 0.143p2 ('borrowing' obrien's cool patchlevel code from editors/vim)
- Add missing fontconfig dependency
- Use PORTDOCS/PORTEXAMPLES
- Use PATCHDIR (not FILESDIR)
- Use COPYTREE_SHARE (not cp -R)
Mostly based on:
PR: ports/153645
Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer), acm
Approved by: maintainer timeout (8 weeks) |
02 Jul 2011 17:14:20
0.139
|
miwi  |
= Drop MD5 support |
01 Aug 2010 17:22:55
0.139
|
makc  |
Update to 0.139
PR: ports/149105
Submitted by: Emmanuel Vadot (maintainer) |
19 May 2010 18:05:34
0.138
|
makc  |
Update to 0.138
PR: ports/146696
Submitted by: Emmanuel Vadot (maintainer) |
17 May 2010 22:20:26
0.137
|
makc  |
Update port to v0.137.
Rename the port to mame as the sdl layer is now included in the mainstream code.
PR: ports/145050
Submitted by: Emmanuel Vadot (maintainer) |