Received: by mail.netbsd.org (Postfix, from userid 605) id 6802E84D44; Sun, 20 Oct 2019 22:31:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E297A84D3E for ; Sun, 20 Oct 2019 22:31:05 +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 ELOoz6wqvL8t for ; Sun, 20 Oct 2019 22:31:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 62E5B84D22 for ; Sun, 20 Oct 2019 22:31:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C64BF978; Sun, 20 Oct 2019 22:31:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571610665175630" MIME-Version: 1.0 Date: Sun, 20 Oct 2019 22:31:05 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/gtk-sharp To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191020223105.5C64BF978@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. --_----------=_1571610665175630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Oct 20 22:31:05 UTC 2019 Modified Files: pkgsrc/x11/gtk-sharp: distinfo Added Files: pkgsrc/x11/gtk-sharp/patches: patch-sample_test_TestRange.cs Log Message: gtk-sharp: Apply a build fix from upstream. I can't reproduce this but it's apparently visible in mef's bulk builds. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/gtk-sharp/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/x11/gtk-sharp/patches/patch-sample_test_TestRange.cs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571610665175630 Content-Disposition: inline Content-Length: 1550 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk-sharp/distinfo diff -u pkgsrc/x11/gtk-sharp/distinfo:1.14 pkgsrc/x11/gtk-sharp/distinfo:1.15 --- pkgsrc/x11/gtk-sharp/distinfo:1.14 Wed Oct 16 13:44:20 2019 +++ pkgsrc/x11/gtk-sharp/distinfo Sun Oct 20 22:31:05 2019 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.14 2019/10/16 13:44:20 nia Exp $ +$NetBSD: distinfo,v 1.15 2019/10/20 22:31:05 nia Exp $ SHA1 (gtk-sharp-2.12.45.tar.gz) = c9c50193d96a0efa5f45eb9d3f1ebb3d57fd565c RMD160 (gtk-sharp-2.12.45.tar.gz) = f11d2e151e2266b0b4a2aea620a4c2d6d8753676 SHA512 (gtk-sharp-2.12.45.tar.gz) = 6e11a6a3e8f7f3f9511c674cdcbda15274e597b8e72bc2cdd6970f8906e295849a94108794c11b9aef5408631bf10d2dd7d855d5e5081f58fc790e7194f6159f Size (gtk-sharp-2.12.45.tar.gz) = 2644209 bytes +SHA1 (patch-sample_test_TestRange.cs) = 72f1f8211edd3e618523ba59f20dddba1fb11c8d Added files: Index: pkgsrc/x11/gtk-sharp/patches/patch-sample_test_TestRange.cs diff -u /dev/null pkgsrc/x11/gtk-sharp/patches/patch-sample_test_TestRange.cs:1.1 --- /dev/null Sun Oct 20 22:31:05 2019 +++ pkgsrc/x11/gtk-sharp/patches/patch-sample_test_TestRange.cs Sun Oct 20 22:31:05 2019 @@ -0,0 +1,17 @@ +$NetBSD: patch-sample_test_TestRange.cs,v 1.1 2019/10/20 22:31:05 nia Exp $ + +Disambiguate Gtk.Range vs System.Range + +https://github.com/mono/gtk-sharp/pull/263 + +--- sample/test/TestRange.cs.orig 2016-09-21 11:49:20.000000000 +0000 ++++ sample/test/TestRange.cs +@@ -10,6 +10,8 @@ using System; + + using Gtk; + ++using Range=Gtk.Range; ++ + namespace WidgetViewer { + + public class TestRange --_----------=_1571610665175630--