From owner-svn-ports-all@freebsd.org Fri Apr 27 17:14:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CB15FAD5F0; Fri, 27 Apr 2018 17:14:34 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08D7B690D5; Fri, 27 Apr 2018 17:14:34 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC9E8163B; Fri, 27 Apr 2018 17:14:33 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3RHEXIY020791; Fri, 27 Apr 2018 17:14:33 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3RHEXTJ020789; Fri, 27 Apr 2018 17:14:33 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201804271714.w3RHEXTJ020789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Fri, 27 Apr 2018 17:14:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468474 - head/net-p2p/libtorrent-rasterbar X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/net-p2p/libtorrent-rasterbar X-SVN-Commit-Revision: 468474 X-SVN-Commit-Repository: ports 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.25 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: Fri, 27 Apr 2018 17:14:34 -0000 Author: meta Date: Fri Apr 27 17:14:33 2018 New Revision: 468474 URL: https://svnweb.freebsd.org/changeset/ports/468474 Log: Fix pkg-plist with TEST option Also, - Bring BROKEN_powerpc64 earlier to make portlint happy - Bump PORTREVISION due to plist change PR: 225349 Submitted by: meta Reported by: John Smith Approved by: rezny (maintainer timeout), pi (mentor) MFH: 2018Q2 Modified: head/net-p2p/libtorrent-rasterbar/Makefile head/net-p2p/libtorrent-rasterbar/pkg-plist Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Fri Apr 27 16:48:57 2018 (r468473) +++ head/net-p2p/libtorrent-rasterbar/Makefile Fri Apr 27 17:14:33 2018 (r468474) @@ -3,7 +3,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 1.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ @@ -15,11 +15,11 @@ COMMENT?= C++ library implementing a BitTorrent client LICENSE= BSD3CLAUSE +BROKEN_powerpc64= fails to build: client_test.cpp: undefined reference to std::__cxx11::basic_string + LIB_DEPENDS+= libboost_chrono.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs - -BROKEN_powerpc64= fails to build: client_test.cpp: undefined reference to std::__cxx11::basic_string USES+= compiler:c++11-lib iconv:wchar_t libtool pathfix pkgconfig ssl USE_CXXSTD= c++11 Modified: head/net-p2p/libtorrent-rasterbar/pkg-plist ============================================================================== --- head/net-p2p/libtorrent-rasterbar/pkg-plist Fri Apr 27 16:48:57 2018 (r468473) +++ head/net-p2p/libtorrent-rasterbar/pkg-plist Fri Apr 27 17:14:33 2018 (r468474) @@ -3,7 +3,6 @@ %%TEST%%bin/client_test %%TEST%%bin/connection_tester %%TEST%%bin/dump_torrent -%%TEST%%bin/fuzz_torrent %%TEST%%bin/make_torrent %%TEST%%bin/simple_client %%TEST%%bin/stats_counters