CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/09/03 22:24:28
Modified files:
net/libtorrent-rasterbar: Makefile distinfo
net/libtorrent-rasterbar/patches:
patch-include_libtorrent_config_hpp
net/libtorrent-rasterbar/pkg: PLIST
Added files:
net/libtorrent-rasterbar/patches: patch-configure_ac
Log message:
Update libtorrent-rasterbar to 1.2.9
changelog: https://github.com/arvidn/libtorrent/blob/libtorrent-1.2.9/ChangeLog
- uses c++14 instead of clang++'s default gnu++14
- moves to autoreconf because configure defaults to c++11 instead of the
desired c++14
- bumps library major due to symbol deletion
- changes MASTER_SITES to properly download the new release
- specifies devel/boost>=1.67.0 (from rsadowski@)
- uses MODPY_VERSION for naming boost python bindings in WANTLIB and
CONFIGURE_ARGS (from rsadowski@)
- uses mt variants of libboost_system-mt and libboost_python38-mt
- links to libiconv.so.7.0 instead of libiconv.a now that upstream
updated m4 macros
- regens WANTLIB with boost_python38, boost_system (non-mt) and iconv
- Remove PYTHON_CXXFLAGS and CXXFLAGS. gnu++14 is now the default for
ports-gcc. (from brad@)
>From Nam Nguyen