mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
This commit is contained in:
parent
b9e330b77d
commit
5c339975f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468474
@ -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,12 +15,12 @@ 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
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user