Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 11:13:41 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486512 - head/audio/cava
Message-ID:  <201812031113.wB3BDf2R006556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Dec  3 11:13:41 2018
New Revision: 486512
URL: https://svnweb.freebsd.org/changeset/ports/486512

Log:
  audio/cava: Add a dummy fontname to cava.bdf
  
  Without it, the BDF is malformed with FONT set to just "psf" which
  is not a proper XLFD.  This confuses newer vtfontcvt versions which
  check for character cell spacing.
  
  PR:		205707

Modified:
  head/audio/cava/Makefile

Modified: head/audio/cava/Makefile
==============================================================================
--- head/audio/cava/Makefile	Mon Dec  3 10:48:06 2018	(r486511)
+++ head/audio/cava/Makefile	Mon Dec  3 11:13:41 2018	(r486512)
@@ -51,7 +51,8 @@ pre-configure:
 	@${ECHO_CMD} ${DISTVERSION} > ${WRKSRC}/version
 
 pre-build-VT-on:
-	psf2bdf ${WRKSRC}/cava.psf > ${WRKSRC}/cava.bdf
+	psf2bdf --fontname="-gnu-cava-medium-r-normal--16-160-75-75-c-80-iso10646-1" \
+		${WRKSRC}/cava.psf > ${WRKSRC}/cava.bdf
 	vtfontcvt ${WRKSRC}/cava.bdf ${WRKSRC}/cava.fnt
 
 post-install-DOCS-on:



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