summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-10-20 22:31:05 +0000
committernia <nia@pkgsrc.org>2019-10-20 22:31:05 +0000
commit4cc3c1be30495805183507c1097b53b85607c916 (patch)
treecd2a7ab1016ca0b880a329e76540d77de236f348 /x11
parentec3babe0f83d5957d7ee8c49a53880a3926a6e91 (diff)
downloadpkgsrc-4cc3c1be30495805183507c1097b53b85607c916.tar.gz
gtk-sharp: Apply a build fix from upstream.
I can't reproduce this but it's apparently visible in mef's bulk builds.
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk-sharp/distinfo3
-rw-r--r--x11/gtk-sharp/patches/patch-sample_test_TestRange.cs17
2 files changed, 19 insertions, 1 deletions
diff --git a/x11/gtk-sharp/distinfo b/x11/gtk-sharp/distinfo
index daa6781c093..a81207649f9 100644
--- a/x11/gtk-sharp/distinfo
+++ b/x11/gtk-sharp/distinfo
@@ -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 --git a/x11/gtk-sharp/patches/patch-sample_test_TestRange.cs b/x11/gtk-sharp/patches/patch-sample_test_TestRange.cs
new file mode 100644
index 00000000000..938c876ed60
--- /dev/null
+++ b/x11/gtk-sharp/patches/patch-sample_test_TestRange.cs
@@ -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