From eugen@grosbein.pp.ru  Sat Feb 22 12:31:04 2003
Return-Path: <eugen@grosbein.pp.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 488B337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Feb 2003 12:31:04 -0800 (PST)
Received: from grosbein.pp.ru (www2.svzserv.kemerovo.su [213.184.65.86])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 468DF43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Feb 2003 12:31:00 -0800 (PST)
	(envelope-from eugen@grosbein.pp.ru)
Received: from grosbein.pp.ru (smmsp@localhost [127.0.0.1])
	by grosbein.pp.ru (8.12.6/8.12.6) with ESMTP id h1MKTuaA050303
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Feb 2003 03:29:56 +0700 (KRAT)
	(envelope-from eugen@grosbein.pp.ru)
Received: (from eugen@localhost)
	by grosbein.pp.ru (8.12.6/8.12.6/Submit) id h1MKOCoX049827;
	Sun, 23 Feb 2003 03:24:12 +0700 (KRAT)
Message-Id: <200302222024.h1MKOCoX049827@grosbein.pp.ru>
Date: Sun, 23 Feb 2003 03:24:12 +0700 (KRAT)
From: Eugene Grosbein <eugen@grosbein.pp.ru>
Reply-To: Eugene Grosbein <eugen@grosbein.pp.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: make.conf misses comments on some options
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48569
>Category:       conf
>Synopsis:       make.conf misses comments on some options
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 12:40:03 PST 2003
>Closed-Date:    Wed Feb 23 01:41:02 GMT 2005
>Last-Modified:  Wed Feb 23 01:41:02 GMT 2005
>Originator:     Eugene Grosbein
>Release:        FreeBSD 4.7-STABLE, 5.0-CURRENT
>Organization:
Svyaz Service JSC
>Environment:
System: both of 4-STABLE and CURRENT branches

>Description:

	etc/defaults/make.conf in STABLE and
	share/examples/etc/make.conf in CURRENT do not document
	some options that are very useful for minimalistic system
	like small router without much of disk/flash and RAM space.

	System-wide:

#NOPAM=		true	# do not build PAM support
#NOSHARED=	no	# build /bin and /sbin dynamically linked - do NOT use
			# unless you known what are you doing

	ppp(8) specific:

#NOALIAS=	true	# build user-level ppp(8) without NAT support
#NOATM=		true	# build user-level ppp(8) without ATM support
#NONAT=		true	# another name for NOALIAS
#NONETGRAPH=	true	# build user-level ppp(8) without NETGRAPH support
#NORADUIS=	true	# build user-level ppp(8) without RADUIS support

	traceroute(8) specific:

#NOIPSEC=	true	# build traceroute(8) without IPSEC support


>How-To-Repeat:

	N/A

>Fix:

	Add above lines to share/examples/etc/make.conf for CURRENT
	and MFC to etc/defaults/make.conf.


Eugene Grosbein
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: trhodes 
State-Changed-When: Sat May 31 08:05:47 PDT 2003 
State-Changed-Why:  
Take this PR. 


Responsible-Changed-From-To: freebsd-bugs->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Sat May 31 08:05:47 PDT 2003 
Responsible-Changed-Why:  
Take this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48569 

From: Eugene Grosbein <eugen@kuzbass.ru>
To: trhodes@FreeBSD.org
Cc: bug-followup@FreeBSD.org
Subject: Re: conf/48569: make.conf misses comments on some options
Date: Wed, 14 Apr 2004 15:23:45 +0800

 Hi!
 
 Just notifying you of awaiting PR :-)
 
 Eugene Grosbein
State-Changed-From-To: analyzed->feedback 
State-Changed-By: trhodes 
State-Changed-When: Tue Nov 9 14:39:53 GMT 2004 
State-Changed-Why:  
Switch to feedback and request additional information from 
PR submitter and (hopefully) other committers. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48569 

From: Eugene Grosbein <eugen@grosbein.pp.ru>
To: Tom Rhodes <trhodes@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: conf/48569: make.conf misses comments on some options
Date: Tue, 9 Nov 2004 22:54:17 +0700

 On Tue, Nov 09, 2004 at 02:43:32PM +0000, Tom Rhodes wrote:
 
 > State-Changed-From-To: analyzed->feedback
 > State-Changed-By: trhodes
 > State-Changed-When: Tue Nov 9 14:39:53 GMT 2004
 > State-Changed-Why: 
 > Switch to feedback and request additional information from
 > PR submitter and (hopefully) other committers.
 
 If an options breaks build it should be fixed or removed,
 just like in http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/36417
 
 Just my humble opinion.
 
 Eugene Grosbein
State-Changed-From-To: feedback->patched 
State-Changed-By: trhodes 
State-Changed-When: Wed Dec 15 02:17:16 GMT 2004 
State-Changed-Why:  
I whipped up a patch and applied it.  Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48569 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Wed Feb 23 01:40:12 GMT 2005 
State-Changed-Why:  
Patched up in CURRENT and RELENG_5, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48569 
>Unformatted:


Hi, This is my reply:

NOALIAS and NONAT break ppp(8) on RELENG_5,
NOIPSEC breaks traceroute(8) on RELENG_5,
and NOPAM breaks at least ftp on RELENG_5.

I have not tried in RELENG_4 though, my test boxes are
at least 200 miles from my house.  Is there a good argument
for adding options to make.conf which will break the build
for users?

--
Tom Rhodes
