Received: by mail.netbsd.org (Postfix, from userid 605) id 90E6584DCC; Tue, 30 Oct 2018 17:49:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B900E84DF6 for ; Tue, 30 Oct 2018 17:49:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UGkOn7fjyrSW for ; Tue, 30 Oct 2018 17:49:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1C64984DCC for ; Tue, 30 Oct 2018 17:49:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15A2AFBEE; Tue, 30 Oct 2018 17:49:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540921778205750" MIME-Version: 1.0 Date: Tue, 30 Oct 2018 17:49:38 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/x11/gtk3 To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20181030174938.15A2AFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540921778205750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Oct 30 17:49:38 UTC 2018 Modified Files: pkgsrc/x11/gtk3: distinfo pkgsrc/x11/gtk3/patches: patch-gtk_gtkfontchooserwidget.c Log Message: gtk3: Add reference to upstream issue regarding freetype headers include-s To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/x11/gtk3/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/x11/gtk3/patches/patch-gtk_gtkfontchooserwidget.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540921778205750 Content-Disposition: inline Content-Length: 1860 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk3/distinfo diff -u pkgsrc/x11/gtk3/distinfo:1.58 pkgsrc/x11/gtk3/distinfo:1.59 --- pkgsrc/x11/gtk3/distinfo:1.58 Mon Oct 29 21:35:17 2018 +++ pkgsrc/x11/gtk3/distinfo Tue Oct 30 17:49:37 2018 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.58 2018/10/29 21:35:17 leot Exp $ +$NetBSD: distinfo,v 1.59 2018/10/30 17:49:37 leot Exp $ SHA1 (gtk+-3.24.1.tar.xz) = 0a5ce28ba6065a484308093bdb56ff6056b0db3c RMD160 (gtk+-3.24.1.tar.xz) = f1e26685ff6a267ad0a81e0f8dd06112b6a5a5b8 @@ -12,4 +12,4 @@ SHA1 (patch-gdk_x11_gdkscreen-x11.h) = 4 SHA1 (patch-gdk_x11_gdkwindow-x11.h) = c80f7c9d5a570817e54fd74fa903a53400dc6f64 SHA1 (patch-gtk_a11y_gtkaccessibility.c) = 13232c85bd570f21ea03153dacde4ca98c7c76a8 SHA1 (patch-gtk_fallback-c89.c) = eaf5ac8aace9eab673eed0e265d4cb2617bf1fcd -SHA1 (patch-gtk_gtkfontchooserwidget.c) = 6ede4fce683b70808c5d611dfb53312bf092665d +SHA1 (patch-gtk_gtkfontchooserwidget.c) = 5ca98e5417865d8c60333c8c2b2ba757755ef547 Index: pkgsrc/x11/gtk3/patches/patch-gtk_gtkfontchooserwidget.c diff -u pkgsrc/x11/gtk3/patches/patch-gtk_gtkfontchooserwidget.c:1.1 pkgsrc/x11/gtk3/patches/patch-gtk_gtkfontchooserwidget.c:1.2 --- pkgsrc/x11/gtk3/patches/patch-gtk_gtkfontchooserwidget.c:1.1 Mon Oct 29 21:35:17 2018 +++ pkgsrc/x11/gtk3/patches/patch-gtk_gtkfontchooserwidget.c Tue Oct 30 17:49:37 2018 @@ -1,8 +1,12 @@ -$NetBSD: patch-gtk_gtkfontchooserwidget.c,v 1.1 2018/10/29 21:35:17 leot Exp $ +$NetBSD: patch-gtk_gtkfontchooserwidget.c,v 1.2 2018/10/30 17:49:37 leot Exp $ Correctly include freetype2 headers ( and then macros should be used instead of directly including the headers). +Issue opened upstream as: + + + --- gtk/gtkfontchooserwidget.c.orig 2018-07-18 11:04:31.000000000 +0000 +++ gtk/gtkfontchooserwidget.c @@ -58,8 +58,9 @@ --_----------=_1540921778205750--