svn commit: r376080 - head/graphics/mandelbulber/files

John Marino marino at FreeBSD.org
Sat Jan 3 03:51:15 UTC 2015


Author: marino
Date: Sat Jan  3 03:51:13 2015
New Revision: 376080
URL: https://svnweb.freebsd.org/changeset/ports/376080
QAT: https://qat.redports.org/buildarchive/r376080/

Log:
  graphics/mandelbulber: #include <cstring> for memcpy and memset

Added:
  head/graphics/mandelbulber/files/patch-src_texture.cpp   (contents, props changed)
  head/graphics/mandelbulber/files/patch-src_timeline.cpp   (contents, props changed)

Added: head/graphics/mandelbulber/files/patch-src_texture.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/mandelbulber/files/patch-src_texture.cpp	Sat Jan  3 03:51:13 2015	(r376080)
@@ -0,0 +1,10 @@
+--- src/texture.cpp.orig	2012-12-02 16:22:54 UTC
++++ src/texture.cpp
+@@ -4,6 +4,7 @@
+  *  Created on: 2010-02-07
+  *      Author: krzysztof
+  */
++#include <cstring>
+ #include <stdio.h>
+ #include "texture.hpp"
+ #include "files.h"

Added: head/graphics/mandelbulber/files/patch-src_timeline.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/mandelbulber/files/patch-src_timeline.cpp	Sat Jan  3 03:51:13 2015	(r376080)
@@ -0,0 +1,10 @@
+--- src/timeline.cpp.orig	2012-12-02 16:22:54 UTC
++++ src/timeline.cpp
+@@ -6,6 +6,7 @@
+  */
+ 
+ #include <cstdlib>
++#include <cstring>
+ 
+ #include "timeline.hpp"
+ #include "files.h"


More information about the svn-ports-all mailing list