svn commit: r382324 - head/net-p2p/libtorrent-rasterbar/files
John Marino
marino at FreeBSD.org
Thu Mar 26 14:54:21 UTC 2015
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"
More information about the svn-ports-all
mailing list