pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/Coin



Module Name:    pkgsrc
Committed By:   rumko
Date:           Wed Jun 15 18:55:18 UTC 2016

Modified Files:
        pkgsrc/graphics/Coin: distinfo
Added Files:
        pkgsrc/graphics/Coin/patches: patch-include_Inventor_SbBasic.h

Log Message:
graphics/Coin: fix build when used as a dependency

Get rid of:
SbBasic.h:99:5: error: call to function 'cc_debugerror_post' that
is neither visible in the template definition nor found by
argument-dependent lookup

Ok@ wiz


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/Coin/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/Coin/patches/patch-include_Inventor_SbBasic.h

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

Modified files:

Index: pkgsrc/graphics/Coin/distinfo
diff -u pkgsrc/graphics/Coin/distinfo:1.7 pkgsrc/graphics/Coin/distinfo:1.8
--- pkgsrc/graphics/Coin/distinfo:1.7   Tue Nov  3 21:33:51 2015
+++ pkgsrc/graphics/Coin/distinfo       Wed Jun 15 18:55:18 2016
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 21:33:51 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/06/15 18:55:18 rumko Exp $
 
 SHA1 (Coin-3.1.3.tar.gz) = 8e9f05628461963623686d3ec53102214e233dd1
 RMD160 (Coin-3.1.3.tar.gz) = e57fd6a4876a06874429f9ad6b96f166f5609362
@@ -6,4 +6,5 @@ SHA512 (Coin-3.1.3.tar.gz) = d6fd47ecc74
 Size (Coin-3.1.3.tar.gz) = 5981534 bytes
 SHA1 (patch-aa) = 9d5e5f1cc46344e2c882059d29625762365d628e
 SHA1 (patch-include_Inventor_C_base_math-undefs.h) = 0faecc1d8b3b0d08dff9e6e07ce644a2fdc745aa
+SHA1 (patch-include_Inventor_SbBasic.h) = 424efed0d4655d3a0f4099403f2f127e6499cb73
 SHA1 (patch-src_fonts_freetype.cpp) = 32a4713f2a200724f76e64c42d68a64e4fc8fde7

Added files:

Index: pkgsrc/graphics/Coin/patches/patch-include_Inventor_SbBasic.h
diff -u /dev/null pkgsrc/graphics/Coin/patches/patch-include_Inventor_SbBasic.h:1.1
--- /dev/null   Wed Jun 15 18:55:18 2016
+++ pkgsrc/graphics/Coin/patches/patch-include_Inventor_SbBasic.h       Wed Jun 15 18:55:18 2016
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_Inventor_SbBasic.h,v 1.1 2016/06/15 18:55:18 rumko Exp $
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667375
+
+--- include/Inventor/SbBasic.h.orig    2010-03-02 13:20:09.000000000 +0000
++++ include/Inventor/SbBasic.h
+@@ -24,6 +24,7 @@
+  *
+ \**************************************************************************/
+ 
++#include <Inventor/C/errors/debugerror.h>
+ #include <Inventor/C/basic.h>
+ 
+ /* ********************************************************************** */



Home | Main Index | Thread Index | Old Index