Re: portupgrade and make options

2007-08-24 Thread Adam J Richardson
Roland Smith wrote: Fortunately, there is a way to turn the axe into a scalpel. :-) You can put stuff in make.conf so that it will only affect the ports you want. Like this; .if ${.CURDIR:M*/multimedia/mplayer} WITH_DVD_DEVICE=/dev/cd1 WITH_CDROM_DEVICE=/dev/cd1 .endif If the directory where m

Re: portupgrade and make options

2007-08-24 Thread Roland Smith
On Fri, Aug 24, 2007 at 02:04:16PM +0100, Adam J Richardson wrote: > Michael S wrote: >> Thanks a lot. >> By the way, will it attempt to use -j4 for make >> install? > > Should do, yes. Robert Huff is correct when he says this will affect > everything using make. I can't think why that would be i

Re: portupgrade and make options

2007-08-24 Thread Adam J Richardson
Michael S wrote: Thanks a lot. By the way, will it attempt to use -j4 for make install? Should do, yes. Robert Huff is correct when he says this will affect everything using make. I can't think why that would be inappropriate, but no doubt Robert has some scenarios in mind. I'm too unsophis

Re: portupgrade and make options

2007-08-24 Thread Michael S
Thanks a lot. By the way, will it attempt to use -j4 for make install? --- Fatman <[EMAIL PROTECTED]> wrote: > Michael S wrote: > > Good day all, > > > > I was wondering how to pass options from > portupgrade > > to make. Say I wanted use -j4 for max. number of > jobs. > > Where should I specify

Re: portupgrade and make options

2007-08-24 Thread Robert Huff
Fatman writes: > The portupgrade system will honour any variables in > /etc/make.conf. So will every other port (as well as any attempts to rebuild the OS) whether this is desirable behavior or not. Putting settings in "make.conf" is a club; seek instead for a scalpel.

Re: portupgrade and make options

2007-08-24 Thread Fatman
Michael S wrote: Good day all, I was wondering how to pass options from portupgrade to make. Say I wanted use -j4 for max. number of jobs. Where should I specify that? When building "world" it's possible to be done from the command line: make -j4 buildworld. Also is athlon the correct CPUTYPE f

Re: portupgrade and make options

2007-08-20 Thread Yuri Pankov
On Tue, Aug 21, 2007 at 02:23:21AM -0400, Michael S wrote: > Good day all, > > I was wondering how to pass options from portupgrade > to make. Say I wanted use -j4 for max. number of jobs. > Where should I specify that? When building "world" > it's possible to be done from the command line: make >