Initial import from FreeBSD RELENG_4:
[games.git] / contrib / libf2c / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD: src/contrib/libf2c/FREEBSD-upgrade,v 1.4 1999/11/01 07:25:20 obrien Exp $
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