FreeBSD Bugzilla – Attachment 271577 Details for
Bug 295906
misc/llama-cpp: fix webui
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix webui
misc~llama-cpp_webui.diff (text/plain), 1.09 KB, created by
Eric Camachat
on 2026-06-07 03:25:40 UTC
(
hide
)
Description:
Fix webui
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2026-06-07 03:25:40 UTC
Size:
1.09 KB
patch
obsolete
>diff --git misc/llama-cpp/Makefile misc/llama-cpp/Makefile >index 097812ae97ae..04a4c68d5714 100644 >--- misc/llama-cpp/Makefile >+++ misc/llama-cpp/Makefile >@@ -55,11 +55,11 @@ BINARY_ALIAS= git=false \ > python=${PYTHON_CMD} # for tests > > post-extract: >- @${MKDIR} ${WRKSRC}/build/tools/ui/dist >- ${CP} ${DISTDIR}/${DIST_SUBDIR}/index.html ${WRKSRC}/build/tools/ui/dist/index.html >- ${CP} ${DISTDIR}/${DIST_SUBDIR}/bundle.js ${WRKSRC}/build/tools/ui/dist/bundle.js >- ${CP} ${DISTDIR}/${DIST_SUBDIR}/bundle.css ${WRKSRC}/build/tools/ui/dist/bundle.css >- ${CP} ${DISTDIR}/${DIST_SUBDIR}/loading.html ${WRKSRC}/build/tools/ui/dist/loading.html >+ @${MKDIR} ${CONFIGURE_WRKSRC}/tools/ui/dist >+ ${CP} ${DISTDIR}/${DIST_SUBDIR}/index.html ${CONFIGURE_WRKSRC}/tools/ui/dist/index.html >+ ${CP} ${DISTDIR}/${DIST_SUBDIR}/bundle.js ${CONFIGURE_WRKSRC}/tools/ui/dist/bundle.js >+ ${CP} ${DISTDIR}/${DIST_SUBDIR}/bundle.css ${CONFIGURE_WRKSRC}/tools/ui/dist/bundle.css >+ ${CP} ${DISTDIR}/${DIST_SUBDIR}/loading.html ${CONFIGURE_WRKSRC}/tools/ui/dist/loading.html > > post-patch: # set version in the code > @${REINPLACE_CMD} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 295906
: 271577