Date: Wed, 30 Oct 2013 12:54:19 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332102 - head/multimedia/openmovieeditor/files Message-ID: <201310301254.r9UCsJkC072661@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Oct 30 12:54:19 2013 New Revision: 332102 URL: http://svnweb.freebsd.org/changeset/ports/332102 Log: multimedia/openmovieeditor: add <unistd.h>, <cstdio>, <stdint.h> Approved by: portmgr (bapt, implicit) Added: head/multimedia/openmovieeditor/files/patch-src_AddCommand.cxx (contents, props changed) head/multimedia/openmovieeditor/files/patch-src_DiskCache.H (contents, props changed) head/multimedia/openmovieeditor/files/patch-src_DiskCache.cxx (contents, props changed) head/multimedia/openmovieeditor/files/patch-src_WaveForm.H (contents, props changed) Added: head/multimedia/openmovieeditor/files/patch-src_AddCommand.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/openmovieeditor/files/patch-src_AddCommand.cxx Wed Oct 30 12:54:19 2013 (r332102) @@ -0,0 +1,10 @@ +--- src/AddCommand.cxx.orig 2013-10-30 13:00:57.000000000 +0100 ++++ src/AddCommand.cxx +@@ -18,6 +18,7 @@ + */ + + ++#include <cstdio> + #include "AddCommand.H" + #include "timeline/Clip.H" + #include "Timeline.H" Added: head/multimedia/openmovieeditor/files/patch-src_DiskCache.H ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/openmovieeditor/files/patch-src_DiskCache.H Wed Oct 30 12:54:19 2013 (r332102) @@ -0,0 +1,10 @@ +--- src/DiskCache.H.orig 2013-10-30 13:04:06.000000000 +0100 ++++ src/DiskCache.H +@@ -20,6 +20,7 @@ + #ifndef _DISK_CACHE_H_ + #define _DISK_CACHE_H_ + ++#include <cstdio> + #include "global_includes.H" + namespace nle + { Added: head/multimedia/openmovieeditor/files/patch-src_DiskCache.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/openmovieeditor/files/patch-src_DiskCache.cxx Wed Oct 30 12:54:19 2013 (r332102) @@ -0,0 +1,10 @@ +--- src/DiskCache.cxx.orig 2013-10-29 00:12:10.513674000 +0000 ++++ src/DiskCache.cxx +@@ -25,6 +25,7 @@ + #include <sys/stat.h> + #include <cerrno> + #include <cstring> ++#include <unistd.h> + + #include "DiskCache.H" + #include "globals.H" Added: head/multimedia/openmovieeditor/files/patch-src_WaveForm.H ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/openmovieeditor/files/patch-src_WaveForm.H Wed Oct 30 12:54:19 2013 (r332102) @@ -0,0 +1,10 @@ +--- src/WaveForm.H.orig 2013-10-30 12:48:34.000000000 +0100 ++++ src/WaveForm.H +@@ -21,6 +21,7 @@ + #include "JobManager.H" + + #include <string> ++#include <stdint.h> + + namespace nle + {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310301254.r9UCsJkC072661>