summaryrefslogtreecommitdiff
path: root/lang/gcc46
AgeCommit message (Collapse)AuthorFilesLines
2012-03-12Remove the gcc4X/preconfigure.mk files, they are unused and obsolete.sbd1-11/+0
2012-03-12Remove the MESSAGE files from gcc34 and gcc4X, the messages is VERY outdated!sbd1-17/+0
2012-03-05Update to 4.6.3, from Kai-Uwe Eckhardt.wiz2-6/+6
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
2012-02-24Reset maintainer.wiz1-2/+2
2012-02-01Remove old BUILDLINK_FNAME_TRANSFORM, which seems to have beenhans1-3/+2
cargo-culted from an older gcc package directly installing into ${PREFIX}. Add include/ to buildlinked files.
2012-01-14Convert to USE_TOOLS=zip.hans1-3/+2
2011-12-22Use COMPILER_RPATH_FLAG instead of -Wl,-R.wiz2-4/+4
Fixes OS X build. From Kai-Uwe Eckhardt.
2011-10-31Update to GCC 4.6.2sbd2-7/+6
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 gcchans3-3/+16
lack the rpath to libgcc, causing all kinds of trouble.
2011-10-13Fix pasto.hans1-3/+2
2011-10-13Bump revision for recent changes to dependencies and SunOS support.hans1-2/+2
2011-10-13Reduce dependencies. Bison, flex, and gm4 are not really needed to build gcc.hans1-4/+2
2011-10-13Use options framework for language support.hans2-58/+68
2011-10-13Fix options nls. No need for msgfmt or libiconv when it is off.hans3-7/+10
2011-10-13Add SunOS specifics from lang/gcc44. This includes linker/assemblerhans3-2/+91
selection, objdump detection and the SunOS 5.10 ld workaround.
2011-10-13The dependency on binutils and libelf seems to be for NetBSD only.hans1-4/+3
2011-08-22Do not hardcode dependency on libiconv, use libiconv/bl3.mk. Bump PKGREVISION.wiz1-3/+3
2011-08-13Update to 4.6.1, provided by Kai-Uwe Eckhardt.wiz3-14/+15
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.wiz22-0/+1056
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.