Re: dpb: Patch to suprress errors seen with dpb -I

2021-04-18 Thread Preben Guldberg
Marc Espie wrote: > On Tue, Apr 06, 2021 at 08:49:10PM +0200, Marc Espie wrote: > > On Sun, Apr 04, 2021 at 09:56:49PM +0200, Preben Guldberg wrote: > > > Below is a patch that suppresses errors I get when running dpb with -I: > > > Use of uninitialized value $ts in sprintf at > > >

Re: dpb: Patch to suprress errors seen with dpb -I

2021-04-14 Thread Marc Espie
On Tue, Apr 06, 2021 at 08:49:10PM +0200, Marc Espie wrote: > On Sun, Apr 04, 2021 at 09:56:49PM +0200, Preben Guldberg wrote: > > Below is a patch that suppresses errors I get when running dpb with -I: > > > > Use of uninitialized value $ts in sprintf at > >

Re: dpb: Patch to suprress errors seen with dpb -I

2021-04-06 Thread Preben Guldberg
Marc Espie wrote: > On Sun, Apr 04, 2021 at 09:56:49PM +0200, Preben Guldberg wrote: > > Below is a patch that suppresses errors I get when running dpb with -I: > The actual fix would be somewhat different. Watch is set in an odd location > in PortBuilder, whereas it should probably be done at

Re: dpb: Patch to suprress errors seen with dpb -I

2021-04-06 Thread Marc Espie
On Sun, Apr 04, 2021 at 09:56:49PM +0200, Preben Guldberg wrote: > Below is a patch that suppresses errors I get when running dpb with -I: > > Use of uninitialized value $ts in sprintf at > /usr/ports/infrastructure/lib/DPB/Util.pm line 58. > DPB::Util::ts2string(DPB::Util, ) called at

dpb: Patch to suprress errors seen with dpb -I

2021-04-04 Thread Preben Guldberg
Below is a patch that suppresses errors I get when running dpb with -I: Use of uninitialized value $ts in sprintf at /usr/ports/infrastructure/lib/DPB/Util.pm line 58. DPB::Util::ts2string(DPB::Util, ) called at /usr/ports/infrastructure/lib/DPB/Job/Port.pm line 1107