From owner-freebsd-gnome@freebsd.org Thu Oct 6 04:39:30 2016 Return-Path: Delivered-To: freebsd-gnome@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 28E2DBD31F1 for ; Thu, 6 Oct 2016 04:39:30 +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 1200890F for ; Thu, 6 Oct 2016 04:39:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0E4FBBD31F0; Thu, 6 Oct 2016 04:39:30 +0000 (UTC) Delivered-To: gnome@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 0DFBCBD31EF for ; Thu, 6 Oct 2016 04:39:30 +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 mx1.freebsd.org (Postfix) with ESMTPS id D780490D for ; Thu, 6 Oct 2016 04:39:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u964dTE3089406 for ; Thu, 6 Oct 2016 04:39:29 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 211201] print/freetype2: update to 2.7, add V40 code : [Attachment 175459] Proposed patch (since 412348 revision) with pkg-message file Date: Thu, 06 Oct 2016 04:39:29 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 04:39:30 -0000 lightside has asked gnome@FreeBSD.org for maintainer-approval: Bug 211201: print/freetype2: update to 2.7, add V40 code https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211201 Attachment 175459: Proposed patch (since 412348 revision) with pkg-message = file https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175459&action=3Dedit --- Comment #42 from lightside --- Created attachment 175459 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175459&action= =3Dedit Proposed patch (since 412348 revision) with pkg-message file (In reply to comment #41) > But it is better to document how to get old behavior (in /usr/ports/UPDATING?) I think, possible to use port's pkg-message file for this. I attached some variant of it, based on information from following files: http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/CHANGES?i= d=3DVE R-2-7#n2 http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/include/freety= pe/c onfig/ftoption.h?id=3DVER-2-7#n80 -8<-- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option)= as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). An environment variable "FREETYPE_PROPERTIES" can be used to control driver properties. Example: FREETYPE_PROPERTIES=3Dtruetype:interpreter-version=3D35 \ cff:no-stem-darkening=3D1 \ autofitter:warping=3D1 This allows to select, say, the subpixel hinting mode at runtime for a given application. The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (%%DOCSDIR%%/reference/ft2-toc.html, if DOCS port's option was enabled). -->8-