aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc48/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-04-27 11:22:15 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-04-27 11:22:15 +0000
commit5f6923d97bb2de4cadde9f4db675cf6047b36c5c (patch)
tree2875adae810539cd7d090b23b5a60a6dc6ad50de /lang/gcc48/Makefile
parent87a554ee13616fdceadc818392c873fd8d206bd6 (diff)
downloadports-5f6923d97bb2de4cadde9f4db675cf6047b36c5c.tar.gz
ports-5f6923d97bb2de4cadde9f4db675cf6047b36c5c.zip
Notes
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r--lang/gcc48/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 0f6a8bcbbe93..9d9d7c3bb30c 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gcc
-PORTVERSION= 4.7.0.20110416
+PORTVERSION= 4.7.0.20110423
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
@@ -72,6 +72,7 @@ CONFIGURE_ARGS+=--disable-nls \
--with-gxx-include-dir=${TARGLIB}/include/c++/ \
--with-ld=${LOCALBASE}/bin/ld \
--with-libiconv-prefix=${LOCALBASE} \
+ --with-pkgversion="FreeBSD Ports Collection" \
--with-system-zlib
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
ALL_TARGET= bootstrap-lean
@@ -135,10 +136,6 @@ PLIST_SUB+= JAVA="@comment "
pre-everything::
@${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
-post-patch:
- @${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \
- ${SRCDIR}/gcc/version.c
-
pre-configure:
cd ${SRCDIR} ; contrib/gcc_update --touch
@${RM} -f ${SRCDIR}/gcc/*/*.info*