Re: Possible targets for ad-hoc ports operations?

2005-09-27 Thread Brad Ely
On Tue, 27 Sep 2005 08:18:41 +0200 Marc Espie <[EMAIL PROTECTED]> wrote: > On Mon, Sep 26, 2005 at 10:58:47PM -0400, Brad Ely wrote: > > The way bsd.port.mk is written makes it fairly easy to implement > > the following for-{all,build,run}-depends target(s) to do ad-hoc > > Any good? > > Brad Ely

Re: Possible targets for ad-hoc ports operations?

2005-09-26 Thread Marc Espie
On Mon, Sep 26, 2005 at 10:58:47PM -0400, Brad Ely wrote: > The way bsd.port.mk is written makes it fairly easy to implement > the following for-{all,build,run}-depends target(s) to do ad-hoc > operations with the ports infrastructure. Just pass in a statement > to be executed within the context o

Possible targets for ad-hoc ports operations?

2005-09-26 Thread Brad Ely
The way bsd.port.mk is written makes it fairly easy to implement the following for-{all,build,run}-depends target(s) to do ad-hoc operations with the ports infrastructure. Just pass in a statement to be executed within the context of the makefile target. For example: (cd to port dir) make for-al