Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 12:35:46 +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: r522482 - in head/games/reminiscence: . files
Message-ID:  <202001091235.009CZkkv066116@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jan  9 12:35:46 2020
New Revision: 522482
URL: https://svnweb.freebsd.org/changeset/ports/522482

Log:
  - Update to 0.4.6

Modified:
  head/games/reminiscence/Makefile
  head/games/reminiscence/distinfo
  head/games/reminiscence/files/patch-Makefile

Modified: head/games/reminiscence/Makefile
==============================================================================
--- head/games/reminiscence/Makefile	Thu Jan  9 12:24:37 2020	(r522481)
+++ head/games/reminiscence/Makefile	Thu Jan  9 12:35:46 2020	(r522482)
@@ -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/

Modified: head/games/reminiscence/distinfo
==============================================================================
--- head/games/reminiscence/distinfo	Thu Jan  9 12:24:37 2020	(r522481)
+++ head/games/reminiscence/distinfo	Thu Jan  9 12:35:46 2020	(r522482)
@@ -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

Modified: head/games/reminiscence/files/patch-Makefile
==============================================================================
--- head/games/reminiscence/files/patch-Makefile	Thu Jan  9 12:24:37 2020	(r522481)
+++ head/games/reminiscence/files/patch-Makefile	Thu Jan  9 12:35:46 2020	(r522482)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001091235.009CZkkv066116>