diff options
author | sbd <sbd@pkgsrc.org> | 2012-12-01 02:29:32 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-12-01 02:29:32 +0000 |
commit | 8c9c7335fe185a7cae47577b75c8ad81b6dc1f63 (patch) | |
tree | 2c47bf59173709c3ca14438bd7f06d69cb7c97f3 /lang/gcc47-libs | |
parent | 3a098eca2fb3982a52dfd4262d68433a252d3e9e (diff) | |
download | pkgsrc-8c9c7335fe185a7cae47577b75c8ad81b6dc1f63.tar.gz |
Update to GCC 4.7.2
GCC 4.7.2 is the first bug-fix release containing important fixes
for regressions and serious bugs in GCC 4.7.1 with over 70 bugs
fixed since the previous release.
A notable change in GCC 4.7.2 compared to 4.7.1 are ABI bug fixes
related to some C++11 templates (std::list and std::pair). As a result,
code using those templates in C++11 mode is again ABI compatible with
code in C++03/C++98 mode or C++11 mode of GCC 4.6 and earlier, but might
be ABI incompatible with code compiled by GCC 4.7.1 or 4.7.0 in C++11
mode. See http://gcc.gnu.org/gcc-4.7/changes.html for more details.
This is the list of problem reports (PRs) from GCC's bug tracking system
that are known to be fixed in this 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.7.2
Diffstat (limited to 'lang/gcc47-libs')
-rw-r--r-- | lang/gcc47-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc47-libs/Makefile b/lang/gcc47-libs/Makefile index 61ee34ab739..8dbf2bd5c0f 100644 --- a/lang/gcc47-libs/Makefile +++ b/lang/gcc47-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/11/20 23:15:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2012/12/01 02:29:32 sbd Exp $ GCC_PKGNAME= gcc47 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc47 package so that with the dependence pattern ## '{gcc47,gcc47-libs}>=4.7.*' pkg_all will choose gcc47-libs over gcc47. -PKGREVISION= 7 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty |