note mpc 0.9, mpfr 3.0.1, GNU MP 5.0.2 and GCC 4.5.3 imports.

This commit is contained in:
mrg 2011-06-21 01:53:18 +00:00
parent 013b7b496e
commit 41704ced0c
2 changed files with 48 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: 3RDPARTY,v 1.846 2011/06/14 15:29:11 jmmv Exp $
# $NetBSD: 3RDPARTY,v 1.847 2011/06/21 01:53:18 mrg Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@ -332,14 +332,14 @@ Notes:
There is a flex2netbsd script to help newer imports.
Package: gcc
Version: 4.1.3-20080831
Current Vers: 4.5.1
Version: 4.1.3-20080831/4.5.3
Current Vers: 4.6.0
Maintainer: FSF
Archive Site: ftp://ftp.gnu.org/gnu/gcc/
Home Page: http://www.gnu.org/software/gcc/
Mailing List: gcc-bugs@gnu.org
Responsible: thorpej, mrg
License: GPLv2, LGPLv2.1
License: GPLv3, LGPLv3.1
Notes:
before importing:
- delete all .cvsignore and .brik files
@ -348,6 +348,12 @@ before importing:
for GCC4:
- delete all fortran and testsuites
- update gcc/version.c for the NetBSD GCC date
for GCC 4.5:
- use core/c++/objc/testsuite tarballs
- delete:
gcc/testsuite/ada
gcc/testsuite/gfortran*
gcc/testsuite/gnat.dg
Package: gdb
Version: 6.5
@ -1178,3 +1184,36 @@ Notes:
1. See prepare-import script for stripping down the distribution.
2. Update configure.ac and use it to generate include/config.h.
3. Carefully check for GPL components leaked into the dist area.
Package: mpc
Version: 0.9
Current Vers: 0.9
Maintainer:
Archive Site: http://www.multiprecision.org/mpc/download/
Home Page: http://www.multiprecision.org/mpc/
Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development
Responsible: mrg
License: LGPL2
Notes:
Package: mpfr
Version: 3.0.1
Current Vers: 3.0.1
Maintainer:
Archive Site: http://www.mpfr.org/mpfr-current/
Home Page: http://www.mpfr.org/
Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce
Responsible: mrg
License: LGPL3
Notes:
Package: GNU MP
Version: 5.0.2
Current Vers: 5.0.2
Maintainer: http://gmplib.org/mailman/listinfo/gmp-devel
Archive Site: http://gmplib.org/
Home Page: http://gmplib.org/
Mailing List: http://gmplib.org/mailman/listinfo/gmp-announce
Responsible: mrg
License: LGPL3
Notes:

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1569 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1570 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -1041,4 +1041,8 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
alpha: support for Avalon A12 removed [matt 20110617]
sparc64: Add fast softint(9) support. [nakayama 20110618]
zaurus: Add ioexp driver for SL-C1000. [nonaka 20110619]
mpc: Import mpc 0.9. [mrg 20110619]
mpfr: Import mpfr 3.0.1. [mrg 20110619]
GMP: Import GNU MP 5.0.2. [mrg 20110619]
sandpoint: Add support for booting from RAID 1 [jdc 20110620]
GCC: Import version 4.5.3. [mrg 20110620]