Skip site navigation (1)Skip section navigation (2)
Date:      30 Jan 1999 12:10:37 -0000
From:      Tom Hukine <tom@eborcom.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9795: Porting Handbook section: clarification of $Id$
Message-ID:  <19990130121037.620.qmail@eborcom.com>

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

>Number:         9795
>Category:       ports
>Synopsis:       The Handbook is not clear on how to deal with $Id$
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 30 05:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Tom Hukins
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
eBORcOM
>Environment:

	

>Description:

Recently, several people (including me!) have submitted patches to
ports' Makefiles including erroneous modification of $Id$. (Cases
include ports/9667 and ports/9731). For example:

-# $Id: Makefile,v 1.1.1.1 1999/01/26 03:25:16 steve Exp $
+# $Id$
 #

Apparently, the $Id$ tag should not be changed: CVS does it
automatically. However, I found no mention of this in the "Porting"
section of the Handbook. This should be mentioned, to help avoid
this mistake.

>How-To-Repeat:

	

>Fix:

I think this patch is right - please check the SGML, though!

--- porting.sgml.orig	Sat Jan 23 16:51:30 1999
+++ porting.sgml	Sat Jan 30 12:01:48 1999
@@ -2310,7 +2310,8 @@
  #
  # &dollar;Id&dollar;
  [ ^^^^ This will be automatically replaced with RCS ID string by CVS 
-  when it is committed to our repository.]
+  when it is committed to our repository.  If upgrading a port, do not alter
+  this line back to "&dollar;Id&dollar;".  CVS deals with it automatically.]
  #
  
  [section to describe the port itself and the master site - DISTNAME
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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