Re: port shares same binary and manual names with base ztest (ZFS)

From: Nuno Teixeira <eduardo_at_freebsd.org>
Date: Thu, 08 Feb 2024 12:42:29 UTC
I've found that void linux rename binaries to first letter as capital:
from
https://github.com/void-linux/void-packages/tree/master/srcpkgs/zutils/files
:

zutils in Void use a capital first letter:
Zcat Zcmp Zdiff Zegrep Zfgrep Zgrep Ztest Zupdate

This way we could solve:
1- CONFLICTS_INSTALL=      gzip # bin/zcat bin/zcmp bin/zdiff bin/zgrep
man/man1/ztest.1.gz
and
2- ZFS ztest

What's your opinion to introduce this change?

Cheers,




Tomoaki AOKI <junchoon@dec.sakura.ne.jp> escreveu (quinta, 1/02/2024 à(s)
14:05):

> On Thu, 1 Feb 2024 13:06:15 +0000
> Nuno Teixeira <eduardo@freebsd.org> wrote:
>
> > Hello all,
> >
> > archivers/ztools shares binary ztest and manual ztest.1 with base ZFS.
> > Is there a policy to deal with it?
> >
> > If someone knows a port that shares same issue, please let me know.
> >
> > /usr/bin/ztest
> > /usr/share/man/man1/ztest.1.gz
> >
> > PREFIX/bin/ztest
> > PREFIX/man/man1/ztest.1.gz
> >
> > Thanks,
> >
> > --
> > Nuno Teixeira
> > FreeBSD Committer (ports)
>
> AFAIK, at least archivers/unzip [1] has the same issue.
> But base unzip and its manpage is now a symlink to bsdunzip.
>
> FYI: command other than `man /usr/local/share/man/man1/unzip.1.gz` for
> unzip shows `man 1 bsdunzip`. even `man -M /usr/local/share/man/man1
> unzip` shown bsdunzip's one.
>
>
> [1] https://www.freshports.org/archivers/unzip/
>
> --
> Tomoaki AOKI    <junchoon@dec.sakura.ne.jp>
>
>

-- 
Nuno Teixeira
FreeBSD Committer (ports)