Passing make parameters

2004-03-18 Thread Ben Paley
Hello,

I just recently read somewhere of a file where I can put make parameters for 
any programs, so that, for instance, I don't have to remember to add 
WITH_MOTIF=YES every time I build kdebase...

...but I've forgotten what it is, or where I read about it. Anyone know?

Cheers,
Ben

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Passing make parameters

2004-03-18 Thread Joshua Lokken
* Ben Paley [EMAIL PROTECTED] [2004-03-18 08:35]:
 Hello,
 
 I just recently read somewhere of a file where I can put make parameters for 
 any programs, so that, for instance, I don't have to remember to add 
 WITH_MOTIF=YES every time I build kdebase...
 
 ...but I've forgotten what it is, or where I read about it. Anyone know?
 
 Cheers,
 Ben
 


/usr/local/etc/pkgtools.conf

I think that's what you're looking for.

-- 
Joshua

Youth doesn't excuse everything.
-- Dr. Janice Lester (in Kirk's body), Turnabout Intruder,
   stardate 5928.5.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Passing make parameters

2004-03-18 Thread Ben Paley
On Thursday 18 March 2004 5:04 pm, Joshua Lokken wrote:
 * Ben Paley [EMAIL PROTECTED] [2004-03-18 08:35]:
  Hello,
 
  I just recently read somewhere of a file where I can put make parameters
  for any programs, so that, for instance, I don't have to remember to add
  WITH_MOTIF=YES every time I build kdebase...
 
  ...but I've forgotten what it is, or where I read about it. Anyone know?
 
  Cheers,
  Ben

 /usr/local/etc/pkgtools.conf

 I think that's what you're looking for.

Thanks a lot, I'll investigate.

Cheers,
Ben

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Passing make parameters

2004-03-18 Thread Lowell Gilbert
Ben Paley [EMAIL PROTECTED] writes:

 On Thursday 18 March 2004 5:04 pm, Joshua Lokken wrote:
  * Ben Paley [EMAIL PROTECTED] [2004-03-18 08:35]:
   Hello,
  
   I just recently read somewhere of a file where I can put make parameters
   for any programs, so that, for instance, I don't have to remember to add
   WITH_MOTIF=YES every time I build kdebase...
  
   ...but I've forgotten what it is, or where I read about it. Anyone know?
  
   Cheers,
   Ben
 
  /usr/local/etc/pkgtools.conf
 
  I think that's what you're looking for.
 
 Thanks a lot, I'll investigate.

Note that this only applies to portupgrade and its associated programs...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Passing make parameters

2004-03-18 Thread Joshua Lokken
* Lowell Gilbert [EMAIL PROTECTED] [2004-03-18 12:42]:
 Ben Paley [EMAIL PROTECTED] writes:
 
  On Thursday 18 March 2004 5:04 pm, Joshua Lokken wrote:
   * Ben Paley [EMAIL PROTECTED] [2004-03-18 08:35]:
Hello,
   
I just recently read somewhere of a file where I can put make parameters
for any programs, so that, for instance, I don't have to remember to add
WITH_MOTIF=YES every time I build kdebase...
   
...but I've forgotten what it is, or where I read about it. Anyone know?
   
Cheers,
Ben
  
   /usr/local/etc/pkgtools.conf
  
   I think that's what you're looking for.
  
  Thanks a lot, I'll investigate.
 
 Note that this only applies to portupgrade and its associated programs...


Right.  For non-portupgrade builds, can these make options be
included in /etc/make.conf?


-- 
Joshua

Four thousand throats may be cut in one night by a running man.
-- Klingon Soldier, Day of the Dove, stardate unknown
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Passing make parameters

2004-03-18 Thread Lowell Gilbert
Joshua Lokken [EMAIL PROTECTED] writes:

 Right.  For non-portupgrade builds, can these make options be
 included in /etc/make.conf?

Yes, but then they will apply to *all* port builds, and to buildworld
as well.  If that's not what you want, try a Makefile.local in the
port's directory.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Passing make parameters

2004-03-18 Thread Parv
in message [EMAIL PROTECTED],
wrote Lowell Gilbert thusly...

 Joshua Lokken [EMAIL PROTECTED] writes:
 
  Right.  For non-portupgrade builds, can these make options be
  included in /etc/make.conf?
 
 Yes, but then they will apply to *all* port builds, and to buildworld
 as well.  If that's not what you want, try a Makefile.local in the
 port's directory.

Mind that, Joshua, not every port /actually/ uses Makefile.local.


  - Parv

-- 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Passing make parameters

2004-03-18 Thread Joshua Lokken
* Lowell Gilbert [EMAIL PROTECTED] [2004-03-18 15:31]:
 Joshua Lokken [EMAIL PROTECTED] writes:
 
  Right.  For non-portupgrade builds, can these make options be
  included in /etc/make.conf?
 
 Yes, but then they will apply to *all* port builds, and to buildworld
 as well.  If that's not what you want, try a Makefile.local in the
 port's directory.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



Ahh, the local Makefile.  Thanks for the tip.


-- 
Joshua

A star captain's most solemn oath is that he will give his life, even
his entire crew, rather than violate the Prime Directive.
-- Kirk, The Omega Glory, stardate unknown
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]