From owner-freebsd-gnome@freebsd.org Sat Mar 10 05:10:57 2018 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F89CF4C278 for ; Sat, 10 Mar 2018 05:10:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9A931836C4 for ; Sat, 10 Mar 2018 05:10:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 59FCFF4C277; Sat, 10 Mar 2018 05:10:56 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47614F4C276 for ; Sat, 10 Mar 2018 05:10:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D946D836BA for ; Sat, 10 Mar 2018 05:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 3106F17C3C for ; Sat, 10 Mar 2018 05:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w2A5Atb2034281 for ; Sat, 10 Mar 2018 05:10:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w2A5AtTt034280 for gnome@FreeBSD.org; Sat, 10 Mar 2018 05:10:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 225744] [PATCH] defaulting x11-fonts/fontconfig no-bitmap.conf Date: Sat, 10 Mar 2018 05:10:55 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2018 05:10:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225744 --- Comment #13 from lightside --- (In reply to comment #12) > /usr/local/share/fonts/terminus-font/ter-112b.pcf.gz: xos4 Terminus:style= =3DBold Someone may notice "xos4" in font's name. This is because of enabled LONG_PCF_NAMES option ("Enable long PCF family names") for print/freetype2 (reinstall of x11-fonts/fontconfig maybe required, because of fc-cache usage after installation). There is following output with disabled LONG_PCF_NAMES option for print/freetype2: -8<-- % fc-list | sort | grep fonts/terminus-font | head -4 /usr/local/share/fonts/terminus-font/ter-112b.pcf.gz: Terminus:style=3DBold /usr/local/share/fonts/terminus-font/ter-112n.pcf.gz: Terminus:style=3DRegu= lar /usr/local/share/fonts/terminus-font/ter-114b.pcf.gz: Terminus:style=3DBold /usr/local/share/fonts/terminus-font/ter-114n.pcf.gz: Terminus:style=3DRegu= lar -->8- Probably, the mentioned issue in comment #0 may be solved with enabled LONG_PCF_NAMES option for print/freetype2, which may change "Helvetica" fon= t's name to "Adobe Helvetica". --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=