pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/ardour Missing include.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbec53278e99
branches:  trunk
changeset: 351784:fbec53278e99
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Aug 27 18:09:16 2016 +0000

description:
Missing include.

diffstat:

 audio/ardour/distinfo                                 |   3 ++-
 audio/ardour/patches/patch-libs_ptformat_ptfformat.cc |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 271c6e496718 -r fbec53278e99 audio/ardour/distinfo
--- a/audio/ardour/distinfo     Sat Aug 27 16:02:44 2016 +0000
+++ b/audio/ardour/distinfo     Sat Aug 27 18:09:16 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2016/06/20 08:17:42 kamil Exp $
+$NetBSD: distinfo,v 1.2 2016/08/27 18:09:16 joerg Exp $
 
 SHA1 (ardour-4.7.tar.gz) = 95047ccb3fc599ce11c473a0fd7f1eb012c3e440
 RMD160 (ardour-4.7.tar.gz) = 366f7057fab9878ac425dd70a751899984abc030
@@ -14,5 +14,6 @@
 SHA1 (patch-libs_pbd_fpu.cc) = ebdb6d345bf2e3db0402165412978cb1c9043950
 SHA1 (patch-libs_pbd_mountpoint.cc) = 001b8112c08086d32989c82ab699335ecb92ede6
 SHA1 (patch-libs_pbd_wscript) = 0caa774358b511d9790e146e92454a0c34a8d5ef
+SHA1 (patch-libs_ptformat_ptfformat.cc) = 8ad676c452e2504e02bc72df7a7f705dc98c542a
 SHA1 (patch-libs_vfork_wscript) = 1d357b3bed8a2006cdc50fcdfa387ebca8c699c7
 SHA1 (patch-wscript) = e3f64b19c9bf92784139feb0640c3cee39233af8
diff -r 271c6e496718 -r fbec53278e99 audio/ardour/patches/patch-libs_ptformat_ptfformat.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ardour/patches/patch-libs_ptformat_ptfformat.cc     Sat Aug 27 18:09:16 2016 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-libs_ptformat_ptfformat.cc,v 1.1 2016/08/27 18:09:16 joerg Exp $
+
+--- libs/ptformat/ptfformat.cc.orig    2016-08-26 19:00:09.397756033 +0000
++++ libs/ptformat/ptfformat.cc
+@@ -17,6 +17,7 @@
+ #include "ptfformat.h"
+ 
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string>
+ #include <string.h>
+ #include <assert.h>



Home | Main Index | Thread Index | Old Index