Bug 230579 - security/cryptopp: Update to 7.0.0
Summary: security/cryptopp: Update to 7.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason E. Hale
URL:
Keywords:
Depends on: 230665 230771
Blocks:
  Show dependency treegraph
 
Reported: 2018-08-13 01:42 UTC by Yuri Victorovich
Modified: 2018-08-24 17:24 UTC (History)
0 users

See Also:
jhale: maintainer-feedback+


Attachments
patch (10.36 KB, patch)
2018-08-13 01:42 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2018-08-13 01:42:09 UTC
Created attachment 196145 [details]
patch
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2018-08-13 02:44:30 UTC
Thanks. Portscout didn’t pick up the new version so I didn’t know. I‘ll Review it when I get home.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-08-24 17:22:58 UTC
A commit references this bug:

Author: jhale
Date: Fri Aug 24 17:22:07 UTC 2018
New revision: 477967
URL: https://svnweb.freebsd.org/changeset/ports/477967

Log:
  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

Changes:
  head/archivers/urbackup-client/Makefile
  head/archivers/urbackup-server/Makefile
  head/audio/clementine-player/Makefile
  head/audio/clementine-player/files/patch-CMakeLists.txt
  head/audio/clementine-player/files/patch-src_CMakeLists.txt
  head/deskutils/cdcat/Makefile
  head/deskutils/cdcat/files/patch-src_wdbfile.h
  head/devel/xeus/Makefile
  head/devel/xeus/files/patch-CMakeLists.txt
  head/devel/xeus/files/patch-xeusConfig.cmake.in
  head/devel/xeus-cling/Makefile
  head/devel/xeus-cling/files/patch-CMakeLists.txt
  head/net-p2p/amule/Makefile
  head/net-p2p/amule/files/patch-src_ClientCreditsList.cpp
  head/net-p2p/amule-devel/Makefile
  head/security/cryptopp/Makefile
  head/security/cryptopp/distinfo
  head/security/cryptopp/files/patch-GNUmakefile
  head/security/cryptopp/files/patch-config.h
  head/security/cryptopp/files/patch-cpu.h
  head/security/cryptopp/files/patch-misc.h
  head/security/cryptopp/files/patch-sse-simd.cpp
  head/security/cryptopp/pkg-plist