diff options
author | gerald <gerald@FreeBSD.org> | 2006-04-16 16:44:48 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-04-16 16:44:48 +0800 |
commit | 23a5289b4f27c7ab10601492fa2db6320803d0fb (patch) | |
tree | aa62dbc5c1453a9e7e80ca6894f27cebfa867b4a /lang/gcc41/Makefile | |
parent | ec9cf4482900b784c8d93ba8bff15d5094e74580 (diff) | |
download | freebsd-ports-gnome-23a5289b4f27c7ab10601492fa2db6320803d0fb.tar.gz freebsd-ports-gnome-23a5289b4f27c7ab10601492fa2db6320803d0fb.tar.zst freebsd-ports-gnome-23a5289b4f27c7ab10601492fa2db6320803d0fb.zip |
Update to the 20060414 snapshot of GCC 4.1.1.
Reenable Java again, now that the memory overflow issue during installation
seems to have been addressed (and support for FreeBSD 5.3 and later is now
upstream).
Diffstat (limited to 'lang/gcc41/Makefile')
-rw-r--r-- | lang/gcc41/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 7056b58d797a..170ae8647aa3 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.1.1 -PORTREVISION= 20060407 +PORTREVISION= 20060414 CATEGORIES= lang java VERSIONSTRING= 4.1-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -48,9 +48,6 @@ 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. -WITHOUT_JAVA= yes - .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .else |