Date: Thu, 26 Mar 2015 14:54:21 +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: r382324 - head/net-p2p/libtorrent-rasterbar/files Message-ID: <201503261454.t2QEsLkI014498@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Mar 26 14:54:20 2015 New Revision: 382324 URL: https://svnweb.freebsd.org/changeset/ports/382324 QAT: https://qat.redports.org/buildarchive/r382324/ Log: net-p2p/libtorrent-rasterbar: Add DragonFly support Bring in fix from dports (port is not maintained) Added: head/net-p2p/libtorrent-rasterbar/files/patch-src_lazy__bdecode.cpp (contents, props changed) head/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp (contents, props changed) Added: head/net-p2p/libtorrent-rasterbar/files/patch-src_lazy__bdecode.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/libtorrent-rasterbar/files/patch-src_lazy__bdecode.cpp Thu Mar 26 14:54:20 2015 (r382324) @@ -0,0 +1,12 @@ +--- src/lazy_bdecode.cpp.orig 2014-04-04 02:51:48.000000000 +0000 ++++ src/lazy_bdecode.cpp +@@ -30,6 +30,9 @@ POSSIBILITY OF SUCH DAMAGE. + + */ + ++#define __STDC_LIMIT_MACROS ++#include <stdint.h> ++ + #include "libtorrent/config.hpp" + #include "libtorrent/lazy_entry.hpp" + #include "libtorrent/escape_string.hpp" Added: head/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp Thu Mar 26 14:54:20 2015 (r382324) @@ -0,0 +1,11 @@ +--- src/utp_stream.cpp.orig 2013-09-20 12:07:06.000000000 +0000 ++++ src/utp_stream.cpp +@@ -30,6 +30,8 @@ POSSIBILITY OF SUCH DAMAGE. + + */ + ++#define __STDC_LIMIT_MACROS ++#include <stdint.h> + #include "libtorrent/config.hpp" + #include "libtorrent/utp_stream.hpp" + #include "libtorrent/sliding_average.hpp"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503261454.t2QEsLkI014498>