diff options
author | jhale <jhale@FreeBSD.org> | 2018-08-25 01:22:01 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-08-25 01:22:01 +0800 |
commit | 859f805dd52ddf18be9fd8d2b3e270945f86b241 (patch) | |
tree | 755180fd4810fbf33aa78186166afc94eafc7a8e /archivers/plzip | |
parent | ff6fe9727fc72b86994dcb93553626b705f579f9 (diff) | |
download | freebsd-ports-gnome-859f805dd52ddf18be9fd8d2b3e270945f86b241.tar.gz freebsd-ports-gnome-859f805dd52ddf18be9fd8d2b3e270945f86b241.tar.zst freebsd-ports-gnome-859f805dd52ddf18be9fd8d2b3e270945f86b241.zip |
Update security/cryptopp to 7.0.0
We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.
Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.
deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf
devel/xeus
- Fix dependencies and remove header-only libraries from RUN_DEPENDS
- Rework to use the cryptopp pkgconf file
- net/cppzmq CMake files were fixed in r477649, remove hacks for that
as they were seemingly causing devel/xeus-cling to link to cryptopp
unnecessarily
- Remove C++17 code from cryptopp checks for compatibility
devel/xeus-cling
- Fix dependencies
- Remove hacks for previously broken cppzmq CMake files and no longer
needed cryptopp dependency
Changes: https://www.cryptopp.com/#news
PR: 230579 (original patch, not used)
Submitted by: yuri
Diffstat (limited to 'archivers/plzip')
0 files changed, 0 insertions, 0 deletions