From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 28 03:10:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EE1E1065677 for ; Mon, 28 Apr 2008 03:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 473628FC1A for ; Mon, 28 Apr 2008 03:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3S3A3jQ005809 for ; Mon, 28 Apr 2008 03:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3S3A3DW005808; Mon, 28 Apr 2008 03:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 28 Apr 2008 03:10:03 GMT Resent-Message-Id: <200804280310.m3S3A3DW005808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lawrence Mayer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E79D91065686 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/123156: [patch] make.conf update to "make update" section X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 03:10:03 -0000 >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 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: