Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.264 10 May 2024 16:19:45 |
Piotr Kubaj (pkubaj) |
emulators/mame: fix build on powerpc64*
Move ARM-specific patch to EXTRA_PATCHES to fix build:
../../../../../3rdparty/lzma/C/AesOpt.c:835:9: warning: AES HW_SW stub was used
[-W#pragma-messages]
^
../../../../../3rdparty/lzma/C/AesOpt.c:848:1: error: variable has incomplete
type 'void'
AES_COMPAT_STUB (AesCbc_Encode)
^
../../../../../3rdparty/lzma/C/AesOpt.c:844:5: note: expanded from macro
'AES_COMPAT_STUB'
AES_FUNC_START(name); \
^
../../../../../3rdparty/lzma/C/AesOpt.c:841:10: note: expanded from macro
'AES_FUNC_START'
void MY_FAST_CALL name(UInt32 *p, Byte *data, size_t numBlocks) \
^ |
0.264 06 Apr 2024 13:53:34 |
Daniel Engberg (diizzy) Author: Alastair Hogge |
emulators/mame: Update to 0.264
- Add new build dependency on archivers/zstd
- Add separate OPTIONs for each of the current buildable emulators
- Move HTML documentation from ${DOCSDIR}/html to ${DOCSDIR}
- TOOLS can now built without building any of the emulators
Changelog: https://www.mamedev.org/?p=535
PR: 277493 |
0.261 08 Jan 2024 06:40:23 |
Wen Heping (wen) |
emulators/mame: Fix build with python-3.11
PR: 276046
Reported by: wen@
Approved by: maintainer |
0.261 31 Dec 2023 07:34:21 |
Daniel Engberg (diizzy) Author: Alastair Hogge |
emulators/mame: Update to 0.261
* Make use of ${EXTRACT_AFTER_ARGS} for a number of files/dirs that are
not required for MAME on FreeBSD, this removes some post-patch work
from the Makefile
* Avoid extracting bgfx shaders for proprietary systems
* Avoid extracting the man page for ldplayer, as it is not built
* Update option TOOLS description
* Increase the default amount of information produced when built with
DEBUG
* Drop the conditional logic for powerpc, and use LLVM-16 for all
FreeBSD-14+ builds
* Move some NLS logic deleting .po files to ${COPYTREE_SHARE}, and
simple exclude copying those files to ${STAGEDIR}. This was originally
in the wrong Makefile target, port-build (Only the first 15 lines of the commit message are shown above ) |
0.259_1 21 Oct 2023 14:43:22 |
Daniel Engberg (diizzy) |
*/*: Treewide: Bump consumers of textproc/utf8proc
...after commit a71f6f1f41195fc156071640e2cd200541c21e52
Reported by: vvd |
0.259 04 Oct 2023 20:01:38 |
Robert Clausecker (fuz) Author: Alastair Hogge |
emulators/mame: Update to 0.259
* Update to 0.259 (https://www.mamedev.org/?p=529)
* Some Makefile maintenance: remove blank lines from targets; opt for verbose
build, remove @ from commands
* Add MAME keymaps
* Prefer ${PREFIX}/share over ${MANPREFIX}
* Pull in an upstream commit to patch LLVM builds for 0.259 on FreeBSD
Changelog: https://www.mamedev.org/?p=529
PR: 274227
MFH: 2023Q4 |
0.258_1 05 Sep 2023 07:50:36 |
Li-Wen Hsu (lwhsu) Author: Alastair Hogge |
emulators/mame: Update the generated sample ini files
PR: 273575 |
0.258 05 Sep 2023 04:10:55 |
Li-Wen Hsu (lwhsu) Author: Alastair Hogge |
emulators/mame: Update to 0.258
Release note: https://www.mamedev.org/?p=528
PR: 273444 |
0.257 30 Jul 2023 22:59:07 |
Robert Clausecker (fuz) Author: Alastair Hogge |
emulators/mame: update to 0.257
* Update to 0.257 (https://www.mamedev.org/?p=527)
* Add a hopefully more meaningful description for option NLS
* Fix description on option QTDEBUGGER, it is built as part of MAME,
not installed separately as might be implied
* Clean up pkg-message.in and hopefully clarify the mess with
MAME configuration data.
PR: 272786 |
0.256_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
0.256 05 Jul 2023 05:58:42 |
Fernando ApesteguÃa (fernape) Author: Alastair Hogge |
emulators/mame: update to 0.256
ChangeLog: https://www.mamedev.org/releases/whatsnew_0256.txt
PR: 272358
Reported by: agh@riseup.net (maintainer) |
0.255_1 26 Jun 2023 23:30:28 |
Robert Clausecker (fuz) |
emulators/mame: fix build on armv7 and arm64
Port now bundles LZMA with known build issues. Import patch set from
archivers/7-zip to fix the build on armv7 and arm64.
PR: 271987
Approved by: portmgr (build fix blanket)
Obtained from: archivers/7-zip |
0.255 08 Jun 2023 20:01:56 |
Piotr Kubaj (pkubaj) |
emulators/mame: fix build on powerpc* CURRENT
Use newer LLVM:
Assertion failed: (ESI.Type != EST_Uninstantiated), function SubstExceptionSpec,
file
/usr/local/poudriere/jails/main-powerpc/usr/src/contrib/llvm-project/clang/lib/Sema/SemaTemplateInstantiate.cpp,
line 2240. |
0.255 05 Jun 2023 06:21:51 |
Fernando ApesteguÃa (fernape) Author: Alastair Hogge |
emulators/mame: Update to 0.255
ChangeLog: https://www.mamedev.org/?p=525
PR: 271774
Reported by: agh@riseup.net (maintainer) |
0.254_2 01 Jun 2023 22:29:21 |
Robert Clausecker (fuz) Author: Alastair Hogge |
emulators/mame: fix build on 14-CURRENT
- explicitly declare more system libraries
- port-{clippy,fmt,lint} maintenance
- separate out Qt machine debugger via OPTIONS
- separate out tools via OPTIONS
- remove licenses from ${PORTDOCS} as they are catalogued thru various
${LICENSE}* definitions
- add conditional logic for when OS ≧ 14 then explicitly build with LLVM
- a lot of the work in the post-patch target is on static files, so move most
of this to files/
- files/patch-scripts_genie.lua is a fix for GCC
- sort targets into the order they run in.
PR: 271374 |
0.254_1 18 May 2023 17:52:14 |
Robert Clausecker (fuz) |
emulators/mame: set PTR64=1 on aarch64
This seems to be required to build on aarch64 as per maintainer.
Reported by: agh@riseup.net (via email)
Approved by: agh@riseup.net (maintainer)
MFH: 2023Q2 |
0.254 18 May 2023 08:19:49 |
Robert Clausecker (fuz) |
emulators/mame: enable on arm64
Add a missing make target, permitting compilation on arm64.
PR: 271468
MFH: 2023Q2
Approved by: agh@riseup.net (maintainer) |
0.254 18 May 2023 08:19:48 |
Robert Clausecker (fuz) |
emulators/mame: fix build on armv7
Mame fails to link on armv7 due to an address space exhaustion in lld.
As a bandaid, tell lld to not generate symbols. This frees up enough
address space to make mame link.
PR: 271374
MFH: 2023Q2
Approved by: agh@riseup.net (maintainer) |
0.254 10 May 2023 15:14:50 |
Alexey Dokuchaev (danfe) |
Fix some more needless usages of UTF-8 where ASCII is sufficient
While here, drop the quotes around <beat 'em up> added in commit
fa4ecd821fadb6 as I have been convinced they are not needed here. |
0.254 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_1 07 Nov 2022 07:08:39 |
Li-Wen Hsu (lwhsu) Author: Alastair Hogge |
emulators/mame: Remove leftover garbage from previous patches
PR: 267584 |
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 |
0.226_3 25 Sep 2022 20:14:54 |
Christian Weisgerber (naddy) |
audio/flac: bump port revision of consumers after update to 1.4.1 |
0.226_2 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
0.226_2 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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_2 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above ) |
0.226_2 16 May 2022 20:55:59 |
Piotr Kubaj (pkubaj) |
emulators/mame: use sqlite from ports
This fixes runtime on powerpc64le since sqlite vanilla assumes big-endian on all
powerpc*.
PR: 257253
Approved by: manu (maintainer timeout) |
0.226_1 25 Oct 2021 12:58:29 |
Alexey Dokuchaev (danfe) |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
0.226_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.226 20 Jun 2021 15:12:05 |
Piotr Kubaj (pkubaj) |
emulators/mame: enable on armv7
Builds fine. |
0.226 17 Jun 2021 10:28:03 |
Piotr Kubaj (pkubaj) |
emulators/mame: enable on powerpc |
0.226 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.226 16 Jan 2021 17:19:29 |
pkubaj |
emulators/mame: add support for powerpc64le |
0.226 15 Jan 2021 18:00:45 |
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 |
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 27 Sep 2020 08:40:48 |
manu |
emulators/mame: Take maintainer ship
I'm working on patches that I will submit upstream so take maintainer ship. |
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.212 09 May 2020 19:24:50 |
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) |
0.212 27 Mar 2020 20:31:33 |
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 |
0.209_1 09 Dec 2019 11:17:41 |
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"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
0.209_1 05 Nov 2019 15:48:41 |
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'. |
0.209_1 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
0.209_1 01 Aug 2019 19:17:57 |
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 |
0.209_1 26 Jul 2019 20:46:57 |
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 |
0.209 30 Apr 2019 17:50:27 |
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
... |
0.200_3 30 Apr 2019 16:14:04 |
pi |
emulators/mame: revert r500456 and reapply with fixes
PR: 236621
Reported by: Remko C. <sirdice@gmail.com>
Pointy hat to: pi |
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_3 16 Jan 2019 11:13:45 |
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 ) |
0.200_2 12 Dec 2018 01:35:36 |
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 |
0.200_1 11 Sep 2018 18:34:28 |
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 |
0.200 10 Sep 2018 13:11:24 |
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 |
0.200 14 Aug 2018 19:43:19 |
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) |
0.200 04 Aug 2018 14:28:33 |
danilo |
- Update to 0.200 |
0.198 28 Jun 2018 17:39:55 |
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 |
0.198 10 Jun 2018 19:11:31 |
danilo |
- Update to 0.198 |
0.197 04 May 2018 03:13:04 |
danilo |
- Update to 0.197 |
0.196 07 Apr 2018 19:35:22 |
danilo |
- Update emulators/{mame,mess} to 0.196 |
0.195 05 Apr 2018 03:01:23 |
danilo |
- Use compiler:c++14-lang instead of an if statement
- Split USES to a separate block
Reported by: jbeich, mat |
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 28 Mar 2018 18:42:53 |
antoine |
Fix PKGNAME collision with slave port emulators/mess
(emulators/mess is probaly BROKEN now) |
0.195 28 Mar 2018 15:18:54 |
swills |
emulators/mame: update to 0.195
PR: 226687
Submitted by: Ryo ONODERA <ryo@tetera.org> |
0.166_5 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.166_5 31 Oct 2017 14:51:54 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.166_5 26 Sep 2017 22:31:48 |
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 |
0.166_5 10 Sep 2017 20:55:39 |
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 |
0.166_4 23 May 2017 05:03:16 |
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 |
0.166_3 01 Apr 2017 15:23:32 |
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 |
0.166_2 02 Feb 2017 09:39:25 |
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) |
0.166_1 20 Nov 2016 09:38:09 |
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. |
0.166 12 Oct 2016 03:36:11 |
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. |
0.166 16 Sep 2016 21:01:21 |
amdmi3 |
- Remove always false condition |
0.166 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.166 02 Nov 2015 09:22:26 |
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. |
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 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
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:30:40 |
marino |
emulators/mame: Remove redundant @dirrm, simplify an install command |
0.154_1 05 Oct 2014 09:37:17 |
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 |
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 13 Jan 2014 21:00:04 |
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) |
0.150_1 24 Nov 2013 21:09:23 |
mva |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency |
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:09:14 |
miwi |
- Update to 0.148
PR: 175577
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 |