pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/csound6



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Jun 17 19:34:21 UTC 2017

Modified Files:
        pkgsrc/audio/csound6: distinfo
Added Files:
        pkgsrc/audio/csound6/patches: patch-Opcodes_chua_ChuaOscillator.cpp

Log Message:
Workaround a boost bug.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/csound6/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/audio/csound6/patches/patch-Opcodes_chua_ChuaOscillator.cpp

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

Modified files:

Index: pkgsrc/audio/csound6/distinfo
diff -u pkgsrc/audio/csound6/distinfo:1.5 pkgsrc/audio/csound6/distinfo:1.6
--- pkgsrc/audio/csound6/distinfo:1.5   Tue Mar 29 22:06:48 2016
+++ pkgsrc/audio/csound6/distinfo       Sat Jun 17 19:34:21 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2016/03/29 22:06:48 joerg Exp $
+$NetBSD: distinfo,v 1.6 2017/06/17 19:34:21 joerg Exp $
 
 SHA1 (Csound6.03.2.tar.gz) = 2ff8081c887ef98735197c1ff70bb4955c3eb3ff
 RMD160 (Csound6.03.2.tar.gz) = 00d6407feab8f992b8d309ec6701858087569752
@@ -11,6 +11,7 @@ SHA1 (patch-InOut_libsnd.c) = b460ef3ef7
 SHA1 (patch-InOut_widgets.cpp) = f73a58a636254d27a3aa6b94ace4f72b978ca9ec
 SHA1 (patch-InOut_winEPS.c) = 5b3182dc79d819145df73426fead54fc28414ff2
 SHA1 (patch-InOut_winFLTK.c) = 0c9b566ae5acfae5dcf7a9d0795976f103d069a5
+SHA1 (patch-Opcodes_chua_ChuaOscillator.cpp) = 2bbad031c9ad3df82f0783a9bb32b2d6267991f0
 SHA1 (patch-Opcodes_cpumeter.c) = 4f5fdcdd1c0eb600be49e977df5214f52de1437b
 SHA1 (patch-Opcodes_wavegde.h) = e1a6d742b28dd9b6b129a993102baf7218efa57c
 SHA1 (patch-Top_csmodule.c) = 0ce136346dfe19d56dc4e882976aa2e66cd17e92

Added files:

Index: pkgsrc/audio/csound6/patches/patch-Opcodes_chua_ChuaOscillator.cpp
diff -u /dev/null pkgsrc/audio/csound6/patches/patch-Opcodes_chua_ChuaOscillator.cpp:1.1
--- /dev/null   Sat Jun 17 19:34:21 2017
+++ pkgsrc/audio/csound6/patches/patch-Opcodes_chua_ChuaOscillator.cpp  Sat Jun 17 19:34:21 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-Opcodes_chua_ChuaOscillator.cpp,v 1.1 2017/06/17 19:34:21 joerg Exp $
+
+Workaround for Boost 1.64.
+
+--- Opcodes/chua/ChuaOscillator.cpp.orig       2017-06-10 17:12:52.846589223 +0000
++++ Opcodes/chua/ChuaOscillator.cpp
+@@ -118,6 +118,7 @@
+ //     gnor = a*(x.^3) + b*(x.^2) + c*x + d;
+ 
+ #include <OpcodeBase.hpp>
++#include <boost/serialization/array_wrapper.hpp>
+ #include <boost/numeric/ublas/vector.hpp>
+ using namespace boost::numeric;
+ #include <cmath>



Home | Main Index | Thread Index | Old Index