From root@gits.dyndns.org  Thu Dec  7 14:37:35 2000
Return-Path: <root@gits.dyndns.org>
Received: from lafontaine.cybercable.fr (lafontaine.cybercable.fr [212.198.0.202])
	by hub.freebsd.org (Postfix) with SMTP id 4F21137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Dec 2000 14:37:31 -0800 (PST)
Received: (qmail 6721441 invoked from network); 7 Dec 2000 22:36:36 -0000
Received: from s011.dhcp212-229.cybercable.fr (HELO gits.dyndns.org) ([212.198.229.11]) (envelope-sender <root@gits.dyndns.org>)
          by lafontaine.cybercable.fr (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 7 Dec 2000 22:36:36 -0000
Received: (from root@localhost)
	by gits.dyndns.org (8.11.1/8.11.1) id eB7MaXb59894;
	Thu, 7 Dec 2000 23:36:33 +0100 (CET)
	(envelope-from root)
Message-Id: <200012072236.eB7MaXb59894@gits.dyndns.org>
Date: Thu, 7 Dec 2000 23:36:33 +0100 (CET)
From: "Cyrille.Lefevre" <clefevre@citeweb.net>
Sender: root@gits.dyndns.org
Reply-To: clefevre@citeweb.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: patch Makefile is missing $FreeBSD$
X-Send-Pr-Version: 3.2

>Number:         23365
>Category:       gnu
>Synopsis:       patch Makefile is missing $FreeBSD$
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 07 14:40:01 PST 2000
>Closed-Date:    Fri Dec 8 13:36:47 PST 2000
>Last-Modified:  Fri Dec 08 13:37:40 PST 2000
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.2-STABLE FreeBSD 4.2-STABLE #0: Tue Nov 21 06:13:59 CET 2000     root@gits:/disk2/4.0-stable/src/sys/compile/CUSTOM  i386

>Description:

	/usr/src/gnu/usr.bin/patch/Makefile is missing $FreeBSD$

>How-To-Repeat:

	n/a

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/patch/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	1998/01/21 14:37:13	1.6
+++ Makefile	2000/12/07 22:33:49
@@ -1,6 +1,11 @@
+# $FreeBSD$
+
 PROG= 	patch
+MAN=	patch.1
+
+CFLAGS += -DHAVE_CONFIG_H
+
 SRCS = backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \
 	version.c
-CFLAGS += -DHAVE_CONFIG_H
-MAN=	patch.1
+
 .include <bsd.prog.mk>


>Release-Note:
>Audit-Trail:

From: Peter Pentchev <roam@orbitel.bg>
To: "Cyrille.Lefevre" <clefevre@citeweb.net>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: gnu/23365: patch Makefile is missing $FreeBSD$
Date: Fri, 8 Dec 2000 09:08:49 +0200

 On Thu, Dec 07, 2000 at 11:36:33PM +0100, Cyrille.Lefevre wrote:
 > >Number:         23365
 > >Category:       gnu
 > >Synopsis:       patch Makefile is missing $FreeBSD$
 > >Originator:     Cyrille Lefevre
 [snip]
 > 
 > >Description:
 > 
 > 	/usr/src/gnu/usr.bin/patch/Makefile is missing $FreeBSD$
 
 If somebody decides to do anything about this - is there a reason that
 the patch in the base system is still at 2.1?  Yes, I know there is
 a 2.5 port, and I'm using it, and it fixes a lot of weirdness with 2.1,
 e.g. in dealing with newly created/removed files.
 
 G'luck,
 Peter
 
 -- 
 This sentence was in the past tense.
 

From: Cyrille Lefevre <clefevre@citeweb.net>
To: freebsd-gnats-submit@FreeBSD.org, clefevre@citeweb.net
Cc:  
Subject: Re: gnu/23365: patch Makefile is missing $FreeBSD$
Date: Fri, 08 Dec 2000 21:36:07 +0100

 please (read sorry), forget this PR #23365 (read close).
 I made a new one which fixe all Makefiles this way in src/gnu.
 
 see http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23367
 
 Cyrille.
 --
 home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr
 
State-Changed-From-To: open->closed 
State-Changed-By: johan 
State-Changed-When: Fri Dec 8 13:36:47 PST 2000 
State-Changed-Why:  
Closed at originators request. 

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