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

(-)rtorrent/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	rtorrent
8
PORTNAME?=	rtorrent
9
PORTVERSION?=	0.8.7
9
PORTVERSION?=	0.8.7
10
PORTREVISION?=	1
10
CATEGORIES=	net-p2p
11
CATEGORIES=	net-p2p
11
MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/ \
12
MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/ \
12
		${MASTER_SITE_LOCAL}
13
		${MASTER_SITE_LOCAL}
Lines 32-38 Link Here
32
PORTDOCS=	README
33
PORTDOCS=	README
33
34
34
OPTIONS=	XMLRPC "Compile with xmlrpc-c support" on \
35
OPTIONS=	XMLRPC "Compile with xmlrpc-c support" on \
35
		IPV6 "Enable IPv6 support" off
36
		IPV6 "Enable IPv6 support" on
36
37
37
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
38
39
(-)rtorrent/files/pkg-message.in (-3 / +1 lines)
Lines 3-10 Link Here
3
%%EXAMPLESDIR%%. Read it for more information on
3
%%EXAMPLESDIR%%. Read it for more information on
4
how to tweak rtorrent configuration.
4
how to tweak rtorrent configuration.
5
5
6
Note that there are hash performance issues on *BSD.
6
Note that there are hash performance issues on *BSD:
7
Please refer to these links for further information :
8
- http://libtorrent.rakshasa.no/ticket/14
9
- http://libtorrent.rakshasa.no/wiki/RTorrentPerformanceTuning
7
- http://libtorrent.rakshasa.no/wiki/RTorrentPerformanceTuning
10
------------------------------------------------------------------
8
------------------------------------------------------------------

Return to bug 155609