pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libjwt
Module Name: pkgsrc
Committed By: nia
Date: Sat Apr 5 09:19:55 UTC 2025
Modified Files:
pkgsrc/security/libjwt: distinfo
Added Files:
pkgsrc/security/libjwt/patches: patch-CMakeLists.txt
Log Message:
libjwt: Disable -Werror.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/libjwt/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/libjwt/patches/patch-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/security/libjwt/distinfo
diff -u pkgsrc/security/libjwt/distinfo:1.4 pkgsrc/security/libjwt/distinfo:1.5
--- pkgsrc/security/libjwt/distinfo:1.4 Tue Apr 1 08:28:54 2025
+++ pkgsrc/security/libjwt/distinfo Sat Apr 5 09:19:55 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2025/04/01 08:28:54 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/04/05 09:19:55 nia Exp $
BLAKE2s (libjwt-3.2.1.tar.xz) = 4f2f536f0756b2f81194295d4c4e4023c21bab028b3f7946a739b42f5f200c69
SHA512 (libjwt-3.2.1.tar.xz) = 2f88e4ce43a2f4aa8dab68137129cae0d80c99a39bcdf086397c990055386d30b6a00cd0cba53b74b47a52bf0407b7acba36dbb4e7f06e594e494b4a1ca4250b
Size (libjwt-3.2.1.tar.xz) = 518700 bytes
+SHA1 (patch-CMakeLists.txt) = dbbf7807ad3004d120d82dc0d53063d025e7d6ff
Added files:
Index: pkgsrc/security/libjwt/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/security/libjwt/patches/patch-CMakeLists.txt:1.1
--- /dev/null Sat Apr 5 09:19:55 2025
+++ pkgsrc/security/libjwt/patches/patch-CMakeLists.txt Sat Apr 5 09:19:55 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/04/05 09:19:55 nia Exp $
+
+Disable -Werror.
+
+--- CMakeLists.txt.orig 2025-04-05 09:19:05.461840572 +0000
++++ CMakeLists.txt
+@@ -21,7 +21,7 @@ project(${LIBJWT_PROJECT}
+ set(MEMORYCHECK_COMMAND_OPTIONS "-q --tool=memcheck --leak-check=yes --num-callers=50 --trace-children=yes --leak-check=full --track-origins=yes --gen-suppressions=all")
+
+ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+-add_compile_options(-Wall -Werror -Wextra -Wunused)
++add_compile_options(-Wall -Wextra -Wunused)
+
+ # Must be set after the above
+ include(GNUInstallDirs)
Home |
Main Index |
Thread Index |
Old Index