Date: Mon, 20 Aug 2018 20:09:17 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 227761] print/freetype2: Fonts aren't correctly rendered with 2.9 Message-ID: <bug-227761-6497-4JJacFIB41@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227761-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-227761-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227761 lightside <lightside@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doceng@FreeBSD.org Attachment #196397| |maintainer-approval?(doceng Flags| |@FreeBSD.org) --- Comment #40 from lightside <lightside@gmx.com> --- 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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227761-6497-4JJacFIB41>