CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/01/08 06:06:11
Modified files:
net/libtorrent-rasterbar: Makefile
net/libtorrent-rasterbar/pkg: PLIST
Removed files:
net/libtorrent-rasterbar/patches: patch-Jamfile
patch-bindings_python_setup_py
Log message:
drop patches and build with cmake
No need to fiddle around with static/shared or boost/python bits in the
autoconf system when cmake just gets it right.
cmake does not build egg files by default (there's an option, though).
No symbol changes as per /usr/src/lib/check_sym.
The current autoconf build links against system boost as well,
with cmake only the python boost library is used.
This looks like a needless extra in the autoconf version.
No static library besides the dynamic one anymore.
OK rsadowski