[adelie-devel] Re: Adding cmd:which (or similar) to build-tools

2018-02-19 Thread William Pitcock
Hello,

On Sat, Feb 17, 2018 at 8:49 PM, A. Wilcox  wrote:
> Hi,
>
> At least main/i3lock and main/libvpx (and likely more) in Alpine
> aports.git depend on `which`.  This is provided by BusyBox on Alpine
> systems, but is not provided in adelie-base because it is not POSIX and
> is mostly useless bloat.

BusyBox does not generate cmd: providers on Alpine.  I believe we
should use an explicit provider (like /bin/which) instead of a magic
one.

> I am, however, considering adding cmd:which as a dependency for
> build-tools.  I'd like to set debianutils-which as the primary provider
> since their utility is light (just a wrapper for POSIX command(1))
> compared to the full-blown which (~ 100 KB).
>
> The only alternative that I can think of is maintaining i3lock and
> libvpx in user or system and adding cmd:which to their makedepends.  I
> am open to further alternatives.

Would the /bin/which concept be okay?

William
___
Adélie Development mailing list -- adelie-devel@lists.adelielinux.org
To unsubscribe send an email to adelie-devel-le...@lists.adelielinux.org


[adelie-devel] Re: Adding cmd:which (or similar) to build-tools

2018-02-17 Thread Max Rees
On Feb 17 08:49 PM, A. Wilcox wrote:
> I am, however, considering adding cmd:which as a dependency for
> build-tools.  I'd like to set debianutils-which as the primary provider
> since their utility is light (just a wrapper for POSIX command(1))
> compared to the full-blown which (~ 100 KB).
> 
> The only alternative that I can think of is maintaining i3lock and
> libvpx in user or system and adding cmd:which to their makedepends.  I
> am open to further alternatives.

Adding cmd:which to build-tools doesn't seem like a bad idea to me, but
I just wanted to note here that if i3lock needs to be maintained in
packages.git I can do so since I use it daily.

Max
___
Adélie Development mailing list -- adelie-devel@lists.adelielinux.org
To unsubscribe send an email to adelie-devel-le...@lists.adelielinux.org