From nobody@FreeBSD.org  Mon Apr 28 03:01:39 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E79D91065686
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Apr 2008 03:01:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B755B8FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Apr 2008 03:01:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3S315lm070036
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Apr 2008 03:01:05 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3S315jh070011;
	Mon, 28 Apr 2008 03:01:05 GMT
	(envelope-from nobody)
Message-Id: <200804280301.m3S315jh070011@www.freebsd.org>
Date: Mon, 28 Apr 2008 03:01:05 GMT
From: Lawrence Mayer <lawmay3@i12.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] make.conf update to "make update" section
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123156
>Category:       misc
>Synopsis:       [build] [patch] make.conf update to "make update" section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    maxim
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 03:10:02 UTC 2008
>Closed-Date:    Wed Nov 24 05:53:57 UTC 2010
>Last-Modified:  Wed Nov 24 05:53:57 UTC 2010
>Originator:     Lawrence Mayer
>Release:        n/a
>Organization:
>Environment:
>Description:
Attached patch updates "make update" section of make.conf. In particular, this patch removes obsolete -g flag in SUPFLAGS not supported by csup. See related http://www.freebsd.org/cgi/query-pr.cgi?pr=123155
>How-To-Repeat:

>Fix:
Apply attached patch to make.conf Revision 1.279 <http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/share/examples/etc/make.conf?rev=1.279;content-type=text%2Fplain>

Patch attached with submission follows:

--- make.conf_1.279.txt	2008-04-27 19:17:11.966113600 -0700
+++ make.conf_1.280.txt	2008-04-27 19:47:28.788576000 -0700
@@ -174,18 +174,22 @@
 #ENABLE_SUID_K5SU=
 #
 #
-# CVSup update flags.  Edit SUPFILE settings to reflect whichever distribution
-# file(s) you use on your site (see /usr/share/examples/cvsup/README for more
-# information on CVSup and these files).  To use, do "make update" in /usr/src.
+# Csup update flags.  To enable "make update", uncomment the
+# SUP_UPDATE, SUPFILE, and PORTSSUPFILE lines. Then edit the latter
+# two to the paths of your source and ports supfiles, respectively.
+# (See /usr/share/examples/cvsup/README for more information on csup
+# and these files). There is normally no need to uncomment the other lines.
+# (SUP and SUPFLAGS are defined by default in /usr/src/Makefile.inc1 and
+# /usr/ports/Makefile, while *default host is normally set in your supfiles.)
 #
-#SUP_UPDATE=
-#
-#SUP=            /usr/bin/csup
-#SUPFLAGS=       -g -L 2
-#SUPHOST=        cvsup.uk.FreeBSD.org
+#SUP_UPDATE=yes
 #SUPFILE=        /usr/share/examples/cvsup/standard-supfile
 #PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
+#
 #DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile
+#SUP=            /usr/bin/csup
+#SUPFLAGS=       -L 2
+#SUPHOST=        cvsup.uk.FreeBSD.org
 #
 # top(1) uses a hash table for the user names.  The size of this hash
 # can be tuned to match the number of local users.  The table size should


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->maxim 
Responsible-Changed-By: arundel 
Responsible-Changed-When: Wed Nov 24 01:15:41 UTC 2010 
Responsible-Changed-Why:  
Maxim, could you have a short look at this PR and check out whether some of the 
change requests are worth having in the src tree? Please don't hesitate to also 
close this PR (if not applicable) or throw it back into the pile. 
Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123156 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Wed Nov 24 05:53:11 UTC 2010 
State-Changed-Why:  
Superseded by conf/150214. 

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