aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-08-09 05:48:29 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-08-09 05:48:29 +0000
commit12e411df1f22df063e02c3255eb4b00084618bf8 (patch)
treeae2662099dda3f227eb2d0e9e9f5b5febcbf424f /net-p2p
parentd31085f8ae0cbc7dbaca14dd6c341aa51f1d0770 (diff)
downloadports-12e411df1f22df063e02c3255eb4b00084618bf8.tar.gz
ports-12e411df1f22df063e02c3255eb4b00084618bf8.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile
index def498ce1ecf..eac58c9f99bf 100644
--- a/net-p2p/libtorrent-rasterbar-14/Makefile
+++ b/net-p2p/libtorrent-rasterbar-14/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libtorrent-rasterbar
PORTVERSION= 0.14.12
+PORTREVISION= 1
CATEGORIES= net-p2p ipv6
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= libtorrent
@@ -19,7 +20,7 @@ LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs \
MAKE_JOBS_SAFE= yes
-CONFLICTS= libtorrent-rasterbar-0.15.*
+CONFLICTS= libtorrent-rasterbar-0.1[2356789].*
USE_GNOME= gnomehack
USE_OPENSSL= yes
@@ -54,6 +55,9 @@ post-patch:
${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g' \
${WRKSRC}/src/Makefile.am
+ @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Dist
+ @${SED} -e 's#COMPILETIME_OPTIONS+="#COMPILETIME_OPTIONS="$$COMPILETIME_OPTIONS #g' \
+ ${WRKSRC}/configure.Dist > ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)