FreeBSD Bugzilla – Attachment 255512 Details for
Bug 282810
graphics/zathura: Expect system-wide config at ${PREFIX}/etc/zathurarc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-graphics-zathura-Expect-system-wide-config-at-PREFIX.patch (text/plain), 851 bytes, created by
embhd
on 2024-11-28 18:53:10 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
embhd
Created:
2024-11-28 18:53:10 UTC
Size:
851 bytes
patch
obsolete
>From 85bf036db65352952f9bb6d79b962266d78290a6 Mon Sep 17 00:00:00 2001 >From: Michael <embhd@posteo.de> >Date: Sun, 17 Nov 2024 11:26:28 +0100 >Subject: [PATCH] graphics/zathura: Expect system-wide config at > ${PREFIX}/etc/zathurarc > >--- > graphics/zathura/Makefile | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile >index 0043aa2692..8f08e2ce82 100644 >--- a/graphics/zathura/Makefile >+++ b/graphics/zathura/Makefile >@@ -35,4 +35,8 @@ SYNCTEX_BUILD_DEPENDS= tex-synctex>=1.19.0:devel/tex-synctex > SYNCTEX_RUN_DEPENDS= ${SYNCTEX_BUILD_DEPENDS} > SYNCTEX_MESON_ENABLED= synctex > >+post-patch: >+ @${REINPLACE_CMD} -e '/GLOBAL_RC/ s|/etc|${PREFIX}/etc|' ${WRKSRC}/zathura/config.c >+ @${REINPLACE_CMD} -e 's|^/etc|${PREFIX}/etc|' ${WRKSRC}/doc/man/zathurarc.5.rst >+ > .include <bsd.port.mk> >-- >2.47.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 282810
:
255231
|
255232
| 255512