diff options
author | gerald <gerald@FreeBSD.org> | 2009-11-20 08:03:20 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-11-20 08:03:20 +0800 |
commit | b33f7a191e36ece7c0cf69838d5a55d17e884493 (patch) | |
tree | cd534631a9ee9191bcbdda3869b27a75fd642cc3 /lang/gcc48/pkg-descr | |
parent | f4d927a198be679522726152e26f0933a0771717 (diff) | |
download | freebsd-ports-gnome-b33f7a191e36ece7c0cf69838d5a55d17e884493.tar.gz freebsd-ports-gnome-b33f7a191e36ece7c0cf69838d5a55d17e884493.tar.zst freebsd-ports-gnome-b33f7a191e36ece7c0cf69838d5a55d17e884493.zip |
No longer download Objective-C related files which we don't actually use.
Minor style changes.
Adjust the ports description to the new style I am using for the various
gcc ports and remove an obsolete note on memory consumption when building
libgcj (the Java library).
Diffstat (limited to 'lang/gcc48/pkg-descr')
-rw-r--r-- | lang/gcc48/pkg-descr | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lang/gcc48/pkg-descr b/lang/gcc48/pkg-descr index eb55b6842190..b9940115e272 100644 --- a/lang/gcc48/pkg-descr +++ b/lang/gcc48/pkg-descr @@ -1,11 +1,6 @@ -GCC, the GNU Compiler Collection includes C, C++, Java and Fortran. - -This port installs the various front ends as gcc45, g++45, gcj45, -gfortran45 and so forth into the ${PREFIX}/bin directory. - -(Building the Java frontend and the associated libgcj library will -consume more than 512MB of main memory. Set WITHOUT_JAVA=yes in -the environment when building this port to avoid that.) +GCC, the GNU Compiler Collection, supports a number of languages. This +port installs the C, C++, Fortran and Java front ends as gcc45, g++45, +gfortran45, and gcj45, respectively. WWW: http://gcc.gnu.org/ |