Re: Makefile RUN_DEPENDS=option

2017-11-15 Thread Chris H
On Wed, 15 Nov 2017 22:40:18 +0100 Mathieu Arnold wrote > Le 15/11/2017 à 01:20, Chris H a écrit : > > On Tue, 14 Nov 2017 14:15:39 -0700 Adam Weinberger wrote > > > >>> On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: > >>> > >>> Have a

Re: Makefile RUN_DEPENDS=option

2017-11-15 Thread Mathieu Arnold
Le 15/11/2017 à 01:20, Chris H a écrit : > On Tue, 14 Nov 2017 14:15:39 -0700 Adam Weinberger wrote > >>> On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: >>> >>> Have a simple port that needs wget to work. >>> >>> I want RUN_DEPENDS to first check if wget is

Re: Makefile RUN_DEPENDS=option

2017-11-14 Thread Chris H
On Tue, 14 Nov 2017 14:15:39 -0700 Adam Weinberger wrote > > On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: > > > > Have a simple port that needs wget to work. > > > > I want RUN_DEPENDS to first check if wget is already installed, IE: is the > > running

Re: Makefile RUN_DEPENDS= option

2017-11-14 Thread Adam Weinberger
> On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: > > Have a simple port that needs wget to work. > > I want RUN_DEPENDS to first check if wget is already installed, IE: is the > running executable in the search path whether installed as a compiled port or > installed as a

Makefile RUN_DEPENDS= option

2017-11-14 Thread Ernie Luzar
Have a simple port that needs wget to work. I want RUN_DEPENDS to first check if wget is already installed, IE: is the running executable in the search path whether installed as a compiled port or installed as a package and if so bypass any more wget processing. If running executable not