Change the system name from 'FreeBSD' to 'DragonFly'. We are now officially
[dragonfly.git] / contrib / libgmp / FREEBSD-upgrade
1 This directory contains virgin copies of the original distribution files
2 on a "vendor" branch.  Do not, under any circumstances, attempt to upgrade
3 the files in this directory via patches and a cvs commit.
4
5 To upgrade to a newer version of libgmp, when it is available:
6         1. Unpack the new version into an empty directory.
7            [Do not make ANY changes to the files, except remove the
8             files/directories for architectures not supported by FreeBSD
9             in the mpn/ dir]
10
11         2. Use the command:
12                 cvs import -m 'Virgin import of FSF libgmp v<versiOn>' \
13                         src/contrib/libgmp FSF v<version>
14
15         3. Follow the instructions printed out in step 2 to resolve any
16            conflicts between local FreeBSD changes and the newer version.
17
18 Do not, under any circumstances, deviate from this procedure.
19
20 To make local changes to libgmp, simply patch and commit to the main
21 branch (aka HEAD).  Never make local changes on the FSF branch.
22
23 All local changes should be submitted to "bug-gmp@prep.ai.mit.edu" for
24 inclusion in the next vendor release of libgmp.
25
26 markm@freebsd.org - 20 Oct 1996