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
Comment:
Qt-based client-side and server-side SOAP component
Description:
KD Soap is a Qt-based client-side and server-side SOAP component.
It can be used to create client applications for web services and also provides
the means to create web services without the need for any further component
such as a dedicated web server.
KD Soap targets C++ programmers who use Qt in their applications.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://www.kdab.com/development-resources/qt-tools/kd-soap/
I wouldn't normally reccommend updating a port to a release candidate, but
Syncthing has been broken ever since the golang 1.15beta1 update, and this
version unbreaks it for us.
Details here:
https://forum.syncthing.net/t/syncthing-broken-by-go-1-15-quic/15467/13
OK abieber@, thanks!
- Merge multimedia/phonon-qt5 into multimedia/phonon and remove the
phonon MODULE.
- Update all phonon ports to the latest version.
- Regen all consumer WANTLIB's and bump them.