FreeBSD Bugzilla – Attachment 254302 Details for
Bug 282151
textproc/ripgrep-all: Require ripgrep (Github pull request for fix included)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
file_282151.patch (text/plain), 1.14 KB, created by
Robert William Vesterman
on 2024-10-17 00:34:02 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Robert William Vesterman
Created:
2024-10-17 00:34:02 UTC
Size:
1.14 KB
patch
obsolete
>From 57378d89811a72365748df92b7b93f9eed115d02 Mon Sep 17 00:00:00 2001 >From: Robert William Vesterman <bob@vesterman.com> >Date: Wed, 16 Oct 2024 20:27:07 -0400 >Subject: [PATCH] Update Makefile - require ripgrep > >textproc/ripgrep-all will exit with a failure message when invoked if ripgrep is not also installed. This commit changes the Makefile so that textproc/ripgrep is listed as a runtime dependency, and therefore will be automatically built and installed along with textproc/ripgrep-all. >--- > textproc/ripgrep-all/Makefile | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/textproc/ripgrep-all/Makefile b/textproc/ripgrep-all/Makefile >index aa0ec1b870436..8405530d5cd36 100644 >--- a/textproc/ripgrep-all/Makefile >+++ b/textproc/ripgrep-all/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= ripgrep-all > DISTVERSIONPREFIX= v > DISTVERSION= 0.9.6 >-PORTREVISION= 30 >+PORTREVISION= 31 > CATEGORIES= textproc > > MAINTAINER= alexis.praga@free.fr >@@ -15,6 +15,8 @@ USES= cargo > USE_GITHUB= yes > GH_ACCOUNT= phiresky > >+RUN_DEPENDS+= rg:textproc/ripgrep >+ > CARGO_CRATES= addr2line-0.12.0 \ > adler32-1.0.4 \ > aho-corasick-0.7.10 \
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 282151
: 254302