svn commit: r557094 - branches/2020Q4/games/rlvm

Jan Beich jbeich at FreeBSD.org
Sat Dec 5 22:51:40 UTC 2020


Author: jbeich
Date: Sat Dec  5 22:51:39 2020
New Revision: 557094
URL: https://svnweb.freebsd.org/changeset/ports/557094

Log:
  MFH: r557092
  
  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:
  branches/2020Q4/games/rlvm/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/games/rlvm/Makefile
==============================================================================
--- branches/2020Q4/games/rlvm/Makefile	Sat Dec  5 22:50:50 2020	(r557093)
+++ branches/2020Q4/games/rlvm/Makefile	Sat Dec  5 22:51:39 2020	(r557094)
@@ -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:


More information about the svn-ports-all mailing list