misc/koboldcpp: update 1.83 → 1.83.1

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2025-02-10 00:19:40 -08:00
parent 12741cf87a
commit 9a9eecf2da
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= koboldcpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.83
DISTVERSION= 1.83.1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1739080679
SHA256 (LostRuins-koboldcpp-v1.83_GH0.tar.gz) = 1289652de864782e248a8a5f12b065e2a3f97f2b938ab482cbc72709bf1a6862
SIZE (LostRuins-koboldcpp-v1.83_GH0.tar.gz) = 31793378
TIMESTAMP = 1739169567
SHA256 (LostRuins-koboldcpp-v1.83.1_GH0.tar.gz) = 7a9035f240e94c474d7c974ed6dd2210a02e80545d79de46e11a66787e7e6ab3
SIZE (LostRuins-koboldcpp-v1.83.1_GH0.tar.gz) = 31806919

View file

@ -1,13 +1,13 @@
--- Makefile.orig 2025-02-07 18:11:10 UTC
--- Makefile.orig 2025-02-09 08:59:56 UTC
+++ Makefile
@@ -45,8 +45,8 @@ endif
#
# keep standard at C11 and C++17
-CFLAGS ?=
-CXXFLAGS ?=
+CFLAGS ?= $(PRESET_CFLAGS)
+CXXFLAGS ?= $(PRESET_CXXFLAGS)
-CFLAGS =
-CXXFLAGS =
+CFLAGS = $(PRESET_CFLAGS)
+CXXFLAGS = $(PRESET_CXXFLAGS)
ifdef KCPP_DEBUG
CFLAGS = -g -O0
CXXFLAGS = -g -O0