svn commit: r552851 - branches/2020Q4/security/highwayhash/files
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Oct 21 01:20:45 UTC 2020
Author: pkubaj
Date: Wed Oct 21 01:20:44 2020
New Revision: 552851
URL: https://svnweb.freebsd.org/changeset/ports/552851
Log:
MFH: r552850
security/highwayhash: commit forgotten patch to fix powerpc64*
Approved by: portmgr (fix build blanket)
Added:
branches/2020Q4/security/highwayhash/files/patch-highwayhash_arch__specific.cc
- copied unchanged from r552850, head/security/highwayhash/files/patch-highwayhash_arch__specific.cc
Modified:
Directory Properties:
branches/2020Q4/ (props changed)
Copied: branches/2020Q4/security/highwayhash/files/patch-highwayhash_arch__specific.cc (from r552850, head/security/highwayhash/files/patch-highwayhash_arch__specific.cc)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2020Q4/security/highwayhash/files/patch-highwayhash_arch__specific.cc Wed Oct 21 01:20:44 2020 (r552851, copy of r552850, head/security/highwayhash/files/patch-highwayhash_arch__specific.cc)
@@ -0,0 +1,11 @@
+--- highwayhash/arch_specific.cc.orig 2020-10-10 11:16:48 UTC
++++ highwayhash/arch_specific.cc
+@@ -150,7 +150,7 @@ double DetectNominalClockRate() {
+ }
+ #elif __FreeBSD__
+ size_t length = sizeof(freq);
+- sysctlbyname("dev.cpu.0.freq"), &freq, &length, NULL, 0);
++ sysctlbyname("dev.cpu.0.freq", &freq, &length, NULL, 0);
+ freq *= 1E6;
+ return freq;
+ #endif
More information about the svn-ports-all
mailing list