sysutils/gource missing a rundep on git

2021-09-21 Thread Solene Rapenne
gource package doesn't have a run depend on git which make it fail on use. $ gource sh: git: not found sh: git: not found gource: failed to generate log file Try 'gource --help' for more information. following diff make gource working out of the box Index: Makefile ==

Re: sysutils/gource missing a rundep on git

2021-09-21 Thread Stuart Henderson
On 2021/09/21 08:30, Ian Darwin wrote: > On Tue, Sep 21, 2021 at 01:21:18PM +0100, Stuart Henderson wrote: > > On 2021/09/21 14:12, Stefan Sperling wrote: > > > On Tue, Sep 21, 2021 at 02:04:09PM +0200, Solene Rapenne wrote: > > > > gource package doesn't have a run depend on git which > > > > make

Re: sysutils/gource missing a rundep on git

2021-09-21 Thread Ian Darwin
On Tue, Sep 21, 2021 at 01:21:18PM +0100, Stuart Henderson wrote: > On 2021/09/21 14:12, Stefan Sperling wrote: > > On Tue, Sep 21, 2021 at 02:04:09PM +0200, Solene Rapenne wrote: > > > gource package doesn't have a run depend on git which > > > make it fail on use. > > > > > > $ gource > > > sh:

Re: sysutils/gource missing a rundep on git

2021-09-21 Thread Stuart Henderson
On 2021/09/21 14:12, Stefan Sperling wrote: > On Tue, Sep 21, 2021 at 02:04:09PM +0200, Solene Rapenne wrote: > > gource package doesn't have a run depend on git which > > make it fail on use. > > > > $ gource > > sh: git: not found > > sh: git: not found > > gource: failed to generate log file >

Re: sysutils/gource missing a rundep on git

2021-09-21 Thread Stefan Sperling
On Tue, Sep 21, 2021 at 02:04:09PM +0200, Solene Rapenne wrote: > gource package doesn't have a run depend on git which > make it fail on use. > > $ gource > sh: git: not found > sh: git: not found > gource: failed to generate log file > Try 'gource --help' for more information. > > following dif