pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
simdutf: update to 7.0.0
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Wed May 7 20:30:22 2025 +0200
Changeset: 651be869ec6f6fdf04ebe3e8fec4405c43536e94
Modified Files:
simdutf/Makefile
simdutf/PLIST
simdutf/distinfo
simdutf/patches/patch-src_CMakeLists.txt
Log Message:
simdutf: update to 7.0.0
I'm working on the wip/ladybird-git package and this
matches what it currently requires.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=651be869ec6f6fdf04ebe3e8fec4405c43536e94
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
simdutf/Makefile | 2 +-
simdutf/PLIST | 4 ++--
simdutf/distinfo | 8 ++++----
simdutf/patches/patch-src_CMakeLists.txt | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
diffs:
diff --git a/simdutf/Makefile b/simdutf/Makefile
index 2980107c1f..590cf5222e 100644
--- a/simdutf/Makefile
+++ b/simdutf/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= simdutf-5.6.0
+DISTNAME= simdutf-7.0.0
CATEGORIES= converters textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=simdutf/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/simdutf/PLIST b/simdutf/PLIST
index e3f27c588e..33ebb1b20f 100644
--- a/simdutf/PLIST
+++ b/simdutf/PLIST
@@ -14,8 +14,8 @@ lib/cmake/simdutf/simdutf-config.cmake
lib/cmake/simdutf/simdutfTargets-release.cmake
lib/cmake/simdutf/simdutfTargets.cmake
lib/libsimdutf.so
-lib/libsimdutf.so.11
-lib/libsimdutf.so.11.0.0
+lib/libsimdutf.so.21
+lib/libsimdutf.so.21.0.0
lib/pkgconfig/simdutf.pc
share/doc/simdutf/LICENSE-APACHE
share/doc/simdutf/LICENSE-MIT
diff --git a/simdutf/distinfo b/simdutf/distinfo
index d35c167599..02bca8035a 100644
--- a/simdutf/distinfo
+++ b/simdutf/distinfo
@@ -1,7 +1,7 @@
$NetBSD$
-BLAKE2s (simdutf-5.6.0.tar.gz) = b5a295f5a566882ae644fb951cb2acbe735bdd619da02703ae3c74f46ee67c20
-SHA512 (simdutf-5.6.0.tar.gz) = 57748cadd07a265e7297408f20ab7a7e899f8676972027b09b168464f7b68de82790a6877bfad8197501be95a754b18458be4c36740bafb7e0a32630c7bd1d2d
-Size (simdutf-5.6.0.tar.gz) = 2003297 bytes
+BLAKE2s (simdutf-7.0.0.tar.gz) = 72e9a2e14ae2446aa3dc4eebe5336ab4897d5ddf3b4edbed4a021ac51231eb93
+SHA512 (simdutf-7.0.0.tar.gz) = 463e7ff5e6c6be741120806febe41bb88be27420ee0d2e6ac735e8856865d0316b00bd8783944f43be614c19a9bb514151d9ba30df3d2942a7fd49f4c3d894c7
+Size (simdutf-7.0.0.tar.gz) = 2166018 bytes
SHA1 (patch-CMakeLists.txt) = 03e7a05b55e0d6a09d6a085441e57bb71b05a6c0
-SHA1 (patch-src_CMakeLists.txt) = e202e4cb66155a11066f002d632d0bf1f5e72152
+SHA1 (patch-src_CMakeLists.txt) = e24cfac6e60f66ed680a4b0315d81cdb7a2ae6a9
diff --git a/simdutf/patches/patch-src_CMakeLists.txt b/simdutf/patches/patch-src_CMakeLists.txt
index d2ac651f2e..70cbbc9200 100644
--- a/simdutf/patches/patch-src_CMakeLists.txt
+++ b/simdutf/patches/patch-src_CMakeLists.txt
@@ -2,7 +2,7 @@ $NetBSD$
Don't leak -fPIC to cmake users of simdutf
---- src/CMakeLists.txt.orig 2024-10-11 16:35:29.000000000 +0000
+--- src/CMakeLists.txt.orig 2025-05-01 04:20:41.000000000 +0000
+++ src/CMakeLists.txt
@@ -15,9 +15,6 @@ if(MSVC)
target_compile_options(simdutf PRIVATE /WX /W3 /sdl /w34714) # https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-4-c4714?view=vs-2019
@@ -12,5 +12,5 @@ Don't leak -fPIC to cmake users of simdutf
- target_compile_options(simdutf INTERFACE -fPIC)
- endif()
target_compile_options(simdutf PRIVATE -Wall -Wextra -Weffc++)
- target_compile_options(simdutf PRIVATE -Wfatal-errors -Wsign-compare -Wshadow -Wwrite-strings -Wpointer-arith -Winit-self -Wconversion -Wno-sign-conversion -Wunused-function)
- endif(MSVC)
+ target_compile_options(simdutf PRIVATE -Wsign-compare -Wshadow -Wwrite-strings -Wpointer-arith -Winit-self -Wconversion -Wno-sign-conversion -Wunused-function)
+ target_compile_options(simdutf PRIVATE -Wfatal-errors)
Home |
Main Index |
Thread Index |
Old Index