summaryrefslogtreecommitdiff
path: root/lang/gcc45/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2007-03-12 16:45:56 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2007-03-12 16:45:56 +0000
commitfc030bdc32cff2125119f97a27938be2c46d0415 (patch)
treed2d3e7b806f95b97eb8aead214abcbde7b1445f5 /lang/gcc45/Makefile
parentMark as DEPRECATED and set EXPIRATION. (diff)
Update to the 20070309 snapshot of GCC 4.3.0. This brings a new gcjh43
application and man pages for gappletviewer43, gjar43, gjarsigner43, gjavah43, gkeytool43, gnative2ascii43, gorbd43, grmid43, gserialver43, and gtnameserv43.
Notes
Notes: svn path=/head/; revision=187211
Diffstat (limited to 'lang/gcc45/Makefile')
-rw-r--r--lang/gcc45/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile
index 6b6d7335e6af..98cfc66a3988 100644
--- a/lang/gcc45/Makefile
+++ b/lang/gcc45/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gcc
PORTVERSION= 4.3.0
-PORTREVISION= 20070302
+PORTREVISION= 20070309
CATEGORIES= lang java
VERSIONSTRING= 4.3-${PORTREVISION}
MASTER_SITES= ${MASTER_SITE_GCC}
@@ -103,15 +103,25 @@ 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+= gc-analyze${SUFFIX}.1 \
+MAN1+= gappletviewer${SUFFIX}.1 \
+ gc-analyze${SUFFIX}.1 \
gcj${SUFFIX}.1 \
gcj-dbtool${SUFFIX}.1 \
gcjh${SUFFIX}.1 \
gij${SUFFIX}.1 \
+ gjar${SUFFIX}.1 \
+ gjarsigner${SUFFIX}.1 \
+ gjavah${SUFFIX}.1 \
gjnih${SUFFIX}.1 \
+ gkeytool${SUFFIX}.1 \
+ gnative2ascii${SUFFIX}.1 \
+ gorbd${SUFFIX}.1 \
grmic${SUFFIX}.1 \
+ grmid${SUFFIX}.1 \
grmiregistry${SUFFIX}.1 \
grepjar${SUFFIX}.1 \
+ gserialver${SUFFIX}.1 \
+ gtnameserv${SUFFIX}.1 \
jar${SUFFIX}.1 \
jcf-dump${SUFFIX}.1 \
jv-scan${SUFFIX}.1 jv-convert${SUFFIX}.1 \