non port: emulators/mess/Makefile |
Number of commits found: 37 |
Tuesday, 9 May 2023
|
07:59 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
3841ad2 |
Friday, 4 Nov 2022
|
02:52 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
5fb3b27 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 3 Apr 2018
|
20:35 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
 |
Thursday, 29 Mar 2018
|
08:31 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
 |
Saturday, 24 Oct 2015
|
11:13 madpilot
Update mame/mess to 0.166
PR: 203509, 203510
Submitted by: Paul Boehmer <freebsd at never4evil.com>
 |
Monday, 25 May 2015
|
07:29 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.
 |
Monday, 8 Dec 2014
|
16:48 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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Sunday, 5 Oct 2014
|
10:20 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
 |
Wednesday, 10 Sep 2014
|
20:50 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)
 |
Friday, 1 Aug 2014
|
08:13 madpilot
Update mame/mess to 0.154
PR: 188861
Submitted by: Ports Fury
 |
Thursday, 3 Jul 2014
|
17:25 amdmi3
- Switch graphics/sdl2_ttf to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
 |
Thursday, 16 Jan 2014
|
02:44 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]
 |
Saturday, 14 Dec 2013
|
18:34 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)
 |
Tuesday, 19 Nov 2013
|
23:08 mat
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
 |
Sunday, 17 Nov 2013
|
12:33 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>
 |
Wednesday, 30 Oct 2013
|
20:42 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>
 |
Saturday, 26 Oct 2013
|
00:52 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
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
 |
Friday, 20 Sep 2013
|
16:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
 |
Saturday, 17 Aug 2013
|
16:27 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)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Thursday, 11 Jul 2013
|
15:27 miwi
- Update emulators/mame to version 0.149
- Update emulators/mess to version 0.149
- Update emulators/qmc2 to version 0.39
 |
Sunday, 9 Jun 2013
|
19:30 naddy
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
 |
Tuesday, 5 Feb 2013
|
09:08 miwi
- Update to 0.148
PR: 175583
Submitted by: Ports Fury
 |
Tuesday, 30 Oct 2012
|
08:47 madpilot
Move OSVERSION check after bsd.port.pre.mk.
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
 |
Monday, 29 Oct 2012
|
22:19 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
 |
Sunday, 17 Jun 2012
|
20:12 sylvio
- Update to version 0.146
PR: ports/168999
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Friday, 8 Jun 2012
|
11:58 madpilot
Convert to new options framework.
Approved by: tabthorpe (mentor)
 |
Sunday, 13 May 2012
|
00:42 amdmi3
- Respect STRIP
PR: ports/167818
Submitted by: Jan Beich <jbeich@tormail.org>
 |
Sunday, 19 Feb 2012
|
23:25 miwi
- Update to 0.145
PR: 164991
Submitted by: Ports Fury
 |
Saturday, 18 Feb 2012
|
10:18 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
 |
Tuesday, 17 Jan 2012
|
22:04 linimon
Reset elbarto@ArcadeBSD.org: address bounces, last maintainer activity 2010.
Hat: portmgr
 |
Monday, 7 Nov 2011
|
21:51 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
 |
Sunday, 8 Aug 2010
|
12:52 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)
 |
12:47 makc
Forced commit to note repocopy from emulators/sdlmess to emulators/mess
 |
Number of commits found: 37 |