Date: Thu, 24 Jan 2019 09:10:15 +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: r491083 - head/x11-fonts/profont Message-ID: <201901240910.x0O9AFSd091674@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Jan 24 09:10:14 2019 New Revision: 491083 URL: https://svnweb.freebsd.org/changeset/ports/491083 Log: x11-fonts/profont: Use vtfontcvt-ng and drop vtfontcvt(1) workarounds Modified: head/x11-fonts/profont/Makefile Modified: head/x11-fonts/profont/Makefile ============================================================================== --- head/x11-fonts/profont/Makefile Thu Jan 24 09:02:30 2019 (r491082) +++ head/x11-fonts/profont/Makefile Thu Jan 24 09:10:14 2019 (r491083) @@ -3,7 +3,7 @@ PORTNAME= profont PORTVERSION= 400 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts MASTER_SITES= LOCAL/tobik \ http://tobiasjung.name/downloadfile.php?file=profont-x11.zip?dummy/ @@ -31,7 +31,8 @@ TYPE_DESC= Font type VT_DESC= Install vt(4) fonts X11_DESC= Install Xorg bitmap fonts -VT_BUILD_DEPENDS= pcf2bdf:x11-fonts/pcf2bdf +VT_BUILD_DEPENDS= pcf2bdf:x11-fonts/pcf2bdf \ + vtfontcvt-ng:x11-fonts/vtfontcvt-ng X11_USES= fonts X11_USES_OFF= fonts:none @@ -43,8 +44,7 @@ do-build-VT-on: .for h in 10 11 12 15 17 22 29 pcf2bdf -o ${WRKSRC}/ProFont_r400-${h}.bdf \ ${WRKSRC}/ProFont_r400-${h}.pcf - vtfontcvt -h ${h} -w $$(${AWK} '$$1 == "FONTBOUNDINGBOX" { print $$2 }' ${WRKSRC}/ProFont_r400-${h}.bdf) \ - ${WRKSRC}/ProFont_r400-${h}.bdf \ + vtfontcvt-ng ${WRKSRC}/ProFont_r400-${h}.bdf \ ${WRKSRC}/ProFont_r400-${h}.fnt .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901240910.x0O9AFSd091674>