pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk-sharp



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.

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



Home | Main Index | Thread Index | Old Index