pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ardour



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Aug 27 18:09:16 UTC 2016

Modified Files:
        pkgsrc/audio/ardour: distinfo
Added Files:
        pkgsrc/audio/ardour/patches: patch-libs_ptformat_ptfformat.cc

Log Message:
Missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/ardour/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/audio/ardour/patches/patch-libs_ptformat_ptfformat.cc

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

Modified files:

Index: pkgsrc/audio/ardour/distinfo
diff -u pkgsrc/audio/ardour/distinfo:1.1 pkgsrc/audio/ardour/distinfo:1.2
--- pkgsrc/audio/ardour/distinfo:1.1    Mon Jun 20 08:17:42 2016
+++ pkgsrc/audio/ardour/distinfo        Sat Aug 27 18:09:16 2016
@@ -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_fst_wscript) = b94e18a9
 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

Added files:

Index: pkgsrc/audio/ardour/patches/patch-libs_ptformat_ptfformat.cc
diff -u /dev/null pkgsrc/audio/ardour/patches/patch-libs_ptformat_ptfformat.cc:1.1
--- /dev/null   Sat Aug 27 18:09:16 2016
+++ pkgsrc/audio/ardour/patches/patch-libs_ptformat_ptfformat.cc        Sat Aug 27 18:09:16 2016
@@ -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