saving port settings (Was: stupid question)

2003-02-25 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Antoine Jacoutot <[EMAIL PROTECTED]> typed: First, next time choose a better subect. Nearly every original post is a question. > I am sure it is a common question, but I can't find the answer: > - how can I save my defined settings when building a port ? > Putting them i

Re: saving port settings (Was: stupid question)

2003-02-25 Thread Antoine Jacoutot
> First, next time choose a better subect. Nearly every original post is > a question. Sorry about this. > Use portupgrade, from the ports tree. Then you can do "portupgrade > imapd" to update it, and it'll look in $(PREFIX)/etc/pkgtools.conf to > see what settings you want to use. Hum I can't f

Re: saving port settings (Was: stupid question)

2003-02-25 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Antoine Jacoutot <[EMAIL PROTECTED]> typed: > > Use portupgrade, from the ports tree. Then you can do "portupgrade > > imapd" to update it, and it'll look in $(PREFIX)/etc/pkgtools.conf to > > see what settings you want to use. > Hum I can't find anything to resolve my probl

Re: saving port settings (Was: stupid question)

2003-02-25 Thread Antoine Jacoutot
On Tuesday 25 February 2003 23:37, Mike Meyer wrote: > # e.g.: > # MAKE_ARGS = { > # 'databases/mysql323-*' => 'WITH_CHARSET=ujis', > # } > That looks like exactly what you're looking for. Sorry, I didn't see it... Well, this is great ;-) It only work for portupgrade though, right

Re: saving port settings (Was: stupid question)

2003-02-25 Thread Philip Hallstrom
> > # e.g.: > > # MAKE_ARGS = { > > # 'databases/mysql323-*' => 'WITH_CHARSET=ujis', > > # } > > That looks like exactly what you're looking for. > > Sorry, I didn't see it... Well, this is great ;-) > It only work for portupgrade though, right ? There's no other place to save > tho

Re: saving port settings (Was: stupid question)

2003-02-25 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Antoine Jacoutot <[EMAIL PROTECTED]> typed: > On Tuesday 25 February 2003 23:37, Mike Meyer wrote: > > # e.g.: > > # MAKE_ARGS = { > > # 'databases/mysql323-*' => 'WITH_CHARSET=ujis', > > # } > > That looks like exactly what you're looking for. > Sorry, I did