From owner-freebsd-gnome@freebsd.org Thu May 3 02:09:47 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 D7FFBFBC72E for ; Thu, 3 May 2018 02:09:46 +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 5EB40867B9 for ; Thu, 3 May 2018 02:09:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 22AA3FBC72B; Thu, 3 May 2018 02:09:46 +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 D9F28FBC72A for ; Thu, 3 May 2018 02:09:45 +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 6FCBD86795 for ; Thu, 3 May 2018 02:09:45 +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 9AC1A27BFB for ; Thu, 3 May 2018 02:09:44 +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 w4329ixF047298 for ; Thu, 3 May 2018 02:09:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w4329iFv047296 for gnome@FreeBSD.org; Thu, 3 May 2018 02:09:44 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 227761] print/freetype2: Fonts aren't correctly rendered with 2.9 Date: Thu, 03 May 2018 02:09:43 +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: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: 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.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: Thu, 03 May 2018 02:09:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227761 --- Comment #5 from lightside --- Created attachment 193013 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D193013&action= =3Dedit Testing environment for freetype2, based on git bisect (In reply to comment #3) > I slightly modified testing environment for freetype2, which I introduced= in > bug 219608 comment #27. Also attached archive with modified testing environment, if somebody interested. How to use: 1. Extract (downloaded) attached archive to new directory: % mkdir bisect % tar -xf freetype2_bisect.tar.bz2 -C bisect 2. Change destination to new directory and clone freetype2 git repository in it: % cd bisect % git clone https://git.savannah.gnu.org/git/freetype/freetype2.git 3. Configure needed options in test.sh file, e.g. OPTION_SUBPIXEL_HINTING, OPTION_LONG_PCF_NAMES, OPTION_SUBPIXEL_RENDERING, which will be used, when available. 4. Configure expected_checksum variable in test.sh file: 4.1 Checkout VER-2-8: % cd freetype2 % git checkout VER-2-8 4.2 And run test.sh in related directory: % ../test.sh If there were no errors, this gives some sha256 checksum, which need to spe= cify for expected_checksum variable in test.sh file: expected_checksum=3D"1370a12f43a024354c77b206c6af83a9ae330ca8d31361ceea2895= a23458a9ec" 4.3. (Optional) Checkout previous commit, e.g. master: % git checkout master 5. Configure git bisect and run it: % git bisect start VER-2-9-1 VER-2-8 -- % git bisect run ../test.sh 6. At the end this may show found commit, which possible to check with `git bisect visualize` and `git bisect log` commands. 7. Finish bisection search and go back to (previous) commit: % git bisect reset --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=