View | Details | Raw Unified | Return to bug 229554
Collapse All | Expand All

(-)net-p2p/rtorrent/Makefile (-8 / +1 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	rtorrent
3
PORTNAME=	rtorrent
4
PORTVERSION=	0.9.6
4
PORTVERSION=	0.9.7
5
PORTREVISION=	3
6
CATEGORIES=	net-p2p
5
CATEGORIES=	net-p2p
7
MASTER_SITES=	http://rtorrent.net/downloads/
6
MASTER_SITES=	http://rtorrent.net/downloads/
8
7
Lines 36-47 Link Here
36
XMLRPC_LIB_DEPENDS=	libxmlrpc.so:net/xmlrpc-c
35
XMLRPC_LIB_DEPENDS=	libxmlrpc.so:net/xmlrpc-c
37
36
38
.include <bsd.port.options.mk>
37
.include <bsd.port.options.mk>
39
40
# Workaround to build on >= 10.x
41
.if ${OPSYS} == FreeBSD
42
USE_CXXSTD=	c++11
43
EXTRA_PATCHES+=	${FILESDIR}/extra-clang
44
.endif
45
38
46
post-patch:
39
post-patch:
47
	@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure
40
	@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure
(-)net-p2p/rtorrent/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (rtorrent-0.9.6.tar.gz) = 1e69c24f1f26f8f07d58d673480dc392bfc4317818c1115265b08a7813ff5b0e
1
TIMESTAMP = 1529447213
2
SIZE (rtorrent-0.9.6.tar.gz) = 610845
2
SHA256 (rtorrent-0.9.7.tar.gz) = 5d9842fe48c9582fbea2c7bf9f51412c1ccbba07d059b257039ad53b863fe8bb
3
SIZE (rtorrent-0.9.7.tar.gz) = 610149
(-)net-p2p/rtorrent/files/patch-src_display_window__file__list.cc (-10 lines)
Lines 1-10 Link Here
1
--- src/display/window_file_list.cc.orig	2014-05-14 14:30:51 UTC
2
+++ src/display/window_file_list.cc
3
@@ -36,6 +36,7 @@
4
 
5
 #include "config.h"
6
 
7
+#include <locale>
8
 #include <stdio.h>
9
 #include <torrent/path.h>
10
 #include <torrent/data/file.h>
(-)net-p2p/rtorrent/files/patch-src_signal__handler.cc (-10 lines)
Lines 1-10 Link Here
1
--- src/signal_handler.cc.orig	2014-05-14 14:30:51 UTC
2
+++ src/signal_handler.cc
3
@@ -38,6 +38,7 @@
4
 
5
 #include <signal.h>
6
 #include <stdexcept>
7
+#include <string>
8
 #include "rak/error_number.h"
9
 #include "signal_handler.h"
10
 

Return to bug 229554