FreeBSD Bugzilla – Attachment 223703 Details for
Bug 254654
shells/fish: Fix build with OPTIONS_SET+=DEBUG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-shells-fish-Fix-build-with-OPTIONS_SET-DEBUG.patch (text/plain), 1.12 KB, created by
Kevin Zheng
on 2021-03-30 05:41:15 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Kevin Zheng
Created:
2021-03-30 05:41:15 UTC
Size:
1.12 KB
patch
obsolete
>From 44015e0387b80d861f9979f8af69f32133f85ade Mon Sep 17 00:00:00 2001 >From: Kevin Zheng <kevinz5000@gmail.com> >Date: Mon, 29 Mar 2021 22:38:01 -0700 >Subject: [PATCH] shells/fish: Fix build with OPTIONS_SET+=DEBUG > >When DEBUG is set in make.conf, CMake builds in debug mode. However, >this does not cause the fish-releasenotes(1) man page to be installed as >fish-debugnotes(1). Correct the entry in pkg-plist to fix the build in >this case. >--- > shells/fish/pkg-plist | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/shells/fish/pkg-plist b/shells/fish/pkg-plist >index a40329454945..b8bb34e5c73c 100644 >--- a/shells/fish/pkg-plist >+++ b/shells/fish/pkg-plist >@@ -1036,7 +1036,7 @@ libdata/pkgconfig/fish.pc > %%MANPAGES%%%%DATADIR%%/man/man1/exit.1.gz > %%MANPAGES%%%%DATADIR%%/man/man1/false.1.gz > %%MANPAGES%%%%DATADIR%%/man/man1/fg.1.gz >-%%MANPAGES%%%%DATADIR%%/man/man1/fish-%%CMAKE_BUILD_TYPE%%notes.1.gz >+%%MANPAGES%%%%DATADIR%%/man/man1/fish-releasenotes.1.gz > %%MANPAGES%%%%DATADIR%%/man/man1/fish-completions.1.gz > %%MANPAGES%%%%DATADIR%%/man/man1/fish-doc.1.gz > %%MANPAGES%%%%DATADIR%%/man/man1/fish-faq.1.gz >-- >2.31.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
Flags:
asomers
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 254654
: 223703