From owner-freebsd-gnome@freebsd.org Thu Oct 6 04:39:31 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 50D74BD31F6 for ; Thu, 6 Oct 2016 04:39:31 +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 39E47914 for ; Thu, 6 Oct 2016 04:39:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3952EBD31F5; Thu, 6 Oct 2016 04:39:31 +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 38FA9BD31F4 for ; Thu, 6 Oct 2016 04:39:31 +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 0E581912 for ; Thu, 6 Oct 2016 04:39:31 +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 u964dTE9089406 for ; Thu, 6 Oct 2016 04:39:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 211201] print/freetype2: update to 2.7, add V40 code Date: Thu, 06 Oct 2016 04:39:29 +0000 X-Bugzilla-Reason: AssignedTo CC 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: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name attachments.created 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.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:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211201 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175459| |maintainer-approval?(gnome@ Flags| |FreeBSD.org) --- 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/UPDAT= ING?) 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=3DVER-2-7#n2 http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/include/freety= pe/config/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- --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=