From owner-svn-ports-head@freebsd.org Fri Jan 12 09:16:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A907DE7CB30; Fri, 12 Jan 2018 09:16:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84F687F55D; Fri, 12 Jan 2018 09:16:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6D2C21B60; Fri, 12 Jan 2018 09:16:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0C9GKmN036636; Fri, 12 Jan 2018 09:16:20 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0C9GKE4036634; Fri, 12 Jan 2018 09:16:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201801120916.w0C9GKE4036634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 12 Jan 2018 09:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458811 - head/x11-fonts/encodings X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/x11-fonts/encodings X-SVN-Commit-Revision: 458811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2018 09:16:21 -0000 Author: pi Date: Fri Jan 12 09:16:20 2018 New Revision: 458811 URL: https://svnweb.freebsd.org/changeset/ports/458811 Log: x11-fonts/encodings: run mkfontscale to fix encodings.dir post-install - Since only *.enc.gz files are installed while the encodings.dir file is genareted for directories containing both *.enc and *.enc.gz files, the installed encodings.dir file includes bogus entries for *.enc. - It causes libfontenc to fail to find encoding files, then X to fail to open TrueType fonts with some encodings such as ascii-0 or jisx0208.1990-0. PR: 170852 Submitted by: hiroto.kagotani@gmail.com, Jia-Shiun Li Modified: head/x11-fonts/encodings/Makefile head/x11-fonts/encodings/pkg-descr Modified: head/x11-fonts/encodings/Makefile ============================================================================== --- head/x11-fonts/encodings/Makefile Fri Jan 12 09:03:49 2018 (r458810) +++ head/x11-fonts/encodings/Makefile Fri Jan 12 09:16:20 2018 (r458811) @@ -2,18 +2,24 @@ PORTNAME= encodings PORTVERSION= 1.0.4 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 -MASTER_SITES= XORG/individual/font CATEGORIES= x11-fonts +MASTER_SITES= XORG/individual/font MAINTAINER= x11@FreeBSD.org COMMENT= X.Org Encoding fonts +LICENSE= PD + +BUILD_DEPENDS= mkfontscale:x11-fonts/mkfontscale + USES= tar:bzip2 USE_XORG= fontutil -BUILD_DEPENDS= mkfontscale:x11-fonts/mkfontscale GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/share/fonts + +post-install: + cd ${STAGEDIR}/usr/local/share/fonts/encodings && /usr/local/bin/mkfontscale -b -s -l -n -r -p /usr/local/share/fonts/encodings -e . -e large . .include Modified: head/x11-fonts/encodings/pkg-descr ============================================================================== --- head/x11-fonts/encodings/pkg-descr Fri Jan 12 09:03:49 2018 (r458810) +++ head/x11-fonts/encodings/pkg-descr Fri Jan 12 09:16:20 2018 (r458811) @@ -1,3 +1,3 @@ -This package contains encondings X.Org fonts. +This package contains encodings of X.Org fonts. WWW: https://www.x.org/