Bug 290964 - misc/llama-cpp: upgrade, improve
Summary: misc/llama-cpp: upgrade, improve
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-12 02:24 UTC by Mikhail Teterin
Modified: 2025-11-28 03:37 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
upgrade from 6922 to 7027 (7.27 KB, patch)
2025-11-12 02:24 UTC, Mikhail Teterin
no flags Details | Diff
upgrade from 6922 to 7027 (7.26 KB, patch)
2025-11-13 02:50 UTC, Mikhail Teterin
no flags Details | Diff
upgrade from 7134 to 7179 (5.72 KB, patch)
2025-11-28 03:37 UTC, Mikhail Teterin
mi: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Teterin freebsd_committer freebsd_triage 2025-11-12 02:24:15 UTC
Created attachment 265349 [details]
upgrade from 6922 to 7027

Upstream makes a new "release" multiple times a day, so the most recent version might be newer, by the time you read this ticket :)

Yet, once in a while an upgrade is warranted. This patch also includes some tiny improvements:

        - address one of the known test-failures (the test-chat)
        - avoid using bundled third-party code -- replacing it with
          the ports-installed stuff:
                - cpp-httplib
                - miniaudio
                - nlohmann-json
                - stb
Comment 1 Mikhail Teterin freebsd_committer freebsd_triage 2025-11-13 02:50:18 UTC
Created attachment 265390 [details]
upgrade from 6922 to 7027
Comment 2 Mikhail Teterin freebsd_committer freebsd_triage 2025-11-28 03:37:56 UTC
Created attachment 265680 [details]
upgrade from 7134 to 7179

Refreshing the patch to apply against the latest version of the port.