svn commit: r311774 - in head/net-p2p: libtorrent-rasterbar-16 libtorrent-rasterbar-16-python
Baptiste Daroussin
bapt at FreeBSD.org
Wed Feb 6 15:33:55 UTC 2013
Author: bapt
Date: Wed Feb 6 15:33:54 2013
New Revision: 311774
URL: http://svnweb.freebsd.org/changeset/ports/311774
Log:
Force to build with --with-libiconv
Submitted by: Jeroen van der Ham <jeroen at dckd.nl>
Reported by: Jeroen van der Ham <jeroen at dckd.nl>, rm
Modified:
head/net-p2p/libtorrent-rasterbar-16-python/Makefile
head/net-p2p/libtorrent-rasterbar-16/Makefile
Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16-python/Makefile Wed Feb 6 15:25:57 2013 (r311773)
+++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile Wed Feb 6 15:33:54 2013 (r311774)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/Makefile Wed Feb 6 15:25:57 2013 (r311773)
+++ head/net-p2p/libtorrent-rasterbar-16/Makefile Wed Feb 6 15:33:54 2013 (r311774)
@@ -2,7 +2,7 @@
PORTNAME= libtorrent-rasterbar
PORTVERSION= 0.16.7
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= net-p2p ipv6
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= libtorrent
@@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --disable-debug \
--with-boost-system=boost_system \
--enable-geoip \
--with-libgeoip \
+ --with-iconv \
--with-openssl=${OPENSSLBASE}
PORTDOCS= *
More information about the svn-ports-head
mailing list