Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2008 03:01:05 GMT
From:      Lawrence Mayer <lawmay3@i12.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/123156: [patch] make.conf update to "make update" section
Message-ID:  <200804280301.m3S315jh070011@www.freebsd.org>
Resent-Message-ID: <200804280310.m3S3A3DW005808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123156
>Category:       misc
>Synopsis:       [patch] make.conf update to "make update" section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 03:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804280301.m3S315jh070011>