pkgsrc-WIP-changes archive

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

llama.cpp: add upstream bug report URL and comment to patches



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jul 19 12:25:03 2026 +0200
Changeset:	ad55126d2c24d81e3701e920d4bb2d7fd0fe1bd8

Modified Files:
	llama.cpp/distinfo
	llama.cpp/patches/patch-common_common.cpp
	llama.cpp/patches/patch-src_llama-vocab.cpp

Log Message:
llama.cpp: add upstream bug report URL and comment to patches

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

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

diffstat:
 llama.cpp/distinfo                          | 4 ++--
 llama.cpp/patches/patch-common_common.cpp   | 3 +++
 llama.cpp/patches/patch-src_llama-vocab.cpp | 3 +++
 3 files changed, 8 insertions(+), 2 deletions(-)

diffs:
diff --git a/llama.cpp/distinfo b/llama.cpp/distinfo
index 10a8f0416b..9bd6f25770 100644
--- a/llama.cpp/distinfo
+++ b/llama.cpp/distinfo
@@ -6,5 +6,5 @@ Size (llama-b10068-ui.tar.gz) = 2865832 bytes
 BLAKE2s (llama.cpp-b10068.tar.gz) = f2d99b9916a6dacd408b88ecd2f068a32976d581b4367878de17ff8057c87682
 SHA512 (llama.cpp-b10068.tar.gz) = b23d154942f8e57ba37f6edff94951940665024ff6bd6d10e658d9f1e065cd56266125994269a469af928324a55d4a4b2695b73731c3dff6d9a6276a4620cba4
 Size (llama.cpp-b10068.tar.gz) = 35932327 bytes
-SHA1 (patch-common_common.cpp) = 57a375ff17c8c97cfadd4196b3a368b6abd65ce6
-SHA1 (patch-src_llama-vocab.cpp) = b97f36b85855ccf1385dfdd9fd5417e1abf77024
+SHA1 (patch-common_common.cpp) = b05147e49fceee8f54b3c40a6db120aa2c8fc9dd
+SHA1 (patch-src_llama-vocab.cpp) = cb99e8705a9c64fabc7bd4c70db0c5f5db919b0b
diff --git a/llama.cpp/patches/patch-common_common.cpp b/llama.cpp/patches/patch-common_common.cpp
index 9e83a242fc..7f52b69931 100644
--- a/llama.cpp/patches/patch-common_common.cpp
+++ b/llama.cpp/patches/patch-common_common.cpp
@@ -1,5 +1,8 @@
 $NetBSD$
 
+Fix ctype(3) usage.
+https://github.com/ggml-org/llama.cpp/pull/25888
+
 --- common/common.cpp.orig	2026-05-29 05:46:11.000000000 +0000
 +++ common/common.cpp
 @@ -436,10 +436,10 @@ std::string string_format(const char * f
diff --git a/llama.cpp/patches/patch-src_llama-vocab.cpp b/llama.cpp/patches/patch-src_llama-vocab.cpp
index df8efd5c0b..50261d4de4 100644
--- a/llama.cpp/patches/patch-src_llama-vocab.cpp
+++ b/llama.cpp/patches/patch-src_llama-vocab.cpp
@@ -1,5 +1,8 @@
 $NetBSD$
 
+Fix ctype(3) usage.
+https://github.com/ggml-org/llama.cpp/pull/25888
+
 --- src/llama-vocab.cpp.orig	2025-05-16 09:52:44.723654390 +0000
 +++ src/llama-vocab.cpp
 @@ -2264,7 +2264,7 @@ void llama_vocab::impl::tokenizer_st_par


Home | Main Index | Thread Index | Old Index