Date: Tue, 6 Aug 2013 11:57:04 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324309 - head/astro/boinc-astropulse/files Message-ID: <201308061157.r76Bv4qQ079133@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Aug 6 11:57:04 2013 New Revision: 324309 URL: http://svnweb.freebsd.org/changeset/ports/324309 Log: Partially fix build with planned net/boinc-client update (ports/176724). There is still a dangling function call to be resolved (see http://lists.ssl.berkeley.edu/pipermail/boinc_opt/2013-August/001329.html ) Added: head/astro/boinc-astropulse/files/patch-client__ap_fileio.cpp (contents, props changed) Added: head/astro/boinc-astropulse/files/patch-client__ap_fileio.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/boinc-astropulse/files/patch-client__ap_fileio.cpp Tue Aug 6 11:57:04 2013 (r324309) @@ -0,0 +1,10 @@ +--- ap_fileio.cpp.orig 2012-02-28 00:01:04.000000000 +0100 ++++ ap_fileio.cpp 2013-08-05 22:45:10.000000000 +0200 +@@ -22,6 +22,7 @@ + #include "windows.h" + #endif + ++#include <cmath> + #include <cstdio> + #include <cstdlib> + #include <vector>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308061157.r76Bv4qQ079133>