Date: Mon, 18 Nov 2019 20:22:51 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517923 - in head/games/reminiscence: . files Message-ID: <201911182022.xAIKMpB8014862@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Nov 18 20:22:51 2019 New Revision: 517923 URL: https://svnweb.freebsd.org/changeset/ports/517923 Log: - Update to 0.4.5 Modified: head/games/reminiscence/Makefile head/games/reminiscence/distinfo head/games/reminiscence/files/patch-Makefile Modified: head/games/reminiscence/Makefile ============================================================================== --- head/games/reminiscence/Makefile Mon Nov 18 18:38:50 2019 (r517922) +++ head/games/reminiscence/Makefile Mon Nov 18 20:22:51 2019 (r517923) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= REminiscence -PORTVERSION= 0.3.7 +PORTVERSION= 0.4.5 CATEGORIES= games MASTER_SITES= http://cyxdown.free.fr/reminiscence/ \ https://mirror.amdmi3.ru/distfiles/ Modified: head/games/reminiscence/distinfo ============================================================================== --- head/games/reminiscence/distinfo Mon Nov 18 18:38:50 2019 (r517922) +++ head/games/reminiscence/distinfo Mon Nov 18 20:22:51 2019 (r517923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526309088 -SHA256 (REminiscence-0.3.7.tar.bz2) = 3e1b9d8e260e5aca086c4a95a833abb2918a2a81047df706770b8f7dcda1934f -SIZE (REminiscence-0.3.7.tar.bz2) = 128780 +TIMESTAMP = 1573833925 +SHA256 (REminiscence-0.4.5.tar.bz2) = 108ec26b71539a0697eff97498c31a26a10278892649584531732a0df0472abf +SIZE (REminiscence-0.4.5.tar.bz2) = 155599 Modified: head/games/reminiscence/files/patch-Makefile ============================================================================== --- head/games/reminiscence/files/patch-Makefile Mon Nov 18 18:38:50 2019 (r517922) +++ head/games/reminiscence/files/patch-Makefile Mon Nov 18 20:22:51 2019 (r517923) @@ -1,6 +1,6 @@ ---- Makefile.orig 2017-11-01 12:18:57 UTC +--- Makefile.orig 2019-10-28 14:14:22 UTC +++ Makefile -@@ -2,12 +2,13 @@ +@@ -2,19 +2,20 @@ SDL_CFLAGS := `sdl2-config --cflags` SDL_LIBS := `sdl2-config --libs` @@ -14,8 +14,16 @@ +TREMOR_LIBS := `pkg-config --libs vorbisidec` +ZLIB_LIBS := -lz --CXXFLAGS += -Wall -MMD $(SDL_CFLAGS) -DUSE_MODPLUG -DUSE_TREMOR -DUSE_ZLIB -+CXXFLAGS += -Wall -MMD $(SDL_CFLAGS) $(MODPLUG_CFLAGS) $(TREMOR_CFLAGS) -DUSE_MODPLUG -DUSE_TREMOR -DUSE_ZLIB +-CXXFLAGS += -Wall -Wpedantic -MMD $(SDL_CFLAGS) -DUSE_MODPLUG -DUSE_STATIC_SCALER -DUSE_TREMOR -DUSE_ZLIB ++CXXFLAGS += -Wall -Wpedantic -MMD $(SDL_CFLAGS) $(MODPLUG_CFLAGS) $(TREMOR_CFLAGS) -DUSE_MODPLUG -DUSE_TREMOR -DUSE_ZLIB - SRCS = collision.cpp cutscene.cpp dynlib.cpp file.cpp fs.cpp game.cpp graphics.cpp main.cpp menu.cpp \ - mixer.cpp mod_player.cpp ogg_player.cpp piege.cpp resource.cpp resource_aba.cpp \ + SRCS = collision.cpp cpc_player.cpp cutscene.cpp decode_mac.cpp dynlib.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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911182022.xAIKMpB8014862>