diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2021-01-19 04:26:12 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2021-01-19 04:26:12 +0000 |
commit | 54557556437e82b0ffd1912584b4895cfe301ba9 (patch) | |
tree | a0889819c82e505a0706a1bb9caa9b42b73d7526 /security/cryptopp/files/patch-GNUmakefile | |
parent | Mark as BROKEN on riscv64: (diff) |
security/cryptopp: Update to 8.4.0
Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.
Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]
[1] https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e
Changes: https://www.cryptopp.com/release840.html
Notes
Notes:
svn path=/head/; revision=562021
Diffstat (limited to 'security/cryptopp/files/patch-GNUmakefile')
-rw-r--r-- | security/cryptopp/files/patch-GNUmakefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/cryptopp/files/patch-GNUmakefile b/security/cryptopp/files/patch-GNUmakefile index 3e73b7ea6372..1fc8ef2b3017 100644 --- a/security/cryptopp/files/patch-GNUmakefile +++ b/security/cryptopp/files/patch-GNUmakefile @@ -2,9 +2,9 @@ We need to export the CRYPTOPP_DISABLE_ASM flag if cryptopp was not built with SIMD support. Certain functions prototypes are guarded by this flag and build failures will arise in other ports if not set appropriately. ---- GNUmakefile.orig 2019-04-28 23:36:50 UTC +--- GNUmakefile.orig 2021-01-01 17:22:45 UTC +++ GNUmakefile -@@ -57,7 +57,7 @@ ifeq ($(SYSTEMX),) +@@ -71,7 +71,7 @@ ifeq ($(SYSTEMX),) SYSTEMX := $(shell uname -s 2>/dev/null) endif @@ -13,7 +13,7 @@ flag and build failures will arise in other ports if not set appropriately. IS_HURD := $(shell echo "$(SYSTEMX)" | $(GREP) -i -c -E "GNU|Hurd") IS_MINGW := $(shell echo "$(SYSTEMX)" | $(GREP) -i -c "MinGW") IS_CYGWIN := $(shell echo "$(SYSTEMX)" | $(GREP) -i -c "Cygwin") -@@ -742,7 +742,7 @@ endif +@@ -795,7 +795,7 @@ endif # Use -pthread whenever it is available. See http://www.hpl.hp.com/techreports/2004/HPL-2004-209.pdf # http://stackoverflow.com/questions/2127797/gcc-significance-of-pthread-flag-when-compiling @@ -22,8 +22,8 @@ flag and build failures will arise in other ports if not set appropriately. ifeq ($(XLC_COMPILER),1) ifeq ($(findstring -qthreaded,$(CXXFLAGS)),) TPROG = TestPrograms/test_pthreads.cxx -@@ -1341,7 +1341,7 @@ libcryptopp.pc: - @echo 'Version: 8.2' >> libcryptopp.pc +@@ -1450,7 +1450,7 @@ libcryptopp.pc: + @echo 'Version: 8.4' >> libcryptopp.pc @echo 'URL: https://cryptopp.com/' >> libcryptopp.pc @echo '' >> libcryptopp.pc - @echo 'Cflags: -I$${includedir}' >> libcryptopp.pc |