summaryrefslogtreecommitdiff
path: root/lang/gcc46/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Deal with 16bit ctype table change in NetBSD/current.joerg1-2/+4
2013-04-02Fix arm build.jmcneill1-1/+3
2012-06-08Redo netbsd/ctype_base.h patch to not pollute the namespace as much withjoerg1-1/+2
sys/param.h.
2012-05-03Make gcc-inplace-math work with new mpfr.hans1-2/+2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51935
2012-04-17Fix typo in comment.wiz1-2/+2
2012-04-17Add comments to patchessbd1-9/+9
2012-03-14Pass proper configure arguments so that it is happy with GNU tools availablewiz1-2/+2
on NetBSD; removes two dependencies. Unlimit before running tests, reduces test failures. Add t-crtstuff to tmake_file on NetBSD as well. gcc46 should work much better now on NetBSD. All from Kai-Uwe Eckhardt in private mail. Bump PKGREVISION.
2012-03-05Update to 4.6.3, from Kai-Uwe Eckhardt.wiz1-4/+4
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
2011-12-22Use COMPILER_RPATH_FLAG instead of -Wl,-R.wiz1-2/+2
Fixes OS X build. From Kai-Uwe Eckhardt.
2011-10-31Update to GCC 4.6.2sbd1-4/+4
GCC 4.6.2 is a bug-fix release containing fixes for regressions and serious bugs in GCC 4.6.1, with over 110 bugs fixed since previous release. This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.6.2 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
2011-10-18Add patch-ac from lang/gcc44. Without it, programs built with this gcchans1-1/+2
lack the rpath to libgcc, causing all kinds of trouble.
2011-08-13Update to 4.6.1, provided by Kai-Uwe Eckhardt.wiz1-5/+5
Do not depend on libelf and binutils on Linux since the current pkgsrc versions might effectively be downgrades and break stuff (this needs a better solution, like e.g. updating them :) ). Changes: 158 bugs fixed, see http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.1
2011-05-15Initial import of gcc46-4.6.0, packaged for wip by Kai-Uwe Eckhardt.wiz1-0/+13
This is the gcc 4.6 compiler suite. This package has a test target. For testing (only), this package requires devel/dejagnu and devel/autogen.