Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.6.2.20110701 04 Jul 2011 10:56:11 |
gerald |
Update to the 20110701 snapshot of GCC 4.6.2, which is practically
the GCC 4.6.1 release. |
4.6.1.20110610 12 Jun 2011 17:49:39 |
gerald |
Update to the 20110610 snapshot of GCC 4.6.1. |
4.6.1.20110603 04 Jun 2011 11:06:27 |
gerald |
Oops, remove testing code (to force older version). |
4.6.1.20110603 04 Jun 2011 10:05:31 |
gerald |
Oops, remove testing code (to force older version). |
4.6.1.20110527 04 Jun 2011 10:00:41 |
gerald |
Update to the 20110603 snapshot of GCC 4.6.1.
Enable c, c++, and fortran (and only these) explicitly by default, and
Java when/where available. [1]
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> [1] |
4.6.1.20110527 02 Jun 2011 22:11:48 |
gerald |
Complete Java support by providing a pre-built copy of ecj.jar.
PR: 157115
Tested by: joerg, mandree |
4.6.1.20110527 29 May 2011 11:59:46 |
gerald |
Update to the 20110526 snapshot of GCC 4.6.1. Upstream now only provides
a single tarball, so this brings a number of changes around that. |
4.6.1.20110520 21 May 2011 12:09:23 |
gerald |
Update to the 20110520 snapshot of GCC 4.6.1. |
4.6.1.20110513 14 May 2011 02:01:47 |
gerald |
Update to the 20110513 snapshot of GCC 4.6.1. |
4.6.1.20110506 07 May 2011 22:27:11 |
gerald |
Update to the 20110506 snapshot of GCC 4.6.1. |
4.6.1.20110429 30 Apr 2011 18:38:51 |
gerald |
Update to the 20110429 snapshot of GCC 4.6.1. |
4.6.1.20110422 23 Apr 2011 22:47:46 |
gerald |
Update to the 20110422 snapshot of GCC 4.6.1.
Replace the, now dysfunctional, post-patch target with a configure
option that marks this build of GCC as "FreeBSD Ports Collection". [1]
Reported by: Bjoern Koenig <bkoenig@alpha-tierchen.de> [1] |
4.6.1.20110415 17 Apr 2011 00:46:15 |
gerald |
Update to the 20110415 snapshot of GCC 4.6.1. |
4.6.1.20110408 09 Apr 2011 01:14:12 |
gerald |
On SPARC the target CPU type may now be set via -mcpu instead of being
limited to the hardcoded equivalent of -mcpu=ultrasparc and TLS support
is enabled if available. |
4.6.1.20110408 09 Apr 2011 01:13:43 |
gerald |
Update to the 20110408 snapshot of GCC 4.6.1. |
4.6.1.20110401 02 Apr 2011 11:58:32 |
gerald |
Update to the 20110401 snapshot of GCC 4.6.1. |
4.6.1.20110325 26 Mar 2011 01:33:11 |
gerald |
Update to the release of GCC 4.6.0 (basically). Really too many changes
to sensibly list here, but http://gcc.gnu.org/gcc-4.6/changes.html has a
nice overview.
Some highlights include
- a new quad-precision library that's used by the Fortran frontend
(on x86 and amd64);
- new -Wunused-but-set-variable and -Wunused-but-set-parameter warnings
for C family languages (enabled by -Wall and -Wall -Wextra, too);
- new -Wdouble-promotion warning for implicit promotions to double;
- a new general optimization level -Ofast combines -O3 with options that
can affect standards compliance but result in better optimized code;
- link-time optimizations (LTO) now scaling to large input sizes, using
better heuristics, and optimizing more aggressively; (Only the first 15 lines of the commit message are shown above ) |
4.6.0.20110318 20 Mar 2011 23:01:09 |
gerald |
Add support for 32-bit powerpc.
Submitted by: andreast |
4.6.0.20110318 19 Mar 2011 14:50:55 |
gerald |
Update to the 20110318 snapshot of GCC 4.6.0.
Make the full-regression-test target conditional on MAINTAINER_MODE. [1]
Reported by: andreast, marius [1] |
4.6.0.20110312 19 Mar 2011 00:21:58 |
gerald |
Update to the 20110312 snapshot of GCC 4.6.0. On the way, remove the
LTO option. This is now the default, without any drawbacks or extra
dependencies. |
4.6.0.20110305 13 Mar 2011 17:38:18 |
gerald |
Update to the 20110305 snapshot of GCC 4.6.0. Remove the dependency
on libelf when building with link-time optimization (LTO) support which
is not needed any more. |
4.6.0.20110226 27 Feb 2011 01:11:53 |
gerald |
Update to the 20110226 snapshot of GCC 4.6.0. The change for code
generation on i386 to default to i486 on FreeBSD 6 and above is now
upstream, too, so we can shed our specific patch. |
4.6.0.20110219 22 Feb 2011 18:57:48 |
gerald |
Update to the 20110219 snapshot of GCC 4.6.0.
This addresses the pollution of common namespace by
share/python/aotcompile.py and share/python/classfile.py which are
now saved in version-specific directories.
By means of an extra patch default code generation on i386 now
defaults to i486 on FreeBSD 6 and above. [1]
Submitted by: tijl [1]
Reported by: Yuri Karaban <tech@askold.net> [1]
PR: 154364 [1] |
4.6.0.20110219 22 Feb 2011 18:56:53 |
gerald |
Update to the 20110219 snapshot of GCC 4.6.0.
This addresses the pollution of common namespace by
share/python/aotcompile.py and share/python/classfile.py which now
go into version-specific directories.
By means of an extra patch default code generation on i386 defaults
to i486 on FreeBSD 6 and above. [1]
Submitted by: tijl [1]
Reported by: Yuri Karaban <tech@askold.net> [1]
PR: 154364 [1] |
4.6.0.20110212 15 Feb 2011 01:35:09 |
gerald |
Update to the 20110212 snapshot of GCC 4.6.0. |
4.6.0.20110205 10 Feb 2011 01:44:23 |
gerald |
Omit the libquadmath info file on sparc64 and ia64.
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> |
4.6.0.20110205 06 Feb 2011 01:07:01 |
gerald |
Update to the 20110205 snapshot of GCC 4.6.0. This finally addresses
a long standing issue around libgcj that's been hitting us and allows
me to remove the stop gap I had put in place years ago. [1]
PR: 81788 [1]
Feature safe: yes |
4.6.0.20110129 30 Jan 2011 00:22:02 |
gerald |
Update to the 20110129 snapshot of GCC 4.6.0.
Feature safe: yes |
4.6.0.20110122 23 Jan 2011 19:49:18 |
gerald |
Update to the 20110122 snapshot of GCC 4.6.0. Among others, this
improves GOMP support on FreeBSD with a patch of mine to resolve
linking issues.
Feature safe: yes |
4.6.0.20110115 16 Jan 2011 17:02:56 |
gerald |
Update to the 20110115 snapshot of GCC 4.6.0.
Provide more background on the need to use --disable-rpath as a workaround.
Feature safe: yes |
4.6.0.20110108 15 Jan 2011 00:42:59 |
gerald |
Update to the 20110108 snapshot of GCC 4.6.0.
Feature safe: yes |
4.6.0.20110108 15 Jan 2011 00:41:40 |
gerald |
Update to the 20110108 snapshot of GCC 4.6.0.
Feature safe: yes |
4.6.0.20110101 02 Jan 2011 11:35:10 |
gerald |
Update to the 20110101 snapshot of GCC 4.6.0. |
4.6.0.20101225 26 Dec 2010 20:55:59 |
gerald |
Update to the 20101225 snapshot of GCC 4.6.0. This addresses the
original pollution of include file namespace around libquadmath and
adds a GNU info file for libquadmath. |
4.6.0.20101127 28 Nov 2010 19:51:46 |
gerald |
Update to the 20101127 snapshot of GCC 4.6.0. |
4.6.0.20101120 22 Nov 2010 05:45:17 |
gerald |
Update to the 20101120 snapshot of GCC 4.6.0. This brings libquadmath
(better support for 128 bit floating point types, which for now poisons
global include file namespace though this won't be an issue before GCC
4.7 and I have reported it upstream). |
4.6.0.20101113 14 Nov 2010 18:56:07 |
gerald |
Update to the 20101113 snapshot of GCC 4.6.0. |
4.6.0.20101106 07 Nov 2010 00:53:49 |
gerald |
Update to the 20101106 snapshot of GCC 4.6.0. |
4.6.0.20101030 31 Oct 2010 13:56:38 |
gerald |
Update to the 20101030 snapshot of GCC 4.6.0.
Look ma', no more MD5 distinfo. |
4.6.0.20101023 24 Oct 2010 15:19:27 |
gerald |
Update to the 20101023 snapshot of GCC 4.6.0. This removes the gccbug
script which had allowed submitting bugs like send-pr in FreeBSD. |
4.6.0.20101016 17 Oct 2010 01:03:56 |
gerald |
Update to the 20101016 snapshot of GCC 4.6.0. |
4.6.0.20101009 11 Oct 2010 13:58:37 |
gerald |
Update to the 20101009 snapshot of GCC 4.6.0. |
4.6.0.20100925 27 Sep 2010 21:45:10 |
gerald |
Replace the explicit build dependency on devel/binutils by USE_BINUTILS.
Submitted by: bf |
4.6.0.20100925 27 Sep 2010 14:09:43 |
gerald |
Fix a small whitespace issue in OPTIONS. |
4.6.0.20100925 26 Sep 2010 14:36:29 |
gerald |
Update to the 20100925 snapshot of GCC 4.6.0. |
4.6.0.20100918 19 Sep 2010 11:21:03 |
gerald |
Update to the 20100918 snapshot of GCC 4.6.0 which now defaults to i486
architecture support on i386 thanks to a patch by tijl. |
4.6.0.20100911 12 Sep 2010 01:18:02 |
gerald |
Update to the 20100911 snapshot of GCC 4.6.0. This brings one fix for
FreeBSD/ia64 that I made upstream and together with another, which is a
local patch for now, ia64 can become part of ONLY_FOR_ARCHS. |
4.6.0.20100904 05 Sep 2010 18:21:17 |
gerald |
Update to the 20100904 snapshot of GCC 4.6.0. This brings first support
for _float128 on i386 and proper symbol versioning for libgcc. |
4.6.0.20100828_1 04 Sep 2010 23:57:26 |
gerald |
Similar to lang/gcc45, add a new option LTO that enables GCC's new
link-time optimization framework and optimizations. GCC 4.6 has been
seeing a lot of work since GCC 4.5, but we are still keeping this
disable by default for now
Using LTO adds libelf as a new dependency and in either case the
environment does not have an influence any more. Bumping PORTREVISION
since someone who had libelf on his system previously to this change
would get LTO enabled automatically and then run into problems if libelf
was removed. |
4.6.0.20100828 29 Aug 2010 17:32:45 |
gerald |
Update to the 20100828 snapshot of GCC 4.6.0. |
4.6.0.20100821 22 Aug 2010 22:05:00 |
gerald |
Update to the 20100821 snapshot of GCC 4.6.0. This now really does not
work with the ancient version of GNU as that is part of FreeBSD 8.1 and
earlier (and likely later), so where the dependency this port has on
devel/binutils was a strong recommendation until now and necessary to
leverage new processor features and the -mtune=native option when running
on those newer processors, it is now strictly needed on x86-64 at least. |
4.6.0.20100814 20 Aug 2010 21:40:27 |
gerald |
Update to the 20100814 snapshot of GCC 4.6.0.
Replace NOT_FOR_ARCHS by ONLY_FOR_ARCHS. [1]
Suggested by: linimon |
4.6.0.20100807 08 Aug 2010 09:38:08 |
gerald |
Update to the 20100807 snapshot of GCC 4.6.0. |
4.6.0.20100724 25 Jul 2010 07:17:03 |
gerald |
Update to the 20100724 snapshot of GCC 4.6.0. |
4.6.0.20100717 18 Jul 2010 19:16:22 |
gerald |
Update to the 20100717 snapshot of GCC 4.6.0.
Feature safe: yes |
4.6.0.20100710 11 Jul 2010 00:24:07 |
gerald |
Update to the 20100710 snapshot of GCC 4.6.0.
Feature safe: yes |
4.6.0.20100703 05 Jul 2010 11:59:24 |
gerald |
Update to the 20100703 snapshot of GCC 4.6.0.
Feature safe: yes |
4.6.0.20100626 27 Jun 2010 14:24:03 |
gerald |
Update to the 20100626 snapshot of GCC 4.6.0.
Make Java support an OPTION (JAVA) so it is easier to deselect. [1]
Suggested by: doubg [1]
Feature safe: yes |
4.6.0.20100619 27 Jun 2010 11:48:58 |
gerald |
Simplify full-regression-test.
Feature safe: yes |
4.6.0.20100619 20 Jun 2010 00:05:49 |
gerald |
Update to the 20100619 snapshot of GCC 4.6.0.
Feature safe: yes |
4.6.0.20100612 13 Jun 2010 10:26:05 |
gerald |
Update to the 20100612 snapshot of GCC 4.6.0. |
4.6.0.20100605_1 11 Jun 2010 15:09:45 |
ale |
Chase mpfr library and bump PORTREVISION. |
4.6.0.20100605 06 Jun 2010 01:32:04 |
gerald |
Update to the 20100605 snapshot of GCC 4.6.0. |
4.6.0.20100529 30 May 2010 01:40:08 |
gerald |
Update to the 20100529 snapshot of GCC 4.6.0. |
4.6.0.20100515 22 May 2010 12:50:18 |
gerald |
Update to the 20100515 snapshot of GCC 4.6.0. |
4.6.0.20100501 07 May 2010 18:30:06 |
gerald |
Adjust references to the GCC version to refer to 4.6.
Reported by: Eitan Adler <eitanadlerlist@gmail.com> |
4.6.0.20100501 02 May 2010 14:00:34 |
gerald |
Update to the 20100501 snapshot of GCC 4.6.0. |
4.6.0.20100424 25 Apr 2010 23:46:25 |
gerald |
Complete the creation of this port by adjusting it from GCC 4.5 to the
20100424 snapshot of GCC 4.6.0, which is a very, very early version of
said release which likely won't happen before 2011. |
4.5.1.20100422 25 Apr 2010 17:19:52 |
gerald |
Forced commit to document the repocopy of lang/gcc45 to lang/gcc46.
PR: 145808 |