Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2023 11:21:46 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: da312f3f900b - main - devel/highway: update to 1.0.7
Message-ID:  <202308301121.37UBLkES044501@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da312f3f900bd4239d82328db55c5f1f7a82e1ad

commit da312f3f900bd4239d82328db55c5f1f7a82e1ad
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-08-29 18:54:45 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-08-30 11:21:35 +0000

    devel/highway: update to 1.0.7
    
    Changes:        https://github.com/google/highway/releases/tag/1.0.6
    Reported by:    GitHub (watch releases)
---
 devel/highway/Makefile               |  2 +-
 devel/highway/distinfo               |  6 +++---
 devel/highway/files/patch-hwy_base.h | 13 -------------
 devel/highway/pkg-plist              |  6 +++---
 4 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/devel/highway/Makefile b/devel/highway/Makefile
index 332a642b3de8..fe2ce1385aa5 100644
--- a/devel/highway/Makefile
+++ b/devel/highway/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	highway
-DISTVERSION=	1.0.6
+DISTVERSION=	1.0.7
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/devel/highway/distinfo b/devel/highway/distinfo
index 61dc544babcd..782ac6f89e32 100644
--- a/devel/highway/distinfo
+++ b/devel/highway/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689780073
-SHA256 (google-highway-1.0.6_GH0.tar.gz) = d89664a045a41d822146e787bceeefbf648cc228ce354f347b18f2b419e57207
-SIZE (google-highway-1.0.6_GH0.tar.gz) = 2038087
+TIMESTAMP = 1693335285
+SHA256 (google-highway-1.0.7_GH0.tar.gz) = 5434488108186c170a5e2fca5e3c9b6ef59a1caa4d520b008a9b8be6b8abe6c5
+SIZE (google-highway-1.0.7_GH0.tar.gz) = 2055819
diff --git a/devel/highway/files/patch-hwy_base.h b/devel/highway/files/patch-hwy_base.h
deleted file mode 100644
index bac2d6a5c8df..000000000000
--- a/devel/highway/files/patch-hwy_base.h
+++ /dev/null
@@ -1,13 +0,0 @@
-https://github.com/google/highway/issues/1658
-
---- hwy/base.h.orig	2023-08-11 13:54:08 UTC
-+++ hwy/base.h
-@@ -381,7 +381,7 @@ using float16_t = __fp16;
- //    which is missing __extendhfsf2.
- #elif (                                                                        \
-     (HWY_ARCH_RVV && defined(__riscv_zvfh) && HWY_COMPILER_CLANG) ||           \
--    (HWY_ARCH_X86 && ((HWY_COMPILER_CLANG >= 1600 && !HWY_COMPILER_CLANGCL) || \
-+    (HWY_ARCH_X86_64 && ((HWY_COMPILER_CLANG >= 1600 && !HWY_COMPILER_CLANGCL) || \
-                       HWY_COMPILER_GCC_ACTUAL >= 1200)))
- using float16_t = _Float16;
- // 3) Otherwise emulate
diff --git a/devel/highway/pkg-plist b/devel/highway/pkg-plist
index 582a536a6569..37c2409a9bfa 100644
--- a/devel/highway/pkg-plist
+++ b/devel/highway/pkg-plist
@@ -50,13 +50,13 @@ lib/cmake/hwy/hwy-config-version.cmake
 lib/cmake/hwy/hwy-config.cmake
 lib/libhwy.so
 lib/libhwy.so.1
-lib/libhwy.so.1.0.6
+lib/libhwy.so.1.0.7
 lib/libhwy_contrib.so
 lib/libhwy_contrib.so.1
-lib/libhwy_contrib.so.1.0.6
+lib/libhwy_contrib.so.1.0.7
 lib/libhwy_test.so
 lib/libhwy_test.so.1
-lib/libhwy_test.so.1.0.6
+lib/libhwy_test.so.1.0.7
 libdata/pkgconfig/libhwy-contrib.pc
 libdata/pkgconfig/libhwy-test.pc
 libdata/pkgconfig/libhwy.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308301121.37UBLkES044501>