Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 15:33:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311774 - in head/net-p2p: libtorrent-rasterbar-16 libtorrent-rasterbar-16-python
Message-ID:  <201302061533.r16FXtoK063113@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@dckd.nl>
  Reported by:	Jeroen van der Ham <jeroen@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=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302061533.r16FXtoK063113>