From owner-svn-ports-all@FreeBSD.ORG Thu Jan 2 19:47:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E49F8F2; Thu, 2 Jan 2014 19:47:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AB3B1B23; Thu, 2 Jan 2014 19:47:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s02Jlwf8053884; Thu, 2 Jan 2014 19:47:58 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s02Jlw9N053883; Thu, 2 Jan 2014 19:47:58 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201401021947.s02Jlw9N053883@svn.freebsd.org> From: Rusmir Dusko Date: Thu, 2 Jan 2014 19:47:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338474 - head/net-p2p/libtorrent-rasterbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 19:47:58 -0000 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