From owner-freebsd-gnome@freebsd.org Sat Mar 10 17:54:59 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 2195DF4C4E0 for ; Sat, 10 Mar 2018 17:54:59 +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 ABBEE7D766 for ; Sat, 10 Mar 2018 17:54:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 662BAF4C4DB; Sat, 10 Mar 2018 17:54:58 +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 444CEF4C4DA for ; Sat, 10 Mar 2018 17:54:58 +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 D84A97D764 for ; Sat, 10 Mar 2018 17:54:57 +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 05A2B1E4DB for ; Sat, 10 Mar 2018 17:54:57 +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 w2AHsufE070958 for ; Sat, 10 Mar 2018 17:54:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w2AHsuIe070957 for gnome@FreeBSD.org; Sat, 10 Mar 2018 17:54:56 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 17:54:56 +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 17:54:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225744 --- Comment #18 from lightside --- (In reply to Yuichiro NAITO from comment #17) > This is correct. > I checked Helvetica font on Github site is replaced to True Type Font. Good to know. For example, Arch Linux maintainer(s) of freetype2 also "#def= ine PCF_CONFIG_OPTION_LONG_FAMILY_NAMES" for include/freetype/config/ftoption.h (which LONG_PCF_NAMES option does in print/freetype2 port), for some reason: https://git.archlinux.org/svntogit/packages.git/tree/trunk/0003-Enable-long= -PCF-family-names.patch?h=3Dpackages/freetype2&id=3D514f0d40b6602a391f28546= 5c05115deb2420823 The same on Gentoo Linux (with comment about FREETYPE_PROPERTIES=3D"pcf:no-long-family-names=3D1" to disable this, if ne= eded): https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/freetype/freetype= -2.9.ebuild?id=3D57397114fdb0a8479877a9e9718d6d6de68a0bab#n78 On the other hand, freetype2's developers disabled PCF_CONFIG_OPTION_LONG_FAMILY_NAMES on v2.8: https://sourceforge.net/projects/freetype/files/freetype2/2.8/ http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/CHANGES?h= =3DVER-2-8#n15 http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/include/freety= pe/config/ftoption.h?h=3DVER-2-8#n853 (In reply to Yuichiro NAITO from comment #17) > After upgrading freetype2-2.6 (without LONG_PCF_NAMES) and fontconfig-2.1= 2.6 > (without NO_BITMAPS), I don't see any changes about Helvetica font on > Github site. Ok, so updates with current default port's options doesn't affect issue with Helvetica font on GitHub site, if I understood correctly. Probably, this is about usage of correct port's options, e.g. either enabled NO_BITMAPS for x11-fonts/fontconfig or enabled LONG_PCF_NAMES for print/freetype2 port (an= d/or other manual settings, I guess). If you want (almost) freetype2 v2.6 behavior on newer version(s), I may sug= gest to use following print/freetype2 options (including fix for this issue as enabled LONG_PCF_NAMES option): LCD_FILTERING=3Don, LONG_PCF_NAMES=3Don, V38=3Doff, V40=3Doff, FIX_SIZE_MET= RICS=3Don, TT_SIZE_METRICS=3Doff. Other options, if desired. For example, DEBUG=3Doff, DOCS=3Don, PNG=3Don, TABLE_VALIDATION=3Doff. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=