Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2020 22:50:46 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557092 - head/games/rlvm
Message-ID:  <202012052250.0B5MokTV034298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Dec  5 22:50:45 2020
New Revision: 557092
URL: https://svnweb.freebsd.org/changeset/ports/557092

Log:
  games/rlvm: unbreak font fallback after r521445 r521451 r521458
  
  $ rlvm /path/to/CLANNAD
  Could not find msgothic.ttc or a suitable fallback font.: Please place a copy of msgothic.ttc in either your home directory or in the game path.

Modified:
  head/games/rlvm/Makefile   (contents, props changed)

Modified: head/games/rlvm/Makefile
==============================================================================
--- head/games/rlvm/Makefile	Sat Dec  5 22:48:45 2020	(r557091)
+++ head/games/rlvm/Makefile	Sat Dec  5 22:50:45 2020	(r557092)
@@ -4,7 +4,7 @@ PORTNAME=	rlvm
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	0.14-67
 DISTVERSIONSUFFIX=	-g9350209
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	games
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -70,7 +70,8 @@ post-patch:
 		${WRKSRC}/src/platforms/gtk/gtk_rlvm_instance.cc
 	@${REINPLACE_CMD} -e 's,/usr/share,${LOCALBASE}/share,' \
 		-e 's,truetype/ttf-dejavu,dejavu,' \
-		-e 's,truetype/[^/"]*/,TTF/,' \
+		-e 's,truetype/mona,mona-ttf,' \
+		-e 's,truetype/,,' \
 		${WRKSRC}/src/utilities/find_font_file.cc
 
 do-test-TEST-on:



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