misc/123156: [patch] make.conf update to "make update" section

Lawrence Mayer lawmay3 at i12.com
Mon Apr 28 03:10:03 UTC 2008


>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:


More information about the freebsd-bugs mailing list