diff options
author | gerald <gerald@FreeBSD.org> | 2006-11-05 14:32:58 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-11-05 14:32:58 +0000 |
commit | aa0f0f054743b9e93a9bd302f71f8501593a8dd1 (patch) | |
tree | a73bfeb8d0e3eba0e0572adecfd651d85d85dbca /lang/gcc43/pkg-descr | |
parent | 1ea4ade4c9c9ebb09f185969d34a1636a66729a3 (diff) | |
download | FreeBSD-ports-aa0f0f054743b9e93a9bd302f71f8501593a8dd1.zip FreeBSD-ports-aa0f0f054743b9e93a9bd302f71f8501593a8dd1.tar.gz |
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
Diffstat (limited to 'lang/gcc43/pkg-descr')
-rw-r--r-- | lang/gcc43/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc43/pkg-descr b/lang/gcc43/pkg-descr index 9914943..3c302b1 100644 --- a/lang/gcc43/pkg-descr +++ b/lang/gcc43/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/ |