From nobody@FreeBSD.org  Mon Apr 28 02:08:08 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 8426B106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Apr 2008 02:08:08 +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 6D85F8FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Apr 2008 02:08:08 +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 m3S27X3c030698
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Apr 2008 02:07:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3S27X5R030697;
	Mon, 28 Apr 2008 02:07:33 GMT
	(envelope-from nobody)
Message-Id: <200804280207.m3S27X5R030697@www.freebsd.org>
Date: Mon, 28 Apr 2008 02:07:33 GMT
From: Lawrence Mayer <lawmay3@i12.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] src/Makefile.inc1 bug: remove obsolete -g from SUPFLAGS
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123155
>Category:       misc
>Synopsis:       [build] [patch] src/Makefile.inc1 bug: remove obsolete -g from SUPFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 02:10:01 UTC 2008
>Closed-Date:    Wed Nov 24 00:23:22 UTC 2010
>Last-Modified:  Wed Nov 24 00:23:22 UTC 2010
>Originator:     Lawrence Mayer
>Release:        n/a
>Organization:
>Environment:
>Description:
Patch attached which fixes bug in src/Makefile.inc1. Patch removes obsolete -g flag from default definition of SUPFLAGS. -g flag was for cvsup but is not supported by csup. (Note default value of SUP = /usr/bin/csup.)
>How-To-Repeat:

>Fix:
Apply attached patch to src/Makefile.inc1 Revision 1.603 <http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/Makefile.inc1?rev=1.603;content-type=text%2Fplain>

Patch attached with submission follows:

--- Makefile.inc1_1.603.txt	2008-04-27 18:37:31.583291200 -0700
+++ Makefile.inc1_1.604.txt	2008-04-27 18:40:08.769313600 -0700
@@ -87,7 +87,7 @@
 CVS?=		cvs
 CVSFLAGS?=	-A -P -d -I!
 SUP?=		/usr/bin/csup
-SUPFLAGS?=	-g -L 2
+SUPFLAGS?=	-L 2
 .if defined(SUPHOST)
 SUPFLAGS+=	-h ${SUPHOST}
 .endif


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arundel 
State-Changed-When: Wed Nov 24 00:22:59 UTC 2010 
State-Changed-Why:  
Duplicate of #150214. 

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