aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2022-09-16 03:26:18 +0000
committerJason E. Hale <jhale@FreeBSD.org>2022-09-16 03:56:45 +0000
commit5a19c0823bb11a2d2da10a3d92a574a8aafcb661 (patch)
tree9abec8ddedf592d7915de09722fc31908484d1c8 /multimedia
parentbf214dcabe40ff673af9fb152777da8e162a9bc5 (diff)
downloadports-5a19c0823bb11a2d2da10a3d92a574a8aafcb661.tar.gz
ports-5a19c0823bb11a2d2da10a3d92a574a8aafcb661.zip
security/cryptopp: Update to 8.7.0
Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU features regardless if CPUTYPE is set and it is not possible to disable specific instruction sets. It is only possible to completely disable assembly optimizations, which is recommended for package building unless all consumer machines support the build machine's CPU instruction sets. Since version 8.1, it is no longer necessary to export -DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now build without it defined if the SIMD option is disabled. Remove old workarounds pertaining to this issue. https://github.com/weidai11/cryptopp/issues/779 Bump PORTREVISION on consumers due to ABI incompatibility. https://www.cryptopp.com/release870.html
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/kvazaar/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/kvazaar/Makefile b/multimedia/kvazaar/Makefile
index 86a97b5f862d..35e585ddf1e5 100644
--- a/multimedia/kvazaar/Makefile
+++ b/multimedia/kvazaar/Makefile
@@ -1,6 +1,7 @@
PORTNAME= kvazaar
DISTVERSIONPREFIX= v
DISTVERSION?= 2.1.0
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org