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

(-)./Makefile (-10 / +10 lines)
Lines 1-10 Link Here
1
# $FreeBSD: head/net-p2p/libtorrent-rasterbar-16/Makefile 308113 2012-12-02 16:16:44Z rm $
1
# $FreeBSD: head/net-p2p/libtorrent-rasterbar-16/Makefile 308113 2012-12-02 16:16:44Z rm $
2
2
3
PORTNAME=	libtorrent-rasterbar
3
PORTNAME=	libtorrent-rasterbar
4
PORTVERSION=	0.16.4
4
PORTVERSION=	0.16.7
5
PORTREVISION?=	1
5
PORTREVISION?=	0
6
CATEGORIES?=	net-p2p ipv6
6
CATEGORIES?=	net-p2p ipv6
7
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
7
MASTER_SITES=	GOOGLE_CODE
8
PROJECTHOST=	libtorrent
8
PROJECTHOST=	libtorrent
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
Lines 16-25 Link Here
16
16
17
NO_LATEST_LINK=	yes
17
NO_LATEST_LINK=	yes
18
18
19
BUILD_DEPENDS=	pkgconf>0:${PORTSDIR}/devel/pkgconf
20
LIB_DEPENDS+=	boost_date_time.4:${PORTSDIR}/devel/boost-libs \
19
LIB_DEPENDS+=	boost_date_time.4:${PORTSDIR}/devel/boost-libs \
21
		GeoIP.5:${PORTSDIR}/net/GeoIP
20
		GeoIP:${PORTSDIR}/net/GeoIP
22
21
22
USE_PKGCONFIG=	build
23
USE_GNOME=	gnomehack
23
USE_GNOME=	gnomehack
24
USE_OPENSSL=	yes
24
USE_OPENSSL=	yes
25
USE_ICONV=	yes
25
USE_ICONV=	yes
Lines 40-45 Link Here
40
USE_LDCONFIG=	yes
40
USE_LDCONFIG=	yes
41
41
42
.include <bsd.port.pre.mk>
42
.include <bsd.port.pre.mk>
43
.include <bsd.port.options.mk>
43
44
44
.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" && defined(USE_PYTHON)
45
.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" && defined(USE_PYTHON)
45
CONFIGURE_ARGS+=	--enable-python-binding \
46
CONFIGURE_ARGS+=	--enable-python-binding \
Lines 52-60 Link Here
52
post-patch: slave-post-patch
53
post-patch: slave-post-patch
53
.else
54
.else
54
post-patch:
55
post-patch:
55
	@${CP} ${WRKSRC}/Jamfile ${WRKSRC}/Jamfile.presed
56
	@${REINPLACE_CMD} -e 's|<include>/usr/local/include|<include>${PREFIX}/include|' \
56
	@${SED} -e 's#<include>/usr/local/include#<include>${LOCALBASE}/include#' \
57
		${WRKSRC}/Jamfile
57
		${WRKSRC}/Jamfile.presed > ${WRKSRC}/Jamfile
58
.endif
58
.endif
59
59
60
.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes"
60
.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes"
Lines 62-75 Link Here
62
.else
62
.else
63
post-install:
63
post-install:
64
.endif
64
.endif
65
.if !defined(NOPORTDOCS)
65
.if ${PORT_OPTIONS:MDOCS}
66
PORTDOCS=	*
66
	${MKDIR} ${DOCSDIR}
67
	${MKDIR} ${DOCSDIR}
67
	${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
68
	${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
68
	${INSTALL_DATA} ${WRKSRC}/docs/*.css ${DOCSDIR}
69
	${INSTALL_DATA} ${WRKSRC}/docs/*.css ${DOCSDIR}
69
	${INSTALL_DATA} ${WRKSRC}/docs/*.gif ${DOCSDIR}
70
	${INSTALL_DATA} ${WRKSRC}/docs/*.gif ${DOCSDIR}
70
	${INSTALL_DATA} ${WRKSRC}/docs/*.jpg ${DOCSDIR}
71
	${INSTALL_DATA} ${WRKSRC}/docs/*.jpg ${DOCSDIR}
71
	${INSTALL_DATA} ${WRKSRC}/docs/*.png ${DOCSDIR}
72
	${INSTALL_DATA} ${WRKSRC}/docs/*.png ${DOCSDIR}
72
PORTDOCS=	*
73
.endif
73
.endif
74
74
75
.include <bsd.port.post.mk>
75
.include <bsd.port.post.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libtorrent-rasterbar-0.16.4.tar.gz) = 025531e1da1d5478486d475835327a395fbcff27f29f3767731cce361622c4f0
1
SHA256 (libtorrent-rasterbar-0.16.7.tar.gz) = 6d3ec18ffb14e6637020f020b3a7ea1831ab02941f4698f30beedbfa63f30048
2
SIZE (libtorrent-rasterbar-0.16.4.tar.gz) = 2907218
2
SIZE (libtorrent-rasterbar-0.16.7.tar.gz) = 2931824
(-)./pkg-plist (-1 / +1 lines)
Lines 135-141 Link Here
135
include/libtorrent/xml_parse.hpp
135
include/libtorrent/xml_parse.hpp
136
lib/libtorrent-rasterbar.la
136
lib/libtorrent-rasterbar.la
137
lib/libtorrent-rasterbar.so
137
lib/libtorrent-rasterbar.so
138
lib/libtorrent-rasterbar.so.6
138
lib/libtorrent-rasterbar.so.7
139
libdata/pkgconfig/libtorrent-rasterbar.pc
139
libdata/pkgconfig/libtorrent-rasterbar.pc
140
@dirrm include/libtorrent/aux_
140
@dirrm include/libtorrent/aux_
141
@dirrm include/libtorrent/extensions
141
@dirrm include/libtorrent/extensions

Return to bug 175502