Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 19:47:58 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338474 - head/net-p2p/libtorrent-rasterbar
Message-ID:  <201401021947.s02Jlw9N053883@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Thu Jan  2 19:47:57 2014
New Revision: 338474
URL: http://svnweb.freebsd.org/changeset/ports/338474

Log:
  - Bump PORTREVISION
  - Fix build on 8.x and 9.x
  - Use USES=compiler:c++11-lang instead of compiler
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/net-p2p/libtorrent-rasterbar/Makefile

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Thu Jan  2 19:47:29 2014	(r338473)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Thu Jan  2 19:47:57 2014	(r338474)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libtorrent-rasterbar
 PORTVERSION=	0.16.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES?=	net-p2p ipv6
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	libtorrent
@@ -13,10 +13,10 @@ COMMENT?=	C++ library implementing a Bit
 
 LICENSE=	BSD
 
-LIB_DEPENDS+=	libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
+LIB_DEPENDS=	libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
 		libGeoIP.so:${PORTSDIR}/net/GeoIP
 
-USES=		compiler pathfix pkgconfig iconv
+USES=		compiler:c++11-lang pathfix pkgconfig iconv
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



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