diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-07-12 17:34:24 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-07-12 17:34:24 +0000 |
commit | e1f1d987f74a9fdec26e83a79186306f26669ae1 (patch) | |
tree | bfb948854c4dcaded3356178ffbaccc7f2a56895 /lang/gcc46/Makefile | |
parent | 98b509534c727a8239304bcd38234c735b39034c (diff) |
Notes
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 9acecdb11137..591a3ffe4945 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -8,7 +8,7 @@ PORTNAME?= gcc PORTVERSION= 4.4.0 -PORTREVISION= 20080627 +PORTREVISION= 20080711 CATEGORIES= lang java VERSIONSTRING= 4.4-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -96,7 +96,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+= gappletviewer${SUFFIX}.1 \ +MAN1+= aot-compile${SUFFIX}.1 \ + gappletviewer${SUFFIX}.1 \ gc-analyze${SUFFIX}.1 \ gcj${SUFFIX}.1 \ gcj-dbtool${SUFFIX}.1 \ @@ -118,6 +119,7 @@ MAN1+= gappletviewer${SUFFIX}.1 \ jar${SUFFIX}.1 \ jcf-dump${SUFFIX}.1 \ jv-scan${SUFFIX}.1 jv-convert${SUFFIX}.1 \ + rebuild-gcj-db${SUFFIX}.1 \ rmic${SUFFIX}.1 rmiregistry${SUFFIX}.1 INFO+= gcc${SUFFIX}/cp-tools \ gcc${SUFFIX}/gcj |