Re: pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Chris
On Wed, 18 Mar 2020 17:31:53 +0100 Mateusz Piotrowski mpp...@gmail.com said On 3/18/20 5:20 PM, Chris wrote: > IMHO this should be added to the pkg(8) man page. Maybe the EXAMPLES > section? https://github.com/freebsd/pkg/pull/1819 Cheers, Mateusz WOW! That was fast. Thank you!!! :)

Re: pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Mateusz Piotrowski
On 3/18/20 5:20 PM, Chris wrote: IMHO this should be added to the pkg(8) man page. Maybe the EXAMPLES section? https://github.com/freebsd/pkg/pull/1819 Cheers, Mateusz ___ freebsd-ports@freebsd.org mailing list

Re: pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Chris
On Wed, 18 Mar 2020 14:20:05 + Bob Eager r...@tavi.co.uk said On Wed, 18 Mar 2020 07:18:40 -0700 Chris wrote: > > > OK I'm a by ports make install as a rule. But I needed to > > > spin up a box quickly, and decided to use pkg(8). xorg, > > > and another port (package) I installed, dumped

Re: pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Stefan Eßer
Am 18.03.20 um 15:18 schrieb Chris: > On Wed, 18 Mar 2020 08:27:29 + Bob Eager r...@tavi.co.uk said > >> On Tue, 17 Mar 2020 23:28:49 -0700 >> Chris wrote: >> >> > OK I'm a by ports make install as a rule. But I needed to >> > spin up a box quickly, and decided to use pkg(8). xorg, >> > and

Re: pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Bob Eager
On Wed, 18 Mar 2020 07:18:40 -0700 Chris wrote: > > > OK I'm a by ports make install as a rule. But I needed to > > > spin up a box quickly, and decided to use pkg(8). xorg, > > > and another port (package) I installed, dumped some > > > important information after the install. I stripped the >

Re: pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Chris
On Wed, 18 Mar 2020 08:27:29 + Bob Eager r...@tavi.co.uk said On Tue, 17 Mar 2020 23:28:49 -0700 Chris wrote: > OK I'm a by ports make install as a rule. But I needed to > spin up a box quickly, and decided to use pkg(8). xorg, > and another port (package) I installed, dumped some >

Re: pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Bob Eager
On Tue, 17 Mar 2020 23:28:49 -0700 Chris wrote: > OK I'm a by ports make install as a rule. But I needed to > spin up a box quickly, and decided to use pkg(8). xorg, > and another port (package) I installed, dumped some > important information after the install. I stripped the > text from the

Re: pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Andrea Venturoli
On 2020-03-18 07:28, Chris wrote: OK I'm a by ports make install as a rule. But I needed to spin up a box quickly, and decided to use pkg(8). xorg, and another port (package) I installed, dumped some important information after the install. I stripped the text from the console/terminal, and

Re: pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Stefan Eßer
Am 18.03.20 um 07:28 schrieb Chris: > OK I'm a by ports make install as a rule. But I needed to > spin up a box quickly, and decided to use pkg(8). xorg, > and another port (package) I installed, dumped some > important information after the install. I stripped the > text from the

pkg: how to retrieve the messages ports emit after install?

2020-03-18 Thread Chris
OK I'm a by ports make install as a rule. But I needed to spin up a box quickly, and decided to use pkg(8). xorg, and another port (package) I installed, dumped some important information after the install. I stripped the text from the console/terminal, and tried to paste it into a fresh file.