builds and runs fine on amd64.
On Fri, Mar 17, 2017 at 3:37 AM, Anton Lindqvist
<[email protected]> wrote:
> On Thu, Mar 16, 2017 at 10:57:18PM -0600, Anthony J. Bentley wrote:
>> Anton Lindqvist writes:
>> > On Mon, Mar 06, 2017 at 08:54:36PM +0100, Anton Lindqvist wrote:
>> > > The pick(1) utility allows users to select from a set of choices using
>> > > an interface with fuzzy search functionality. The choices are read from
>> > > stdin, and the selected choice written to stdout.
>> > >
>> > > I'm a contributor and maintainer of pick. This port has been
>> > > submitted[1] earlier but not committed. I've talked to Mike about this
>> > > re-submission and on taking over as the maintainer. Notable changes
>> > > since the last submission: pledge:d and a test-suite is in place.
>> > >
>> > > https://github.com/calleerlandsson/pick
>> > >
>> > > [1] http://marc.info/?l=openbsd-ports&m=142547614218768&w=2
>> >
>> > Ping
>>
>> This will need a @conflict with mail/nmh.
>
> Already present:
>
> $ cat pkg/PLIST
> @comment $OpenBSD$
> @conflict nmh-*
> @bin bin/pick
> @man man/man1/pick.1
>