From 283351f1dff387fa02636183c058efc5991bf2bd Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 18 Feb 2007 21:58:37 +0000 Subject: 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. --- lang/gcc47/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/gcc47/Makefile') diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index a6dd1ce2f920..a984ac09a339 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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 \ -- cgit v1.2.3