Date: Fri, 13 Aug 2021 08:41:46 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d42389c58859 - main - devel/rlvm: update to 0.14.77 Message-ID: <202108130841.17D8fkxd069234@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d42389c588591db5558ce184b72421847572479d commit d42389c588591db5558ce184b72421847572479d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-05-27 12:59:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-08-13 08:41:20 +0000 devel/rlvm: update to 0.14.77 Changes: https://github.com/eglaysher/rlvm/compare/975e740c...fabf134a --- games/rlvm/Makefile | 5 ++--- games/rlvm/distinfo | 6 +++--- games/rlvm/files/patch-SConstruct | 16 +++++++--------- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/games/rlvm/Makefile b/games/rlvm/Makefile index a81eeefc1f51..b886e73fade2 100644 --- a/games/rlvm/Makefile +++ b/games/rlvm/Makefile @@ -1,8 +1,7 @@ PORTNAME= rlvm DISTVERSIONPREFIX= release- -DISTVERSION= 0.14-75 -DISTVERSIONSUFFIX= -g975e740c -PORTREVISION= 2 +DISTVERSION= 0.14-77 +DISTVERSIONSUFFIX= -gfabf134a CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org diff --git a/games/rlvm/distinfo b/games/rlvm/distinfo index 62a69c247005..e87aa5d8d978 100644 --- a/games/rlvm/distinfo +++ b/games/rlvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580529853 -SHA256 (eglaysher-rlvm-release-0.14-75-g975e740c_GH0.tar.gz) = ecac97ae2098f6e4aa8f81d7ad10882e4947e6491e79ed265d240115d3f205fc -SIZE (eglaysher-rlvm-release-0.14-75-g975e740c_GH0.tar.gz) = 1905520 +TIMESTAMP = 1622120369 +SHA256 (eglaysher-rlvm-release-0.14-77-gfabf134a_GH0.tar.gz) = 0cf16f5f6ef7d19df62133c01ffd3f135edd2c5dc12018a390c96e3b3c4e7e74 +SIZE (eglaysher-rlvm-release-0.14-77-gfabf134a_GH0.tar.gz) = 1905421 diff --git a/games/rlvm/files/patch-SConstruct b/games/rlvm/files/patch-SConstruct index 8960cb596572..a574c1801a5b 100644 --- a/games/rlvm/files/patch-SConstruct +++ b/games/rlvm/files/patch-SConstruct @@ -1,4 +1,4 @@ ---- SConstruct.orig 2021-08-10 14:26:06 UTC +--- SConstruct.orig 2021-05-27 12:59:29 UTC +++ SConstruct @@ -19,8 +19,13 @@ AddOption('--fullstatic', action='store_true', @@ -14,17 +14,15 @@ LIBS = ["z"], LOCAL_LIBS = [], -@@ -284,7 +289,8 @@ if not config.CheckGuichan(): - - # Get the configuration from sdl and freetype +@@ -286,6 +291,7 @@ if not config.CheckGuichan(): env.ParseConfig("sdl-config --cflags") --env.ParseConfig("freetype-config --cflags --libs") -+env.ParseConfig("pkg-config freetype2 --cflags --libs") + env.Append(CFLAGS=["-DFB_USE_FREETYPE"]) + env.ParseConfig("pkg-config --cflags --libs freetype2") +config.CheckLibWithHeader('intl', 'libintl.h', "cpp") - env = config.Finish() -@@ -313,7 +319,6 @@ if GetOption('release'): + env = config.Finish() +@@ -315,7 +321,6 @@ if GetOption('release'): # Now add release optimizations to the environment env.Append( CPPFLAGS = [ @@ -32,7 +30,7 @@ "-DNDEBUG", "-DBOOST_DISABLE_ASSERTS" ] -@@ -359,13 +364,7 @@ elif GetOption('pprof'): +@@ -361,13 +366,7 @@ elif GetOption('pprof'): "profiler"] ) else:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108130841.17D8fkxd069234>