svn commit: r496069 - head/games/springlobby/files
Jan Beich
jbeich at FreeBSD.org
Sun Mar 17 15:11:32 UTC 2019
Author: jbeich
Date: Sun Mar 17 15:11:31 2019
New Revision: 496069
URL: https://svnweb.freebsd.org/changeset/ports/496069
Log:
games/springlobby: unbreak with boost 1.70
src/lsl/src/lslutils/misc.cpp:200:58: error: implicit instantiation of undefined template 'boost::shared_ptr<const LSL::CommonUser>'
lslColor GetFreeColor( const ConstCommonUserPtr /*user*/ )
^
src/lsl/src/lslutils/type_forwards.h:15:7: note: template is declared here
class shared_ptr;
^
Obtained from: https://github.com/springlobby/lsl/commit/5134cf61436b
Modified:
head/games/springlobby/files/patch-src-lsl-src-lslutils-misc.cpp (contents, props changed)
Modified: head/games/springlobby/files/patch-src-lsl-src-lslutils-misc.cpp
==============================================================================
--- head/games/springlobby/files/patch-src-lsl-src-lslutils-misc.cpp Sun Mar 17 14:48:51 2019 (r496068)
+++ head/games/springlobby/files/patch-src-lsl-src-lslutils-misc.cpp Sun Mar 17 15:11:31 2019 (r496069)
@@ -1,8 +1,10 @@
---- src/lsl/src/lslutils/misc.cpp.orig 2013-08-31 14:17:00.000000000 +0400
-+++ src/lsl/src/lslutils/misc.cpp 2013-12-10 04:20:26.887107289 +0400
-@@ -3,6 +3,7 @@
+--- src/lsl/src/lslutils/misc.cpp.orig 2013-08-31 10:17:00 UTC
++++ src/lsl/src/lslutils/misc.cpp
+@@ -2,7 +2,9 @@
+ #include "conversion.h"
#include <boost/filesystem.hpp>
++#include <boost/shared_ptr.hpp>
#include <fstream>
+#include <cmath>
More information about the svn-ports-all
mailing list