Commit Graph
72 Commits
Author SHA1 Message Date
Joshua Root 9b4b8798ee nomaintainer emulators/*: remove compiler_blacklist_versions 2025-08-02 11:42:58 +10:00
Joshua Root 4b8e452aac flac: update to 1.5.0, rev bump dependents 2025-02-24 15:16:51 +11:00
Joshua Root e870fe8667 emulators/*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-17 17:58:48 +11:00
David B. Evans ca969d6396 scummvm: rebuild with latest libvpx.9
* error opening libvpx.8
2024-12-16 12:40:45 -08:00
David B. Evans 41890f13d8 scummvm: update to version 2.9.0 2024-12-09 12:43:30 -08:00
Ken Cunningham 5822cce587 scummvm-devel: blacklist older clangs
to fix ./common/ustr.h:62:12: error: constexpr constructor never produces a constant expression
and similar errors
2023-11-11 10:33:46 -08:00
Ken Cunningham 9a45822f5c scummvm/scummvm-devel: update to current
- scummvm updates to 2.7.1
- scummvm-devel to current commit
- a few patches have been incorporated upstream,sometimes in
slightly different formats to similar effect.
- one plugin fails to link libfreetype unless manually added
2023-11-09 19:55:04 -08:00
Joshua Root 72e61cd27b flac dependents: rev bump
ABI changed in version 1.4.
2023-01-04 00:13:00 +11:00
harens bf574293e5 various: check for empty cxx_stdlib
By default there is no stdlib option on non-Darwin, resulting in build errors unless checked for.

Example fix: https://github.com/macports/macports-ports/commit/ee5188c0921e48a93c1f2ae10a206941fcc8f4fd
See: https://github.com/macports/macports-ports/pull/14323#discussion_r835618657
Closes: https://github.com/macports/macports-base/pull/269
2022-11-14 12:22:40 +00:00
kakuhenandClemens Lang 7a15763960 fluidsynth: update to 2.2.8, revbump known dependents
This closes Trac ticket #63501. This update to fluidsynth introduces
API and ABI breakage, compilation of all ports except audacious, lmms,
and VLC2 succeeded in local building (with trace mode) using this
version of fluidsynth. Here is a summary of changes to dependents.

* audacious-plugins
  - revbump
  Note: audacious-core fails compilation due to missing the
  dependency gdk-x11-2.0. This does not appear available on MacPorts.
  Moreover, the port maintainer states in Trac ticket #63501 to not
  treat compilation issues "as a blocker" for updating fluidsynth.

* denemo
  - revbump
  Note: this port successfully compiles when building locally, refer
  to GitHub ticket #14510

* gstreamer1-gst-plugins-bad
  - revbump

* libVLC2
  - see VLC2 below

* lmms
  - revbump
  Note: this port fails to compile due to encountering the issue
  described in Trac ticket #58009; this is NOT related to fluidsynth.

* scummvm
  - revbump

* scummvm-devel
  - revbump

* qsynth
  - revbump

* qtads
  - revbump

* VLC2
  - fix modeline for Emacs
  - revbump
  - remove fluidsynth dependency
  - disable fluidsynth in configuration
  Note: this port fails to compile locally, but the issue is NOT
  related to fluidsynth.

As a final note, apply this commit AFTER the pull request in GitHub
ticket #15565 is accepted. I decided to not revbump dosbox-x because
local testing suggests compatibility with fluidsyndth 2.2.8, and I do
not want to introduce a merge conflict when dosbox-x is updated.
2022-09-04 11:55:42 +02:00
Evan MillerandChristopher Nielsen 3f224d8935 scummvm: Fix build on G3 machines 2021-10-16 18:21:32 -04:00
Evan MillerandRenee Otten 687a205856 scummvm: update to 2.5.0 2021-10-16 05:12:35 -04:00
Joshua Root 949b3480c3 Rev bump libffi dependents
Version 3.4 broke binary compatibility.
2021-09-01 06:34:10 +10:00
Joshua Root 0c3c5e7701 switch jpeg dependencies to libjpeg-turbo
Change jpeg port to install in a location that does not conflict with
libjpeg-turbo or mozjpeg. Change all jpeg dependencies to use
libjpeg-turbo by default while allowing mozjpeg as a drop-in
replacement. Rev bump dependent ports due to differing library version.

Fixes: https://trac.macports.org/ticket/38907
2021-01-18 20:13:50 +11:00
Ken Cunningham 1ada29de02 scummvm-devel: bump to 20201209 2020-12-10 00:19:00 -08:00
Ken Cunningham d8c4a8e653 scummvm: bump release to v2.2.0
always use c++11 -- fixes build on Leopard, at least
minor tweak to patches, otherwise minimal changes
2020-12-09 21:36:06 -08:00
Ryan Schmidt d68d6d2f6d scummvm: Use the right C++ stdlib when linking 2019-11-12 20:39:35 -06:00
Ryan Schmidt 85bac0ac0b scummvm: Remove build date/time from versions
For the sake of reproducible builds.
2019-11-07 22:04:14 -06:00
Ryan Schmidt 67a7201917 scummvm: Update to 2.1.0 and -devel to 20191107 2019-11-07 12:11:13 -06:00
Joshua Root dcc120953e nomaintainer ports: retire cxx11 portgroup
Use new compiler options instead.
2019-10-07 00:45:20 +11:00
Chih-Hsuan Yen 157ebbff36 openssl: Rev-bump dependents
Generated with the following command:

rg -l -g Portfile ':openssl\b' ../macports-ports | grep -v '/lang/php/' | grep -v '/aqua/qt5' | xargs ./revbump-ports.sh

revbump-ports.sh is from https://github.com/yan12125/revbump-ports/tree/4a47ad53d5bc1553b86f48dfbf946bc9a466306c

Skipping lang/php and aqua/qt5 as only php*-{ftp,openssl} and
qt*-qtbase subports need revbumping, respectively.
2019-09-07 22:35:16 +08:00
kencu 2e9e208803 various ports: drop maintainership
I'm not actively maintaining these ports.
2019-08-08 20:16:52 -06:00
Mojca Miklavec 3ee3d44657 fluidsynth: revbump dependent ports
The lmms port seems to be broken and denemo requires <= 10.11.
See: https://trac.macports.org/ticket/58009
See: https://trac.macports.org/ticket/58010
2019-02-02 22:40:06 +01:00
Chris Jones b1d4bfdd10 scummvm{-devel}: Fix livecheck 2019-01-30 15:25:12 +00:00
Ken Cunningham 2c907f47dd scummvm: glk engine only exists on -devel subport
errors out on non-devel subport
closes: https://trac.macports.org/ticket/57970
2019-01-27 12:44:39 -08:00