aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc42/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2004-04-18 00:40:30 +0800
committergerald <gerald@FreeBSD.org>2004-04-18 00:40:30 +0800
commit4d778ff6bfb6c2e5cebe233365edd356bc6cbd28 (patch)
tree49561ae5388225a72d357f084d2838ecce78dcfa /lang/gcc42/Makefile
parent0959f31c97a2c4a7e78ab69326f4f2704337c2a5 (diff)
downloadfreebsd-ports-gnome-4d778ff6bfb6c2e5cebe233365edd356bc6cbd28.tar.gz
freebsd-ports-gnome-4d778ff6bfb6c2e5cebe233365edd356bc6cbd28.tar.zst
freebsd-ports-gnome-4d778ff6bfb6c2e5cebe233365edd356bc6cbd28.zip
Update to the 2004-04-14 snapshot, which should be nearly identical to the
GCC 3.4.0 release. Tweak the pre-everything message, plus display a note when libgcj is not built.
Diffstat (limited to 'lang/gcc42/Makefile')
-rw-r--r--lang/gcc42/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index 2a315db2fd2a..79d71f6f4ac6 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -5,7 +5,7 @@
#
# $FreeBSD$
#
-SNAPDATE= 2004-03-10
+SNAPDATE= 2004-04-14
PORTNAME= gcc
PORTVERSION= 3.4.0
@@ -95,7 +95,10 @@ PLIST_SUB+= LIBJAVA=""
.endif
pre-everything::
- @${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}"
+ @${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
+.if defined(WITHOUT_LIBJAVA)
+ @${ECHO_MSG} "(without libgcj)"
+.endif
post-patch:
@${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \