FreeBSD Bugzilla – Attachment 270733 Details for
Bug 295290
cad/gspiceui: Fix documentation path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-cad-gspiceui-Fix-documentation-path.patch (text/plain), 879 bytes, created by
Kevin Zheng
on 2026-05-14 19:36:57 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Kevin Zheng
Created:
2026-05-14 19:36:57 UTC
Size:
879 bytes
patch
obsolete
>From 95e36e8c2067d74728c198303514f726ec33acd9 Mon Sep 17 00:00:00 2001 >From: Kevin Zheng <kevinz5000@gmail.com> >Date: Sat, 2 May 2026 02:17:53 -0700 >Subject: [PATCH] cad/gspiceui: Fix documentation path > >gspiceui's binary does some automatic LOCALBASE detection using the full >executable path, so the REINPLACE_CMD does not need LOCALBASE. > >Reported by: Nilton Jose Rizzo >--- > cad/gspiceui/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile >index b61c43b758f2..5a6d711eeb77 100644 >--- a/cad/gspiceui/Makefile >+++ b/cad/gspiceui/Makefile >@@ -34,7 +34,7 @@ CFLAGS:= ${CFLAGS:C/-O[2-9]/-O1/g} > .endif > > post-patch: >- @${REINPLACE_CMD} -e 's|share/gspiceui|${DOCSDIR}|g' \ >+ @${REINPLACE_CMD} -e 's|share/gspiceui|share/doc/${PORTNAME}|g' \ > ${WRKSRC}/src/main/HelpTasks.cpp > > do-install: >-- >2.54.0 >
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 295290
: 270733 |
270774