Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: emulators/mame |
Commit | Credits | Log message |
0.250 09 May 2023 07:59:12 |
Li-Wen Hsu (lwhsu) Author: Alastair Hogge |
emulators/mame: Update to 0.254
emulators/mess has been merged to emulators/mame in the upstream.
PR: 268691 |
0.250 01 Dec 2022 18:26:21 |
Nuno Teixeira (eduardo) Author: Alastair Hogge |
emulators/{mame,mess}: Update to 0.250
- Don't use MAKE_JOBS_UNSAFE as no problems found in parallel building
ChangeLog: https://www.mamedev.org/releases/whatsnew_0250.txt
PR: 268089 |
0.249 04 Nov 2022 02:52:13 |
Li-Wen Hsu (lwhsu) Author: Alastair Hogge |
emulators/{mame,mess}: Update to 0.249
Release note: https://www.mamedev.org/releases/whatsnew_0249.txt
Also transfer maintainership.
PR: 252362
Reported by: Stéphane D'Alu <sdalu@sdalu.com> (initial patches)
Approved by: manu |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.226_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.226 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.226 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.226 31 Dec 2020 10:11:35 |
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 |
0.223 09 Aug 2020 16:41:04 |
fernape |
emulators/mame emulators/mess: update to 0.223
ChangeLog: https://www.mamedev.org/?p=484
Reported by: portscout |
0.222 30 Jul 2020 06:50:24 |
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 |
0.209 30 Apr 2019 05:32:16 |
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
... |
0.200 04 Aug 2018 14:28:33 |
danilo |
- Update to 0.200 |
0.196 07 Apr 2018 19:35:22 |
danilo |
- Update emulators/{mame,mess} to 0.196 |
0.195 03 Apr 2018 20:35:25 |
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 |
0.195 29 Mar 2018 08:31:18 |
antoine |
Mark BROKEN: fails to install
install -s -m 555 /wrkdirs/usr/ports/emulators/mess/work/mame-mame0195/mess64
/wrkdirs/usr/ports/emulators/mess/work/stage/usr/local/bin
(cd /wrkdirs/usr/ports/emulators/mess/work/mame-mame0195 && install -s -m 555
castool chdman imgtool jedutil ldresample ldverify romcmp testkeys unidasm
/wrkdirs/usr/ports/emulators/mess/work/stage/usr/local/libexec/mess)
install: testkeys: No such file or directory
Reported by: pkg-fallout |
0.166 24 Oct 2015 11:13:16 |
madpilot |
Update mame/mess to 0.166
PR: 203509, 203510
Submitted by: Paul Boehmer <freebsd at never4evil.com> |
0.161 25 May 2015 07:29:15 |
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. |
0.154_2 08 Dec 2014 16:48:41 |
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 ) |
0.154_1 05 Oct 2014 10:20:25 |
marino |
emulators/mess: 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 "mess" 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
- Remove redundant @dirrm from pkg-plist |
0.154_1 10 Sep 2014 20:50:37 |
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) |
0.154 01 Aug 2014 08:13:29 |
madpilot |
Update mame/mess to 0.154
PR: 188861
Submitted by: Ports Fury |
0.152_1 03 Jul 2014 17:25:30 |
amdmi3 |
- Switch graphics/sdl2_ttf to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.152 16 Jan 2014 02:44:50 |
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] |
0.150_1 14 Dec 2013 18:34:01 |
mva |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
0.150_1 19 Nov 2013 23:08:45 |
mat |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
0.150_1 17 Nov 2013 12:33:49 |
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> |
0.150 30 Oct 2013 20:42:03 |
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> |
0.149_1 26 Oct 2013 00:52:36 |
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 ) |
0.149 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
0.149 17 Aug 2013 16:27:24 |
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) |
0.149 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.149 11 Jul 2013 15:27:40 |
miwi |
- Update emulators/mame to version 0.149
- Update emulators/mess to version 0.149
- Update emulators/qmc2 to version 0.39 |
0.148_1 09 Jun 2013 19:30:59 |
naddy |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
0.148 05 Feb 2013 09:08:15 |
miwi |
- Update to 0.148
PR: 175583
Submitted by: Ports Fury |
0.147 30 Oct 2012 08:47:53 |
madpilot |
Move OSVERSION check after bsd.port.pre.mk.
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
0.147 29 Oct 2012 22:19:22 |
madpilot |
- Update to version 0.147 [1]
- Trim Makefile headers [1]
- Works fine with clang, so don't depend on gcc 4.6+ where clang
is available (taken from libreoffice port)
PR: ports/171995
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
0.146 17 Jun 2012 20:12:22 |
sylvio |
- Update to version 0.146
PR: ports/168999
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.145 08 Jun 2012 11:58:48 |
madpilot |
Convert to new options framework.
Approved by: tabthorpe (mentor) |
0.145 13 May 2012 00:42:10 |
amdmi3 |
- Respect STRIP
PR: ports/167818
Submitted by: Jan Beich <jbeich@tormail.org> |
0.145 19 Feb 2012 23:25:04 |
miwi |
- Update to 0.145
PR: 164991
Submitted by: Ports Fury |
0.139_1 18 Feb 2012 10:18:33 |
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 |
0.139 17 Jan 2012 22:04:40 |
linimon |
Reset elbarto@ArcadeBSD.org: address bounces, last maintainer activity 2010.
Hat: portmgr |
0.139 07 Nov 2011 21:51:56 |
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 |
0.139 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
0.139 08 Aug 2010 12:52:14 |
makc |
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) |
0.136 08 Aug 2010 12:47:07 |
makc |
Forced commit to note repocopy from emulators/sdlmess to emulators/mess |