Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / contrib / groff / FREEBSD-upgrade
1 $FreeBSD: src/contrib/groff/FREEBSD-upgrade,v 1.3.2.1 2001/04/26 17:32:38 ru Exp $
2 $DragonFly: src/contrib/groff/Attic/FREEBSD-upgrade,v 1.2 2003/06/17 04:24:02 dillon Exp $
3
4 This directory contains virgin copies of the original distribution files
5 on a "vendor" branch.  Do not, under any circumstances, attempt to upgrade
6 the files in this directory via patches and a cvs commit.
7
8 To upgrade to a newer version of groff, when it is available:
9         1. Unpack the new version into an empty directory.
10            [Do not make ANY changes to the files.]
11
12         2. Use the command:
13                 cvs import -m 'Virgin import of FSF groff v<version>' \
14                         src/contrib/groff FSF v<version>
15
16            For example, to do the import of version 1.17, I typed:
17                 cvs import -m 'Virgin import of FSF groff v1.17' \
18                         src/contrib/groff FSF v1_17
19
20         3. Follow the instructions printed out in step 2 to resolve any
21            conflicts between local FreeBSD changes and the newer version.
22
23 Do not, under any circumstances, deviate from this procedure.
24
25 To make local changes to groff, simply patch and commit to the main
26 branch (aka HEAD).  Never make local changes on the FSF branch.
27
28 All local changes should be submitted to Werner Lemberg <wl@gnu.org> or 
29 Ted Harding <ted.harding@nessie.mcc.ac.uk> for inclusion in the next
30 vendor release.
31
32 ru@FreeBSD.org - 17 Apr 2001