diff --git a/games-engines/scummvm/patches/scummvm-2.8.1.patchset b/games-engines/scummvm/patches/scummvm-2.8.1.patchset deleted file mode 100644 index c8b42eb98..000000000 --- a/games-engines/scummvm/patches/scummvm-2.8.1.patchset +++ /dev/null @@ -1,21 +0,0 @@ -From d825c79377dc7fd133eed6fc33e9bc56d3041d82 Mon Sep 17 00:00:00 2001 -From: Schrijvers Luc -Date: Thu, 29 Aug 2024 10:55:49 +0200 -Subject: Haiku fix for _GNU_SOURCE - - -diff --git a/configure b/configure -index 480916a..cebcaea 100755 ---- a/configure -+++ b/configure -@@ -3231,6 +3231,7 @@ EOF - ;; - haiku*) - append_var DEFINES "-DSYSTEM_NOT_SUPPORTING_D_TYPE" -+ append_var DEFINES "-D_GNU_SOURCE" - # Needs -lnetwork for the timidity MIDI driver - append_var LIBS "-lnetwork" - _seq_midi=no --- -2.45.2 - diff --git a/games-engines/scummvm/scummvm-2.8.1.recipe b/games-engines/scummvm/scummvm-2.9.0.recipe similarity index 95% rename from games-engines/scummvm/scummvm-2.8.1.recipe rename to games-engines/scummvm/scummvm-2.9.0.recipe index 17018006c..3c354f8d4 100644 --- a/games-engines/scummvm/scummvm-2.8.1.recipe +++ b/games-engines/scummvm/scummvm-2.9.0.recipe @@ -7,10 +7,9 @@ were never designed!" HOMEPAGE="https://www.scummvm.org/" COPYRIGHT="2001-2024 ScummVM Team" LICENSE="GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz" -CHECKSUM_SHA256="4dff1f7a3ce87ea744914211a79e753dbae7e098250f1c6db70b0c773fd438c4" -PATCHES="scummvm-$portVersion.patchset" +CHECKSUM_SHA256="65460973933ea9b5a24f53799900165a72af880482778fffa305ef20efd282d7" ADDITIONAL_FILES="scummvm.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -94,7 +93,7 @@ BUILD() --bindir=$appsDir --libdir=$libDir --datarootdir=$dataDir \ --mandir=$manDir --docdir=$docDir \ --disable-debug --enable-release --disable-eventrecorder # \ - # --disable-all-engines + # --disable-all-engines # can be used to compile scummvm without # engines, which makes it build faster (to test), those that # are still under construction can be built with --enable-all-engines