aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc44/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2007-02-19 05:58:37 +0800
committergerald <gerald@FreeBSD.org>2007-02-19 05:58:37 +0800
commitbfbff322e96bd0ed26ce5d5e035f6c3e8a151ba3 (patch)
tree00b518eff8fe7aa1a225ef2a5f12130b4f86d098 /lang/gcc44/Makefile
parent390330c509dfe1c758c4c6d09f844ad03bde1981 (diff)
downloadfreebsd-ports-gnome-bfbff322e96bd0ed26ce5d5e035f6c3e8a151ba3.tar.gz
freebsd-ports-gnome-bfbff322e96bd0ed26ce5d5e035f6c3e8a151ba3.tar.zst
freebsd-ports-gnome-bfbff322e96bd0ed26ce5d5e035f6c3e8a151ba3.zip
Update to the 20070216 snapshot of GCC 4.3.0.
This has a patch of mine to account for the removal of /usr/bin/objformat on 7-CURRENT and defaults to elf instead of aout in this case. Add a temporary patch to fix the bootstrap on i386.
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r--lang/gcc44/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index a6dd1ce2f920..a984ac09a339 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gcc
PORTVERSION= 4.3.0
-PORTREVISION= 20070209
+PORTREVISION= 20070216
CATEGORIES= lang java
VERSIONSTRING= 4.3-${PORTREVISION}
MASTER_SITES= ${MASTER_SITE_GCC}
@@ -103,7 +103,8 @@ EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier
# FIXME: we are currently getting weird build failures with libjava on
# some 4.x and 5.x systems, which the following works around. PR 81788.
CONFIGURE_ARGS+=--disable-rpath
-MAN1+= gcj${SUFFIX}.1 \
+MAN1+= gc-analyze${SUFFIX}.1 \
+ gcj${SUFFIX}.1 \
gcj-dbtool${SUFFIX}.1 \
gcjh${SUFFIX}.1 \
gij${SUFFIX}.1 \