pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/radare2-valabind



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 16 13:06:48 UTC 2017

Modified Files:
        pkgsrc/devel/radare2-valabind: distinfo
Added Files:
        pkgsrc/devel/radare2-valabind/patches: patch-cxxwriter.vala
            patch-dlangwriter.vala

Log Message:
radare2-valabind: fix build. From upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/radare2-valabind/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/radare2-valabind/patches/patch-cxxwriter.vala \
    pkgsrc/devel/radare2-valabind/patches/patch-dlangwriter.vala

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/radare2-valabind/distinfo
diff -u pkgsrc/devel/radare2-valabind/distinfo:1.4 pkgsrc/devel/radare2-valabind/distinfo:1.5
--- pkgsrc/devel/radare2-valabind/distinfo:1.4  Mon Jun 13 12:26:11 2016
+++ pkgsrc/devel/radare2-valabind/distinfo      Sat Sep 16 13:06:48 2017
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.4 2016/06/13 12:26:11 wiz Exp $
+$NetBSD: distinfo,v 1.5 2017/09/16 13:06:48 tnn Exp $
 
 SHA1 (valabind-0.10.0.tar.gz) = b5e0c2a7255736630fba0eba6c32e48bbed611eb
 RMD160 (valabind-0.10.0.tar.gz) = 743ac6a7834dad24245daaca8bc4328371481ded
 SHA512 (valabind-0.10.0.tar.gz) = 7457e373ad09ff2bee43fcd5dafa72aa36286d43ffbe9df10201847d7cff2f530875db26afe2a80966611556fa0846c1ece352983726fb33f7586e481358a8fc
 Size (valabind-0.10.0.tar.gz) = 52046 bytes
+SHA1 (patch-cxxwriter.vala) = 27e8db89ad5bc41ee97f81238a866a5f6d7ea48a
+SHA1 (patch-dlangwriter.vala) = 25a45e34104b9fa6800ccc9895619ef1e220b379

Added files:

Index: pkgsrc/devel/radare2-valabind/patches/patch-cxxwriter.vala
diff -u /dev/null pkgsrc/devel/radare2-valabind/patches/patch-cxxwriter.vala:1.1
--- /dev/null   Sat Sep 16 13:06:48 2017
+++ pkgsrc/devel/radare2-valabind/patches/patch-cxxwriter.vala  Sat Sep 16 13:06:48 2017
@@ -0,0 +1,23 @@
+$NetBSD: patch-cxxwriter.vala,v 1.1 2017/09/16 13:06:48 tnn Exp $
+
+From f23ff9421c1875d18b1e558596557009b45faa19 Mon Sep 17 00:00:00 2001
+From: pancake <pancake%nopcode.org@localhost>
+Date: Thu, 9 Feb 2017 10:21:16 +0100
+Subject: [PATCH] Fix build for Vala-git (future 0.36)
+
+---
+ cxxwriter.vala   | 2 +-
+ dlangwriter.vala | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- cxxwriter.vala.orig        2016-01-20 03:13:50.000000000 +0000
++++ cxxwriter.vala
+@@ -157,7 +157,7 @@ public class CxxWriter : ValabindWriter 
+       }
+ 
+       public void walk_field (Field f) {
+-              if (f.get_ctype () == null) {
++              if (f.get_attribute_string ("CCode", "type") == null) {
+                       //warning (
+                       //      "Cannot resolve type for field '%s'".printf (f.get_cname ()));
+               } else {
Index: pkgsrc/devel/radare2-valabind/patches/patch-dlangwriter.vala
diff -u /dev/null pkgsrc/devel/radare2-valabind/patches/patch-dlangwriter.vala:1.1
--- /dev/null   Sat Sep 16 13:06:48 2017
+++ pkgsrc/devel/radare2-valabind/patches/patch-dlangwriter.vala        Sat Sep 16 13:06:48 2017
@@ -0,0 +1,23 @@
+$NetBSD: patch-dlangwriter.vala,v 1.1 2017/09/16 13:06:48 tnn Exp $
+
+From f23ff9421c1875d18b1e558596557009b45faa19 Mon Sep 17 00:00:00 2001
+From: pancake <pancake%nopcode.org@localhost>
+Date: Thu, 9 Feb 2017 10:21:16 +0100
+Subject: [PATCH] Fix build for Vala-git (future 0.36)
+
+---
+ cxxwriter.vala   | 2 +-
+ dlangwriter.vala | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- dlangwriter.vala.orig      2016-01-20 03:13:50.000000000 +0000
++++ dlangwriter.vala
+@@ -167,7 +167,7 @@ public class DlangWriter : ValabindWrite
+       }
+ 
+       public void walk_field (Field f) {
+-              if (f.get_ctype () == null) {
++              if (f.get_attribute_string ("CCode", "type") == null) {
+                       //warning (
+                       //      "Cannot resolve type for field '%s'".printf (f.get_cname ()));
+               } else {



Home | Main Index | Thread Index | Old Index