Re: how to display pkg-message

2009-09-06 Thread Chris Whitehouse
Mel Flynn wrote: On Sunday 06 September 2009 20:18:38 Chris Whitehouse wrote: Thanks for the info. I read man ports, quite a lot of bsd.ports.mk plus list archives If you want to see the dynamically generated pkg-message of a *port*, before building/installing it (f.e. to identify what gotch

Re: how to display pkg-message

2009-09-06 Thread Mel Flynn
On Sunday 06 September 2009 20:18:38 Chris Whitehouse wrote: > Thanks for the info. I read man ports, quite a lot of bsd.ports.mk plus > list archives If you want to see the dynamically generated pkg-message of a *port*, before building/installing it (f.e. to identify what gotchas there are), us

Re: how to display pkg-message

2009-09-06 Thread Chris Whitehouse
Randy Belk wrote: On Sun, Sep 6, 2009 at 10:29 AM, Kalle Møller wrote: Looking for that feature to :) On Sun, Sep 6, 2009 at 5:19 PM, Chris Whitehouse wrote: Hello Could someone remind of the make target for showing messages which are displayed when installing ports please. I thought it was

Re: how to display pkg-message

2009-09-06 Thread Randy Belk
On Sun, Sep 6, 2009 at 10:29 AM, Kalle Møller wrote: > Looking for that feature to :) > > On Sun, Sep 6, 2009 at 5:19 PM, Chris Whitehouse wrote: > >> Hello >> >> Could someone remind of the make target for showing messages which are >> displayed when installing ports please. I thought it was some

Re: how to display pkg-message

2009-09-06 Thread Matthew Seaman
Chris Whitehouse wrote: Could someone remind of the make target for showing messages which are displayed when installing ports please. I thought it was some variant of make showinfo but I can't find one that works. I am assuming that if /files/pkg-message.in exists the this make target would s

Re: how to display pkg-message

2009-09-06 Thread Randy Belk
On Sun, Sep 6, 2009 at 12:21 PM, Randy Belk wrote: > On Sun, Sep 6, 2009 at 10:29 AM, Kalle > Møller wrote: >> Looking for that feature to :) >> >> On Sun, Sep 6, 2009 at 5:19 PM, Chris Whitehouse wrote: >> >>> Hello >>> >>> Could someone remind of the make target for showing messages which are >>

Re: how to display pkg-message

2009-09-06 Thread Kalle Møller
Looking for that feature to :) On Sun, Sep 6, 2009 at 5:19 PM, Chris Whitehouse wrote: > Hello > > Could someone remind of the make target for showing messages which are > displayed when installing ports please. I thought it was some variant of > make showinfo but I can't find one that works. I

how to display pkg-message

2009-09-06 Thread Chris Whitehouse
Hello Could someone remind of the make target for showing messages which are displayed when installing ports please. I thought it was some variant of make showinfo but I can't find one that works. I am assuming that if /files/pkg-message.in exists the this make target would show a result. th