diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-11-05 14:32:58 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-11-05 14:32:58 +0000 |
commit | cade10df3e974e17c27ad4db0b64f511d5ba28f2 (patch) | |
tree | 45f23a59fb181398514d5d352ae3eea9503914d1 /lang/gcc/pkg-descr | |
parent | 3230f0b6f9ef74f2600306bf18f5fbf2aa50ef4c (diff) |
And here we go, introducing the lang/gcc43 port in form of the 20061104
snapshot of GCC 4.3.0; repocopied over from lang/gcc42.
Sadly we now have an unconditional dependency on math/libgmp4 and
math/mpfr. On the positive side this allows us to always build the
Fortran frontend.
PR: 104683
Notes
Notes:
svn path=/head/; revision=176500
Diffstat (limited to 'lang/gcc/pkg-descr')
-rw-r--r-- | lang/gcc/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/pkg-descr b/lang/gcc/pkg-descr index 99149439eb1f..3c302b1c926b 100644 --- a/lang/gcc/pkg-descr +++ b/lang/gcc/pkg-descr @@ -1,6 +1,6 @@ GCC, the GNU Compiler Collection includes C, C++, Java and Fortran. -This port installs the various front ends as gcc42, g++42, gcj42, and -so forth into the ${PREFIX}/bin directory. +This port installs the various front ends as gcc43, g++43, gcj43, +gfortran43 and so forth into the ${PREFIX}/bin directory. WWW: http://gcc.gnu.org/ |