summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/reminiscence/Makefile2
-rw-r--r--games/reminiscence/distinfo6
-rw-r--r--games/reminiscence/files/patch-Makefile17
3 files changed, 8 insertions, 17 deletions
diff --git a/games/reminiscence/Makefile b/games/reminiscence/Makefile
index b223aa73449c..0b871fa444a8 100644
--- a/games/reminiscence/Makefile
+++ b/games/reminiscence/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= REminiscence
-PORTVERSION= 0.4.5
+PORTVERSION= 0.4.6
CATEGORIES= games
MASTER_SITES= http://cyxdown.free.fr/reminiscence/ \
https://mirror.amdmi3.ru/distfiles/
diff --git a/games/reminiscence/distinfo b/games/reminiscence/distinfo
index 44334c4e6702..9ff6bcdef3c1 100644
--- a/games/reminiscence/distinfo
+++ b/games/reminiscence/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573833925
-SHA256 (REminiscence-0.4.5.tar.bz2) = 108ec26b71539a0697eff97498c31a26a10278892649584531732a0df0472abf
-SIZE (REminiscence-0.4.5.tar.bz2) = 155599
+TIMESTAMP = 1578494728
+SHA256 (REminiscence-0.4.6.tar.bz2) = a1738ca7df64cd34e75a0ada3110e70ed495260fda813bc9d8722b521fc6fee0
+SIZE (REminiscence-0.4.6.tar.bz2) = 156377
diff --git a/games/reminiscence/files/patch-Makefile b/games/reminiscence/files/patch-Makefile
index 99f0c59df713..a640ae6cc23d 100644
--- a/games/reminiscence/files/patch-Makefile
+++ b/games/reminiscence/files/patch-Makefile
@@ -1,10 +1,9 @@
---- Makefile.orig 2019-10-28 14:14:22 UTC
+--- Makefile.orig 2019-12-29 13:19:15 UTC
+++ Makefile
-@@ -2,19 +2,20 @@
+@@ -2,11 +2,13 @@
SDL_CFLAGS := `sdl2-config --cflags`
SDL_LIBS := `sdl2-config --libs`
--DL_LIBS := -ldl
-MODPLUG_LIBS := -lmodplug
-TREMOR_LIBS := -lvorbisidec -logg
-ZLIB_LIBS := -lz
@@ -14,16 +13,8 @@
+TREMOR_LIBS := `pkg-config --libs vorbisidec`
+ZLIB_LIBS := -lz
--CXXFLAGS += -Wall -Wpedantic -MMD $(SDL_CFLAGS) -DUSE_MODPLUG -DUSE_STATIC_SCALER -DUSE_TREMOR -DUSE_ZLIB
+-CXXFLAGS += -Wall -Wpedantic -MMD $(SDL_CFLAGS) -DUSE_MODPLUG -DUSE_TREMOR -DUSE_ZLIB
+CXXFLAGS += -Wall -Wpedantic -MMD $(SDL_CFLAGS) $(MODPLUG_CFLAGS) $(TREMOR_CFLAGS) -DUSE_MODPLUG -DUSE_TREMOR -DUSE_ZLIB
- SRCS = collision.cpp cpc_player.cpp cutscene.cpp decode_mac.cpp dynlib.cpp file.cpp fs.cpp game.cpp graphics.cpp main.cpp \
+ SRCS = collision.cpp cpc_player.cpp cutscene.cpp decode_mac.cpp file.cpp fs.cpp game.cpp graphics.cpp main.cpp \
menu.cpp mixer.cpp mod_player.cpp ogg_player.cpp piege.cpp protection.cpp resource.cpp resource_aba.cpp \
- resource_mac.cpp scaler.cpp screenshot.cpp seq_player.cpp \
- sfx_player.cpp staticres.cpp systemstub_sdl.cpp unpack.cpp util.cpp video.cpp
-
--SCALERS := scalers/scaler_nearest.cpp scalers/scaler_tv2x.cpp scalers/scaler_xbr.cpp
-+#SCALERS := scalers/scaler_nearest.cpp scalers/scaler_tv2x.cpp scalers/scaler_xbr.cpp
-
- OBJS = $(SRCS:.cpp=.o) $(SCALERS:.cpp=.o)
- DEPS = $(SRCS:.cpp=.d) $(SCALERS:.cpp=.d)