pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

simdutf: update to 5.6.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Oct 20 08:10:56 2024 +0200
Changeset:	0f66c0052bb42d2a4ec44cb00f738db19477d15d

Modified Files:
	simdutf/Makefile
	simdutf/PLIST
	simdutf/distinfo
	simdutf/patches/patch-src_CMakeLists.txt

Log Message:
simdutf: update to 5.6.0

(distfile download failed)

One year of heavy development.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f66c0052bb42d2a4ec44cb00f738db19477d15d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 simdutf/Makefile                         | 3 +--
 simdutf/PLIST                            | 4 ++--
 simdutf/distinfo                         | 8 ++++----
 simdutf/patches/patch-src_CMakeLists.txt | 4 ++--
 4 files changed, 9 insertions(+), 10 deletions(-)

diffs:
diff --git a/simdutf/Makefile b/simdutf/Makefile
index 6fb1bc237c..2980107c1f 100644
--- a/simdutf/Makefile
+++ b/simdutf/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	simdutf-4.0.4
+DISTNAME=	simdutf-5.6.0
 CATEGORIES=	converters textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=simdutf/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -29,5 +29,4 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/LICENSE-APACHE ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 
 .include "../../devel/cmake/build.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff --git a/simdutf/PLIST b/simdutf/PLIST
index ec7abf5d01..e3f27c588e 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.${PKGVERSION}
-lib/libsimdutf.so.5
+lib/libsimdutf.so.11
+lib/libsimdutf.so.11.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 4a8e9cbe0d..d35c167599 100644
--- a/simdutf/distinfo
+++ b/simdutf/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-BLAKE2s (simdutf-4.0.4.tar.gz) = 89160e70117b3c229a29f4d822e3305ec319821f3b6c5d97635b6d34be974b6a
-SHA512 (simdutf-4.0.4.tar.gz) = f14bb4a79ca23237d299f84893a56a14844a0a2762cf3eaf2c8b2d9cf9471ec77c87a33f8a792cc62dff41b02f61513312bb735d6de61cb0a7e4d05b03de76a6
-Size (simdutf-4.0.4.tar.gz) = 1867836 bytes
+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
 SHA1 (patch-CMakeLists.txt) = 03e7a05b55e0d6a09d6a085441e57bb71b05a6c0
-SHA1 (patch-src_CMakeLists.txt) = c687a77ed3f6b6994c6fcbfd84e8648a6d3608bc
+SHA1 (patch-src_CMakeLists.txt) = e202e4cb66155a11066f002d632d0bf1f5e72152
diff --git a/simdutf/patches/patch-src_CMakeLists.txt b/simdutf/patches/patch-src_CMakeLists.txt
index 41c38e2558..d2ac651f2e 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	2023-11-16 14:48:22.396784033 +0000
+--- src/CMakeLists.txt.orig	2024-10-11 16:35:29.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)
+   target_compile_options(simdutf PRIVATE -Wfatal-errors -Wsign-compare -Wshadow -Wwrite-strings -Wpointer-arith -Winit-self -Wconversion -Wno-sign-conversion -Wunused-function)
  endif(MSVC)


Home | Main Index | Thread Index | Old Index