svn commit: r468474 - head/net-p2p/libtorrent-rasterbar
Koichiro Iwao
meta at FreeBSD.org
Fri Apr 27 17:14:34 UTC 2018
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 at 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
More information about the svn-ports-all
mailing list