Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-02-03 Thread Nikolas Britton
Michael C. Shultz wrote: On Thursday 27 January 2005 11:27 pm, Nikolas Britton wrote: Giorgos Keramidas wrote: On 2005-01-27 21:36, Nikolas Britton [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: On 2005-01-25 21:30, Nikolas Britton [EMAIL PROTECTED] wrote: If

Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-02-03 Thread Nikolas Britton
Nikolas Britton wrote: Michael C. Shultz wrote: If you put the following in /etc/make.conf: .if ${.CURDIR:M*/multimedia/mplayer} WITH_OPTIMIZED_CFLAGS=yes WITHOUT_RUNTIME_CPUDETECTION=yes \ WITH_GTK1=yes WITH_RTC=yes WITH_LIBUNGIF=yes WITH_ARTS=yes \ WITH_FRIBIDI=yes

Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-02-03 Thread Michael C. Shultz
On Thursday 03 February 2005 07:08 am, Nikolas Britton wrote: Nikolas Britton wrote: Michael C. Shultz wrote: If you put the following in /etc/make.conf: .if ${.CURDIR:M*/multimedia/mplayer} WITH_OPTIMIZED_CFLAGS=yes WITHOUT_RUNTIME_CPUDETECTION=yes \ WITH_GTK1=yes

Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-02-03 Thread Michael C. Shultz
On Thursday 03 February 2005 07:49 am, Michael C. Shultz wrote: All the options are set to either 0 or 1, ie. either they are set (WITH_?=anything) or they are not set. Only set something if you need to change it from a default setting. -Mike I don't like my above explanation, here is a

Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-01-28 Thread Michael C. Shultz
On Thursday 27 January 2005 11:27 pm, Nikolas Britton wrote: Giorgos Keramidas wrote: On 2005-01-27 21:36, Nikolas Britton [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: On 2005-01-25 21:30, Nikolas Britton [EMAIL PROTECTED] wrote: If I do something like the following: MAKE_ARGS = {

Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-01-28 Thread Giorgos Keramidas
On 2005-01-28 01:27, Nikolas Britton [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: [snip stuff about MAKE_ARGS and /var/db/ports/*/options] Yes, options on the command line (i.e. those passed by portupgrade) will affect the way make builds the port _and_ will be saved by the ports

Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-01-27 Thread Nikolas Britton
Giorgos Keramidas wrote: On 2005-01-25 21:30, Nikolas Britton [EMAIL PROTECTED] wrote: Lets say I have BATCH=yes (/etc/make.conf) and I have a port with a menu that turns on some flags i.e.: OPTIONS=DEBUG Build a debugging image off \ LOGGING Enable additional log messages

Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-01-27 Thread Giorgos Keramidas
On 2005-01-27 21:36, Nikolas Britton [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: On 2005-01-25 21:30, Nikolas Britton [EMAIL PROTECTED] wrote: If I do something like the following: MAKE_ARGS = { 'www/firefox' = 'WITH_OPTIMIZED_CFLAGS=yes CPUTYPE=p4', 'multimedia/gstreamer-*' =

Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-01-27 Thread Nikolas Britton
Giorgos Keramidas wrote: On 2005-01-27 21:36, Nikolas Britton [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: On 2005-01-25 21:30, Nikolas Britton [EMAIL PROTECTED] wrote: If I do something like the following: MAKE_ARGS = { 'www/firefox' = 'WITH_OPTIMIZED_CFLAGS=yes

Re: Simple questions, MAKE_ARGS in pkgtools.conf

2005-01-26 Thread Giorgos Keramidas
On 2005-01-25 21:30, Nikolas Britton [EMAIL PROTECTED] wrote: Lets say I have BATCH=yes (/etc/make.conf) and I have a port with a menu that turns on some flags i.e.: OPTIONS=DEBUG Build a debugging image off \ LOGGING Enable additional log messages off \