Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 03:51:14 +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: r376080 - head/graphics/mandelbulber/files
Message-ID:  <201501030351.t033pEKJ048992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501030351.t033pEKJ048992>