svn commit: r557092 - head/games/rlvm

Jan Beich jbeich at FreeBSD.org
Sat Dec 5 22:50:46 UTC 2020


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:


More information about the svn-ports-all mailing list