summaryrefslogtreecommitdiffstats
path: root/contrib/groff/FREEBSD-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/FREEBSD-upgrade')
-rw-r--r--contrib/groff/FREEBSD-upgrade31
1 files changed, 31 insertions, 0 deletions
diff --git a/contrib/groff/FREEBSD-upgrade b/contrib/groff/FREEBSD-upgrade
new file mode 100644
index 0000000..65154f1
--- /dev/null
+++ b/contrib/groff/FREEBSD-upgrade
@@ -0,0 +1,31 @@
+$FreeBSD$
+
+This directory contains virgin copies of the original distribution files
+on a "vendor" branch. Do not, under any circumstances, attempt to upgrade
+the files in this directory via patches and a cvs commit.
+
+To upgrade to a newer version of groff, when it is available:
+ 1. Unpack the new version into an empty directory.
+ [Do not make ANY changes to the files.]
+
+ 2. Use the command:
+ cvs import -m 'Virgin import of FSF groff v<version>' \
+ src/contrib/groff FSF v<version>
+
+ For example, to do the import of version 1.19, I typed:
+ cvs import -m 'Virgin import of FSF groff v1.19' \
+ src/contrib/groff FSF v1_19
+
+ 3. Follow the instructions printed out in step 2 to resolve any
+ conflicts between local FreeBSD changes and the newer version.
+
+Do not, under any circumstances, deviate from this procedure.
+
+To make local changes to groff, simply patch and commit to the main
+branch (aka HEAD). Never make local changes on the FSF branch.
+
+All local changes should be submitted to Werner Lemberg <wl@gnu.org> or
+Ted Harding <ted.harding@nessie.mcc.ac.uk> for inclusion in the next
+vendor release.
+
+ru@FreeBSD.org - 2 May 2003
OpenPOWER on IntegriCloud