From owner-freebsd-gnome@freebsd.org Mon Aug 20 20:09:21 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 E462F107B39F for ; Mon, 20 Aug 2018 20:09:20 +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 80B387F9CC for ; Mon, 20 Aug 2018 20:09:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 41FE9107B39E; Mon, 20 Aug 2018 20:09:20 +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 20023107B39D for ; Mon, 20 Aug 2018 20:09:20 +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 B4F2F7F9C2 for ; Mon, 20 Aug 2018 20:09:19 +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 08B8627A7C for ; Mon, 20 Aug 2018 20:09:19 +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 w7KK9IXi072298 for ; Mon, 20 Aug 2018 20:09:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7KK9I44072297 for gnome@FreeBSD.org; Mon, 20 Aug 2018 20:09:18 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: Mon, 20 Aug 2018 20:09:17 +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: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: cc 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.27 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 20:09:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227761 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doceng@FreeBSD.org Attachment #196397| |maintainer-approval?(doceng Flags| |@FreeBSD.org) --- Comment #40 from lightside --- Created attachment 196397 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196397&action= =3Dedit Proposed patch for print/ghostscript9-agpl-base (since 473400 revision) The (manual) git bisect have found following commit, which fixes new issue: http://git.ghostscript.com/?p=3Dghostpdl.git;a=3Dcommitdiff;h=3D8ec5c5ded5f= c19cabd95dad385b22a506e59acaf -8<-- zfapi.c: another case of is_glyph_index set wrongly This is related to freetype now a) automatically selecting a Unicode cmap f= or every font, if one is available, and b) automatically generating a Unicode = cmap for every font when one is not available. Logic that we had pushed down to the FAPI/FT interface layer, we now need to apply earlier. -->8- The git bisect log: -8<-- git bisect start # new: [4ade82d9471971937ff3bcb39823cb080a18c2d5] Fix a minor compiler warn= ing git bisect new 4ade82d9471971937ff3bcb39823cb080a18c2d5 # old: [cfada4acb65861b4361ad80dbb53f61c5dc94c96] Bump version - prep for release git bisect old cfada4acb65861b4361ad80dbb53f61c5dc94c96 # new: [dc20112ef13ebdfc6e1ad20ac9ef5462e9145682] Fix a compiler warning git bisect new dc20112ef13ebdfc6e1ad20ac9ef5462e9145682 # new: [c0f89bd215d700339429da4375a4eaf89445f872] jbig2dec: Remove unnecess= ary whitespace. git bisect new c0f89bd215d700339429da4375a4eaf89445f872 # old: [d411d72de4d41e0ad436c50d89088dc13e3b3f42] Shared library compiler warnings: lcms2, openjpeg git bisect old d411d72de4d41e0ad436c50d89088dc13e3b3f42 # new: [bc817a3afdb932eadac17155834f89efd1c96da4] Bring libpng up to 1.6.34 git bisect new bc817a3afdb932eadac17155834f89efd1c96da4 # new: [8ec5c5ded5fc19cabd95dad385b22a506e59acaf] zfapi.c: another case of is_glyph_index set wrongly git bisect new 8ec5c5ded5fc19cabd95dad385b22a506e59acaf # old: [781c6a90b501a7cfcf1cdd337344444e6b388ef6] Address some compiler warnings adding casts git bisect old 781c6a90b501a7cfcf1cdd337344444e6b388ef6 # old: [e3ef00ae7bd46ac4c45bf67cbb03a2342e850dca] Fix PACIFY_VALGRIND build git bisect old e3ef00ae7bd46ac4c45bf67cbb03a2342e850dca # old: [6e4ac5e7f1e8ea1835a99f12a7a4e34ebd85261e] Bug 699141: add configure test for __restrict in compiler git bisect old 6e4ac5e7f1e8ea1835a99f12a7a4e34ebd85261e # first new commit: [8ec5c5ded5fc19cabd95dad385b22a506e59acaf] zfapi.c: ano= ther case of is_glyph_index set wrongly -->8- Attached patch for print/ghostscript9-agpl-base port. Please test. Also fixed following portlint's error: FATAL: Makefile: [25]: use a tab (not space) after a variable name To Pascal Christen: Thanks for your assistance and test_empty.pdf file in attachment #196273 for test(s), which helped to find upstream fix for new issue in Ghostscript 9.23 release. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=