]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/libf2c/FREEBSD-upgrade
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / libf2c / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD$
3
4 For the import of lib{f,g}2c, files were pruned by:
5
6         tar xvypf gcc-2.95.2.tar.bz2 '*/libf2c'
7
8 Then imported by:
9
10         cvs import -m "Virgin import of GCC 2.95.2's libf2c"  \
11                 src/contrib/libf2c FSF gcc_2_95_2
12
13
14 To make local changes to lib{f,g}2c, simply patch and commit to the main
15 branch (aka HEAD).  Never make local changes on the vendor (FSF) branch.
16
17 All local changes should be submitted to "gcc-patches@gcc.gnu.org" and/or
18 David M. Gay <dmg@bell-labs.com> (as libg2c is based on AT&T's netlib
19 collection).
20
21 obrien@NUXI.com
22 31-October-1999