[ cc'ing maintainer ] Inlined patch updates fheroes2 game - builds and runs fine on current/amd64 with resources from demo version.
The patch also adds audio/timidity as RUN_DEPENDS, with it you're able to hear game music. patch-Makefile should be rm'ed diff /usr/ports commit - f2ea66a16674d866fb6e818ad75e4e519e7728bd path + /usr/ports blob - 6780219353dc8ec58ea40a74dd41b6a1fa0cdbbb file + games/fheroes2/Makefile --- games/fheroes2/Makefile +++ games/fheroes2/Makefile @@ -2,7 +2,7 @@ GH_TAGNAME = 0.9.18 GH_ACCOUNT = ihhub GH_PROJECT = fheroes2 -GH_TAGNAME = 0.9.18 +GH_TAGNAME = 0.9.21 CATEGORIES = games HOMEPAGE = https://ihhub.github.io/fheroes2/ MAINTAINER = Thomas Frohwein <[email protected]> @@ -18,6 +18,7 @@ MAKE_FLAGS += FHEROES2_DATA=${PREFIX}/share/fheroes2 BUILD_DEPENDS = devel/gettext,-tools \ textproc/gsed LIB_DEPENDS = devel/sdl2-mixer +RUN_DEPENDS = audio/timidity MAKE_FLAGS += FHEROES2_DATA=${PREFIX}/share/fheroes2 USE_GMAKE = Yes NO_TEST = Yes blob - 153a2f4b460f919a7e8f4f07c81dc4db522edcfb file + games/fheroes2/distinfo --- games/fheroes2/distinfo +++ games/fheroes2/distinfo @@ -1,2 +1,2 @@ -SHA256 (fheroes2-0.9.18.tar.gz) = vNmvznuGljD5fP23E2aPD33M9p/Gsx2xynSsL2NSSo0= -SIZE (fheroes2-0.9.18.tar.gz) = 5117381 +SHA256 (fheroes2-0.9.21.tar.gz) = hj54zSObV3BolXhD1ZJvzPcsi/0FMVIswkIEDzEINBw= +SIZE (fheroes2-0.9.21.tar.gz) = 10914492 blob - 70ac159dc9ca898a41c69d6c49adbcd9934d8799 file + /dev/null --- games/fheroes2/patches/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -also build translation files (*.mo) - -Index: Makefile ---- Makefile.orig -+++ Makefile -@@ -37,6 +37,7 @@ PROJECT_VERSION := $(file < version.txt) - - all: - $(MAKE) -C src -+ $(MAKE) -C files/lang - ifndef FHEROES2_MACOS_APP_BUNDLE - @cp src/dist/$(TARGET) . - endif
