Date: Fri, 27 Apr 2018 17:14:33 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468474 - head/net-p2p/libtorrent-rasterbar Message-ID: <201804271714.w3RHEXTJ020789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <godevilove@ya.ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804271714.w3RHEXTJ020789>