diff options
author | gerald <gerald@FreeBSD.org> | 2006-04-16 21:12:07 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-04-16 21:12:07 +0800 |
commit | 45267d52fcdbd95c87afda00eb77dc66c93a4df9 (patch) | |
tree | 90f036edfb41972ff9ef5bb296c1b1c33b9be441 /lang/gcc48/Makefile | |
parent | a8c85cb1d8aeaa3be8d57f7152541a54958fa97b (diff) | |
download | freebsd-ports-gnome-45267d52fcdbd95c87afda00eb77dc66c93a4df9.tar.gz freebsd-ports-gnome-45267d52fcdbd95c87afda00eb77dc66c93a4df9.tar.zst freebsd-ports-gnome-45267d52fcdbd95c87afda00eb77dc66c93a4df9.zip |
Update to the 20060415 snapshot of GCC 4.2.0. Adjust the explanation
on why Java still is disabled.
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r-- | lang/gcc48/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index c47c688dbb1d..a1b7f1593b65 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.0 -PORTREVISION= 20060408 +PORTREVISION= 20060415 CATEGORIES= lang java VERSIONSTRING= 4.2-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -48,7 +48,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 WITHOUT_JAVA= yes .endif -# FIXME: As of 20051202, installing libgcj nearly kills 1GB machines. +# FIXME: As of 20060416, installing libgcj requires jar/fastjar which has +# not been packaged for FreeBSD yet. WITHOUT_JAVA= yes .if ${ARCH} == "amd64" |