aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-21 20:17:29 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-21 20:20:38 +0000
commiteec9ee622163d81127dd0841113c7c55e3cc0a85 (patch)
tree4862723563f675ba6331bba19692f42a410c3460 /devel
parent12e296fafe63c66f916e51e63b5fbfc801572c1d (diff)
downloadports-eec9ee622163d81127dd0841113c7c55e3cc0a85.tar.gz
ports-eec9ee622163d81127dd0841113c7c55e3cc0a85.zip
devel/highway: backport crashfix for old CPUs
PR: 262104 Reported by: VVD
Diffstat (limited to 'devel')
-rw-r--r--devel/highway/Makefile5
-rw-r--r--devel/highway/distinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/devel/highway/Makefile b/devel/highway/Makefile
index 7840ed567517..6ba87829a5bd 100644
--- a/devel/highway/Makefile
+++ b/devel/highway/Makefile
@@ -1,8 +1,11 @@
PORTNAME= highway
DISTVERSION= 0.16.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 1ac50ad83d8c.patch:-p1 # https://github.com/google/highway/pull/561
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Performance-portable, length-agnostic SIMD with runtime dispatch
diff --git a/devel/highway/distinfo b/devel/highway/distinfo
index e14f59760bcf..00918351a3cc 100644
--- a/devel/highway/distinfo
+++ b/devel/highway/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1645106719
SHA256 (google-highway-0.16.0_GH0.tar.gz) = 746c9578446be6c5286e8846c5f0d4118c0c1f04219c401abadcb8a5f2051893
SIZE (google-highway-0.16.0_GH0.tar.gz) = 1639388
+SHA256 (1ac50ad83d8c.patch) = bcd5bfbab6783708cf71eb64d20afc459ef46f9fd3adf25a65bd933521553524
+SIZE (1ac50ad83d8c.patch) = 3207