diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-05 15:25:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-05 15:25:36 +0000 |
commit | 5b97798164d03c89df41582c5d1b5890d912f1fe (patch) | |
tree | 638914219db53ec15e51c5fd0dc067875e7b8fab /lang/gcc46 | |
parent | 659ab9c1699eaecb77f350df4c3c5afd340eb388 (diff) | |
download | pkgsrc-5b97798164d03c89df41582c5d1b5890d912f1fe.tar.gz |
Update to 4.6.3, from Kai-Uwe Eckhardt.
GCC 4.6.3
This is the [22]list of problem reports (PRs) from GCC's bug tracking
system that are known to be fixed in the 4.6.3 release. This list might
not be complete (that is, it is possible that some PRs that have been
fixed are not listed here).
22. http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.3
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc46/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 527cbc23830..f2b1a243bef 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/02/24 17:35:13 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2012/03/05 15:25:36 wiz Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc46-${GCC_VERSION} @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= awk:run bash:run chmod gmake:run makeinfo sed:run -GCC_VERSION= 4.6.2 +GCC_VERSION= 4.6.3 GCC_SUBPREFIX= gcc46 GCC_PREFIX= ${PREFIX}/${GCC_SUBPREFIX} diff --git a/lang/gcc46/distinfo b/lang/gcc46/distinfo index c060709d3bf..8114bab86b1 100644 --- a/lang/gcc46/distinfo +++ b/lang/gcc46/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2011/12/22 14:14:22 wiz Exp $ +$NetBSD: distinfo,v 1.6 2012/03/05 15:25:36 wiz Exp $ -SHA1 (gcc-4.6.2.tar.bz2) = 691974613b1c1f15ed0182ec539fa54a12dd6f93 -RMD160 (gcc-4.6.2.tar.bz2) = e7041933b39629f9524848dcf81a1a4c02a225c6 -Size (gcc-4.6.2.tar.bz2) = 71995338 bytes +SHA1 (gcc-4.6.3.tar.bz2) = ce317ca5c8185b58bc9300182b534608c578637f +RMD160 (gcc-4.6.3.tar.bz2) = 9abb2f940d08fc84f2d91b6a6ce8d662ca889269 +Size (gcc-4.6.3.tar.bz2) = 71999439 bytes SHA1 (patch-aa) = 801b340bb24586c84b09f53161a7aced141ab9d9 SHA1 (patch-ab) = f69d2db611aee1d31b7872bbf59d2b651413b3d3 SHA1 (patch-ac) = 5e4c05ac8cac376b2c4c33db90d3b309a11cedee |