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 |