diff options
author | sbd <sbd@pkgsrc.org> | 2012-03-15 07:43:30 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-03-15 07:43:30 +0000 |
commit | e132f72dcb7c3a46ad165ce655daacd615030848 (patch) | |
tree | ad6731c9199532d0656b24208872cf32aadfc8f4 /lang | |
parent | ac035951ed9206c305ba51b14e6e3da1b7edf18b (diff) | |
download | pkgsrc-e132f72dcb7c3a46ad165ce655daacd615030848.tar.gz |
Update to GCC 4.4.7
GCC 4.4.7 is a bug-fix release containing fixes for regressions and serious
bugs in GCC 4.4.6. This release marks the end of the maintainance of
the GCC 4.4 series.
This is the list of problem reports (PRs) from GCC's bug tracking system
that are known to be fixed in the 4.4.7 release. This list might not be
complete (that is, it is possible that some PRs that have been fixed are
not listed here).
http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.2
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc44/Makefile | 5 | ||||
-rw-r--r-- | lang/gcc44/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index c27f5557103..5f2f91f6fb2 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2012/03/15 06:52:07 sbd Exp $ +# $NetBSD: Makefile,v 1.33 2012/03/15 07:43:30 sbd Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc44-${GCC_VERSION} -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_VERSION}/} EXTRACT_SUFX= .tar.bz2 @@ -16,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= awk:run bash:run chmod gmake:run makeinfo sed:run -GCC_VERSION= 4.4.6 +GCC_VERSION= 4.4.7 GCC_SUBPREFIX= gcc44 GCC_PREFIX= ${PREFIX}/${GCC_SUBPREFIX} diff --git a/lang/gcc44/distinfo b/lang/gcc44/distinfo index 1c51024e684..ca8e0928ea7 100644 --- a/lang/gcc44/distinfo +++ b/lang/gcc44/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2012/03/15 06:52:07 sbd Exp $ +$NetBSD: distinfo,v 1.12 2012/03/15 07:43:30 sbd Exp $ -SHA1 (gcc-4.4.6.tar.bz2) = fc5e6c60b03650f6508470c088440d3d9360adf9 -RMD160 (gcc-4.4.6.tar.bz2) = b35f81ee9540cc4ad0d2f970643f8053f058feec -Size (gcc-4.4.6.tar.bz2) = 63135296 bytes +SHA1 (gcc-4.4.7.tar.bz2) = a6c834b0c2f58583da1d093de7a81a20ede9af75 +RMD160 (gcc-4.4.7.tar.bz2) = 481609ebff38bf8a1fdf9a300dc460c1f425836a +Size (gcc-4.4.7.tar.bz2) = 63179340 bytes SHA1 (patch-ac) = 5e4c05ac8cac376b2c4c33db90d3b309a11cedee SHA1 (patch-ad) = ea1f9e8b49bd4498812ef8d5f47baf8410794fd3 SHA1 (patch-af) = 12f58f01e973f5684e8443ab402a70291bb6d621 |