Changes: fix erroneous event=completed tracker announce when checking files promote errors in parsing listen_interfaces to post listen_failed_alert fix bug in protocol encryption/obfuscation fix buffer overflow in SOCKS5 UDP logic fix issue of rapid calls to file_priority() clobbering each other clear tracker errors on success optimize setting with unlimited unchoke slots fixed restoring of trackers, comment, creation date and created-by in resume data fix handling of torrents with too large pieces fixed division by zero in anti-leech choker fixed bug in torrent_info::swap
29 lines
783 B
Makefile
29 lines
783 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/04 16:49:12 nia Exp $
|
|
|
|
DISTNAME= libtorrent-rasterbar-1.2.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=arvidn/}
|
|
GITHUB_PROJECT= libtorrent
|
|
GITHUB_RELEASE= libtorrent-${PKGVERSION_NOREV:S/./_/g}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.libtorrent.org/
|
|
COMMENT= Feature complete C++ bittorrent implementation
|
|
LICENSE= modified-bsd
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
# C++11
|
|
GCC_REQD+= 4.7
|
|
|
|
PKGCONFIG_OVERRIDE+= libtorrent-rasterbar.pc.in
|
|
|
|
post-install:
|
|
${FIND} ${DESTDIR} -name '*.orig' -print0 | ${XARGS} -0 ${RM} -f
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|