Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc note mpc 0.9, mpfr 3.0.1, GNU MP 5.0.2 and GCC 4.5.3 imp...



details:   https://anonhg.NetBSD.org/src/rev/dda7a7a7d923
branches:  trunk
changeset: 766340:dda7a7a7d923
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 21 01:53:18 2011 +0000

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

diffstat:

 doc/3RDPARTY |  47 +++++++++++++++++++++++++++++++++++++++++++----
 doc/CHANGES  |   6 +++++-
 2 files changed, 48 insertions(+), 5 deletions(-)

diffs (95 lines):

diff -r f7fc35a6ce7d -r dda7a7a7d923 doc/3RDPARTY
--- a/doc/3RDPARTY      Tue Jun 21 01:45:26 2011 +0000
+++ b/doc/3RDPARTY      Tue Jun 21 01:53:18 2011 +0000
@@ -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-bugs%gnu.org@localhost
 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:
diff -r f7fc35a6ce7d -r dda7a7a7d923 doc/CHANGES
--- a/doc/CHANGES       Tue Jun 21 01:45:26 2011 +0000
+++ b/doc/CHANGES       Tue Jun 21 01:53:18 2011 +0000
@@ -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]



Home | Main Index | Thread Index | Old Index