pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46744: Addition of package net/wgetpaste
The following reply was made to PR pkg/46744; it has been noted by GNATS.
From: Matthew Mondor <mm_lists%pulsar-zone.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/46744: Addition of package net/wgetpaste
Date: Sat, 11 Aug 2012 05:00:29 -0400
On Fri, 10 Aug 2012 13:00:07 +0000 (UTC)
"OBATA Akio" <obache%netbsd.org@localhost> wrote:
> I have one more question point, please let me know.
>
> I can find INFO_COMMAND and INFO_ARGS in the script (default is `emaerge').
> Should it be replaced with ours (pkg_info?).
> I don't know how it will be used though.
I just received the commit message, thanks!
Hmm for this, I agree that "emerge --info" is not really useful with
pkgsrc. However I'm not sure what this command outputs exactly (lists
packages? Statistics, Gentoo distribution version?), and a search
didn't easily provide me with an output example from it. We could
probably assume that it lists the installed packages, in which case
pkg_info would indeed be a better choice... On the other hand, it's
also very easy to use "pkg_info | wgetpaste" as well.
Perhaps that we could provide an alternative command via the default
configuration file, i.e.:
INFO_COMMAND="uname -smr && pkg_info"
But there is a problem, even with a single command such as uname -smr,
an error is generated when I try it:
uname: unknown option -- -
usage: uname [-amnprsv]
So possibly a fix to the script would be necessary...
--
Matt
Home |
Main Index |
Thread Index |
Old Index