From owner-freebsd-gnome@freebsd.org Sat Jul 13 02:01:37 2019 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 1082115DCFB7 for ; Sat, 13 Jul 2019 02:01:37 +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 9ACDC967D8 for ; Sat, 13 Jul 2019 02:01:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5153915DCFB3; Sat, 13 Jul 2019 02:01:36 +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 3F2D915DCFB2 for ; Sat, 13 Jul 2019 02:01:36 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDB9E967D3 for ; Sat, 13 Jul 2019 02:01:35 +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 297C85795 for ; Sat, 13 Jul 2019 02:01:35 +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 x6D21Z9h067013 for ; Sat, 13 Jul 2019 02:01:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x6D21Z33067012 for gnome@FreeBSD.org; Sat, 13 Jul 2019 02:01:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-approval requested: [Bug 239165] print/freetype2: update to 2.10.0 : [Attachment 205743] Proposed patch (since 503401 revision) Date: Sat, 13 Jul 2019 02:01:34 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? Message-ID: In-Reply-To: References: 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.29 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, 13 Jul 2019 02:01:37 -0000 lightside has asked freebsd-gnome mailing list for maintainer-approval: Bug 239165: print/freetype2: update to 2.10.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239165 Attachment 205743: Proposed patch (since 503401 revision) https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205743&action=3Dedit --- Comment #2 from lightside --- Created attachment 205743 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205743&action= =3Dedit Proposed patch (since 503401 revision) Clarified information about pcf:no-long-family-names property, based on 2.7= .1 changelog: https://sourceforge.net/projects/freetype/files/freetype2/2.7.1/ -8<-- If LONG_PCF_NAMES port's option was enabled, the PCF family names may inclu= de the foundry and information whether they contain wide characters. For examp= le, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled= at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=3Dpcf:no-long-family-names=3D1 To regenerate fontconfig cache with using such environment variable: # env FREETYPE_PROPERTIES=3Dpcf:no-long-family-names=3D1 fc-cache -f -s -v -->8-- I just proposed some variant of description. Feel free to change it, if nee= ded.