Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bfs: add to find alternatives group.
@ 2023-08-14 18:40 yoshiyoshyosh
  2023-09-10 21:02 ` yoshiyoshyosh
  2023-09-10 21:02 ` [PR PATCH] [Closed]: " yoshiyoshyosh
  0 siblings, 2 replies; 3+ messages in thread
From: yoshiyoshyosh @ 2023-08-14 18:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 613 bytes --]

There is a new pull request by yoshiyoshyosh against master on the void-packages repository

https://github.com/yoshiyoshyosh/void-packages bfs
https://github.com/void-linux/void-packages/pull/45607

bfs: add to find alternatives group.
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, `x86_64`

`bfs` is 100% compatible with POSIX `find` by default (all valid POSIX `find` commands are valid and follow POSIX guidelines in `bfs`, though it does have its own extensions)

A patch file from https://github.com/void-linux/void-packages/pull/45607.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bfs-45607.patch --]
[-- Type: text/x-diff, Size: 1027 bytes --]

From f446adb45be6eb88d2030a5f1b9d6c0b0fc98b66 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Mon, 14 Aug 2023 13:32:27 -0500
Subject: [PATCH] bfs: add to find alternatives group.

---
 srcpkgs/bfs/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template
index 921cd2e3e1758..4f5ded918eb51 100644
--- a/srcpkgs/bfs/template
+++ b/srcpkgs/bfs/template
@@ -1,7 +1,7 @@
 # Template file for 'bfs'
 pkgname=bfs
 version=3.0.1
-revision=1
+revision=2
 build_style=gnu-makefile
 makedepends="acl-devel libcap-devel oniguruma-devel"
 checkdepends="acl-progs libcap-progs"
@@ -13,6 +13,11 @@ changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.
 distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
 checksum=a38bb704201ed29f4e0b989fb2ab3791ca51c3eff90acfc31fff424579bbf962
 
+alternatives="
+ find:find:/usr/bin/bfs
+ find:find.1:/usr/share/man/man1/bfs.1
+"
+
 post_install() {
 	vlicense LICENSE
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bfs: add to find alternatives group.
  2023-08-14 18:40 [PR PATCH] bfs: add to find alternatives group yoshiyoshyosh
@ 2023-09-10 21:02 ` yoshiyoshyosh
  2023-09-10 21:02 ` [PR PATCH] [Closed]: " yoshiyoshyosh
  1 sibling, 0 replies; 3+ messages in thread
From: yoshiyoshyosh @ 2023-09-10 21:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

New comment by yoshiyoshyosh on void-packages repository

https://github.com/void-linux/void-packages/pull/45607#issuecomment-1712935912

Comment:
superseded by #45979

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: bfs: add to find alternatives group.
  2023-08-14 18:40 [PR PATCH] bfs: add to find alternatives group yoshiyoshyosh
  2023-09-10 21:02 ` yoshiyoshyosh
@ 2023-09-10 21:02 ` yoshiyoshyosh
  1 sibling, 0 replies; 3+ messages in thread
From: yoshiyoshyosh @ 2023-09-10 21:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

There's a closed pull request on the void-packages repository

bfs: add to find alternatives group.
https://github.com/void-linux/void-packages/pull/45607

Description:
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, `x86_64`

`bfs` is 100% compatible with POSIX `find` by default (all valid POSIX `find` commands are valid and follow POSIX guidelines in `bfs`, though it does have its own extensions)

disregard the mentioned issue--it was made without entirely knowing that `bfs`'s `POSIXLY_CORRECT` follows the same rationale as `gfind`'s

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-10 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14 18:40 [PR PATCH] bfs: add to find alternatives group yoshiyoshyosh
2023-09-10 21:02 ` yoshiyoshyosh
2023-09-10 21:02 ` [PR PATCH] [Closed]: " yoshiyoshyosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).