Re: NO_PROFILE option in FBSD-7.2

2009-06-09 Thread Mel Flynn
On Monday 08 June 2009 08:59:30 Tim Judd wrote:
 What make.conf was to world+ports, is now
 src.conf = world, make.conf = ports

Nope. src.conf = world, make.conf = world+ports. Important distinction, which 
you'll notice when putting shared variables in make.conf (WITH_DEBUG, 
WITH_OPENLDAP f.e.).

-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NO_PROFILE option in FBSD-7.2

2009-06-09 Thread Mel Flynn
On Monday 08 June 2009 18:36:39 Jeffrey Goldberg wrote:
 On Jun 8, 2009, at 11:59 AM, Tim Judd wrote:
  If that's related to 'world', all world-related build options should
  be placed in src.conf now.  What make.conf was to world+ports, is now
  src.conf = world, make.conf = ports

 What is the appropriate location for KERNCONF, which I still have in /
 etc/make.conf ?

src.conf. Ports should never need it.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NO_PROFILE option in FBSD-7.2

2009-06-08 Thread Tim Judd
If that's related to 'world', all world-related build options should
be placed in src.conf now.  What make.conf was to world+ports, is now
src.conf = world, make.conf = ports


Was a new feature in 7.0, IIRC

On 6/8/09, Jerry ges...@yahoo.com wrote:
 Unless I am missing it, I do not see any mention of NO_PROFILE listed
 in the examples make.conf file. Has it been depreciated?

 --
 Jerry
 ges...@yahoo.com

 Serving coffee on an aircraft causes turbulence.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NO_PROFILE option in FBSD-7.2

2009-06-08 Thread Jerry
On Mon, 8 Jun 2009 10:59:30 -0600
Tim Judd taj...@gmail.com wrote:

If that's related to 'world', all world-related build options should
be placed in src.conf now.  What make.conf was to world+ports, is now
src.conf = world, make.conf = ports

Please don't top post. It makes following a thread a lot harder than
necessary. I all ready know about 'src.conf'; it was the NO_PROFILE
option that I was inquiring about.

I just did some Googling and found this:

WITHOUT_PROFILE=true

I am wondering if that is a replacement for NO_PROFILE?

Interestingly enough, there does not seem to be a
'/usr/share/examples/etc/src.conf' file either.

-- 
Jerry
ges...@yahoo.com

Your wig steers the gig.

Lord Buckley


signature.asc
Description: PGP signature


Re: NO_PROFILE option in FBSD-7.2

2009-06-08 Thread Michael Powell
Jerry wrote:

 On Mon, 8 Jun 2009 10:59:30 -0600
 Tim Judd taj...@gmail.com wrote:
 
If that's related to 'world', all world-related build options should
be placed in src.conf now.  What make.conf was to world+ports, is now
src.conf = world, make.conf = ports
 
 Please don't top post. It makes following a thread a lot harder than
 necessary. I all ready know about 'src.conf'; it was the NO_PROFILE
 option that I was inquiring about.
 
 I just did some Googling and found this:
 
 WITHOUT_PROFILE=true
 
 I am wondering if that is a replacement for NO_PROFILE?

Yes. Just WITHOUT_PROFILE in /etc/src.conf is all you need.

 Interestingly enough, there does not seem to be a
 '/usr/share/examples/etc/src.conf' file either.

The list can be found in man src.conf

-Mike
 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NO_PROFILE option in FBSD-7.2

2009-06-08 Thread Roland Smith
On Mon, Jun 08, 2009 at 12:43:23PM -0400, Jerry wrote:
 Unless I am missing it, I do not see any mention of NO_PROFILE listed
 in the examples make.conf file. Has it been depreciated?

It has been moved to src.conf as WITHOUT_PROFILE. See src.conf(5). 

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpdtyMRzBVXB.pgp
Description: PGP signature


Re: NO_PROFILE option in FBSD-7.2

2009-06-08 Thread Jeffrey Goldberg

On Jun 8, 2009, at 11:59 AM, Tim Judd wrote:


If that's related to 'world', all world-related build options should
be placed in src.conf now.  What make.conf was to world+ports, is now
src.conf = world, make.conf = ports


What is the appropriate location for KERNCONF, which I still have in / 
etc/make.conf ?





--
Jeffrey Goldberghttp://www.goldmark.org/jeff/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org