Module Name: src Committed By: mrg Date: Tue Jun 21 01:53:19 UTC 2011
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: note mpc 0.9, mpfr 3.0.1, GNU MP 5.0.2 and GCC 4.5.3 imports. To generate a diff of this commit: cvs rdiff -u -r1.846 -r1.847 src/doc/3RDPARTY cvs rdiff -u -r1.1569 -r1.1570 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.846 src/doc/3RDPARTY:1.847 --- src/doc/3RDPARTY:1.846 Tue Jun 14 15:29:11 2011 +++ src/doc/3RDPARTY Tue Jun 21 01:53:18 2011 @@ -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 @@ 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-b...@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 @@ 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 @@ 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: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1569 src/doc/CHANGES:1.1570 --- src/doc/CHANGES:1.1569 Mon Jun 20 19:48:28 2011 +++ src/doc/CHANGES Tue Jun 21 01:53:18 2011 @@ -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 @@ 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]