pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hyperscan



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 20 07:22:10 UTC 2025

Modified Files:
        pkgsrc/devel/hyperscan: distinfo
        pkgsrc/devel/hyperscan/patches: patch-chimera_CMakeLists.txt

Log Message:
hyperscan: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/hyperscan/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/hyperscan/patches/patch-chimera_CMakeLists.txt

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

Modified files:

Index: pkgsrc/devel/hyperscan/distinfo
diff -u pkgsrc/devel/hyperscan/distinfo:1.8 pkgsrc/devel/hyperscan/distinfo:1.9
--- pkgsrc/devel/hyperscan/distinfo:1.8 Sun Dec 29 14:56:38 2024
+++ pkgsrc/devel/hyperscan/distinfo     Wed Aug 20 07:22:10 2025
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.8 2024/12/29 14:56:38 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/08/20 07:22:10 wiz Exp $
 
 BLAKE2s (hyperscan-5.4.2.tar.gz) = 56eb9b80011ec253c3a2543d19ae3bb12d66b66d6be7a3942f798a3a1ec5430f
 SHA512 (hyperscan-5.4.2.tar.gz) = 328f21133161d16b36ebdc7f8b80a7afe7ca9e7e7433348e9bfa9acb5f3641522e8314beea1b219891f4e95f1392ff8036ebb87780fe808b8b4bd15a535e9509
 Size (hyperscan-5.4.2.tar.gz) = 1848851 bytes
 SHA1 (patch-CMakeLists.txt) = 09b5f2653d233faa10ed83c3a3def6ea66e4f3ce
-SHA1 (patch-chimera_CMakeLists.txt) = 8c762191adb5088a31e884ff0745f7c05995eb14
+SHA1 (patch-chimera_CMakeLists.txt) = 440ccae8b276979fc535cb8d5f8bcdf7b7741f1e
 SHA1 (patch-chimera_ch__runtime.c) = a3e89529a4397eeaea2db358f2676cf03e66a91e
 SHA1 (patch-src_util_popcount.h) = 3d30d412318c474c9d7a5b7fc45ea3148e6ed4b4
 SHA1 (patch-tools_hsbench_CMakeLists.txt) = 69ea565ee36811a632e8bc521901c4cdd0a91ca3

Index: pkgsrc/devel/hyperscan/patches/patch-chimera_CMakeLists.txt
diff -u pkgsrc/devel/hyperscan/patches/patch-chimera_CMakeLists.txt:1.1 pkgsrc/devel/hyperscan/patches/patch-chimera_CMakeLists.txt:1.2
--- pkgsrc/devel/hyperscan/patches/patch-chimera_CMakeLists.txt:1.1     Sun Dec 29 14:56:38 2024
+++ pkgsrc/devel/hyperscan/patches/patch-chimera_CMakeLists.txt Wed Aug 20 07:22:10 2025
@@ -1,10 +1,20 @@
-$NetBSD: patch-chimera_CMakeLists.txt,v 1.1 2024/12/29 14:56:38 adam Exp $
+$NetBSD: patch-chimera_CMakeLists.txt,v 1.2 2025/08/20 07:22:10 wiz Exp $
+
+Fix build with cmake 4.
 
 Do not leak work dir in pkg-config file.
 
---- chimera/CMakeLists.txt.orig        2024-12-29 14:09:56.883237585 +0000
+--- chimera/CMakeLists.txt.orig        2023-04-19 09:34:39.000000000 +0000
 +++ chimera/CMakeLists.txt
-@@ -41,7 +41,7 @@ if (NOT WIN32)
+@@ -28,7 +28,6 @@ SET(chimera_SRCS
+ )
+ 
+ add_library(chimera STATIC ${chimera_SRCS})
+-add_dependencies(chimera hs pcre)
+ target_link_libraries(chimera hs pcre)
+ 
+ install(TARGETS chimera DESTINATION ${CMAKE_INSTALL_LIBDIR})
+@@ -41,7 +40,7 @@ if (NOT WIN32)
              set(PRIVATE_LIBS "${PRIVATE_LIBS} -l${LIB}")
          endif()
      endforeach()



Home | Main Index | Thread Index | Old Index