pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk-sharp gtk-sharp: Apply a build fix from upstream.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c15ebbc23dfd
branches:  trunk
changeset: 403064:c15ebbc23dfd
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 20 22:31:05 2019 +0000

description:
gtk-sharp: Apply a build fix from upstream.

I can't reproduce this but it's apparently visible in mef's bulk builds.

diffstat:

 x11/gtk-sharp/distinfo                               |   3 ++-
 x11/gtk-sharp/patches/patch-sample_test_TestRange.cs |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 081ace45ba97 -r c15ebbc23dfd x11/gtk-sharp/distinfo
--- a/x11/gtk-sharp/distinfo    Sun Oct 20 20:02:13 2019 +0000
+++ b/x11/gtk-sharp/distinfo    Sun Oct 20 22:31:05 2019 +0000
@@ -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
diff -r 081ace45ba97 -r c15ebbc23dfd x11/gtk-sharp/patches/patch-sample_test_TestRange.cs
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk-sharp/patches/patch-sample_test_TestRange.cs      Sun Oct 20 22:31:05 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index