summaryrefslogtreecommitdiff
path: root/lang/gcc46
AgeCommit message (Collapse)AuthorFilesLines
2014-02-25Add untested code for checking multilib-support, based on the gcc47wiz1-1/+27
version of the same.
2014-01-25Update to 4.6.4ryoon37-32/+1739
* Add OpenBSD/amd64 5.4 support Changelog: * Bugfixes
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-30Deal with 16bit ctype table change in NetBSD/current.joerg4-13/+132
2013-04-06"For efficiency reasons, please include bsd.fast.prefs.mk instead ofrodent1-2/+2
bsd.prefs.mk."
2013-04-03dont use cxx to build, just disable bootstrap -- faster and actually worksjmcneill1-3/+2
2013-04-02Fix arm build.jmcneill4-1/+46
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-08-07lang/gcc46: Mark NOT-FOR-DRAGONFLYmarino1-2/+2
A very large number of patches is required to properly build a stock gcc on DragonFly, as evidenced by the patches added to lang/gcc47. DragonFly already has a very good gcc46-based compiler in lang/gnat-aux. DragonFly users that specifically need gcc46 have been told to use gnat-aux. There's no need to make maintenance of lang/gcc46 harder so it's masked on DragonFly to show its intentionally unsupported.
2012-06-08Redo netbsd/ctype_base.h patch to not pollute the namespace as much withjoerg3-3/+26
sys/param.h.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-05-03Make gcc-inplace-math work with new mpfr.hans2-4/+19
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51935
2012-04-17Fix typo in comment.wiz2-4/+4
2012-04-17Add comments to patchessbd9-17/+44
2012-04-13Add option gcc-inplace-math to allow building devel/gmp, math/mpfr andhans2-11/+23
math/mpcomplex together with gcc, as described at http://gcc.gnu.org/install/prerequisites.html
2012-04-13Move ICONVPREFIX definition to nls option.hans2-3/+3
2012-04-08Revert the below commit as it has been decided that plus (+) characters aresbd1-8/+7
allowed in option names (pkglint has been updated). --- Module Name: pkgsrc Committed By: sbd Date: Wed Apr 4 22:20:37 UTC 2012 Modified Files: pkgsrc/lang/gcc46: options.mk Log Message: Rename option "gcc-c++" to "gcc-cpp" (with legacy support) as pkglint complains with: "gcc-c++" is not a valid option name. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc46/options.mk
2012-04-04Rename option "gcc-c++" to "gcc-cpp" (with legacy support) as pkglintsbd1-7/+8
complains with: "gcc-c++" is not a valid option name.
2012-03-15Pickup maintainership of gcc4 series packages.sbd1-2/+2
This means I will also take care of adding newer gcc version.
2012-03-14Pass proper configure arguments so that it is happy with GNU tools availablewiz3-15/+15
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-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.