From owner-freebsd-gnome@freebsd.org Fri Jul 12 23:59:32 2019 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 8584115DA63E for ; Fri, 12 Jul 2019 23:59:32 +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 1406B924DF for ; Fri, 12 Jul 2019 23:59:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BF59415DA63A; Fri, 12 Jul 2019 23:59:31 +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 ACF9F15DA639 for ; Fri, 12 Jul 2019 23:59:31 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4864A924D9 for ; Fri, 12 Jul 2019 23:59: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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7C22346DF for ; Fri, 12 Jul 2019 23:59:30 +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 x6CNxUwg056870 for ; Fri, 12 Jul 2019 23:59:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x6CNxUUZ056869 for gnome@FreeBSD.org; Fri, 12 Jul 2019 23:59:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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 239165] print/freetype2: update to 2.10.0 : [Attachment 205741] Proposed patch (since 503401 revision) Date: Fri, 12 Jul 2019 23:59:29 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? 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.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2019 23:59:32 -0000 lightside has asked freebsd-gnome mailing list for maintainer-approval: Bug 239165: print/freetype2: update to 2.10.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239165 Attachment 205741: Proposed patch (since 503401 revision) https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205741&action=3Dedit --- Comment #1 from lightside --- Created attachment 205741 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205741&action= =3Dedit Proposed patch (since 503401 revision) Hello. I think, in case of LONG_PCF_NAMES option, possible to add some information about pcf:no-long-family-names property to files/pkg-message.in file, based= on 2.8 changelog: https://sourceforge.net/projects/freetype/files/freetype2/2.8/ For example: -8<-- If LONG_PCF_NAMES port's option was enabled, it can be disabled at run time with using pcf:no-long-family-names property. Example: FREETYPE_PROPERTIES=3Dpcf:no-long-family-names=3D1 -->8- Also possible to include patches for closed bug reports after 2.10.1 release (in files/patch-2.10.1.diff): bug #56580: Type 1: Problem with (badly formed) SEAC glyph https://savannah.nongnu.org/bugs/index.php?56580 bug #56601: Odd behavior with variable hinted font. https://savannah.nongnu.org/bugs/index.php?56601 bug #56587: Direct-leak (OSS-Fuzz 12809) https://savannah.nongnu.org/bugs/index.php?56587 Attached patch with proposed changes.