aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-12-01 21:22:44 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2013-12-01 21:22:44 +0000
commit4260ab280e2db2f3ecdd0f1da57859c8b59e47d6 (patch)
treee02cb9b06b1ad77e51a90d0197e666bad4fc1bb0 /lang
parent5b1ba185fd563027ae700b24da596b578c41d488 (diff)
downloadports-4260ab280e2db2f3ecdd0f1da57859c8b59e47d6.tar.gz
ports-4260ab280e2db2f3ecdd0f1da57859c8b59e47d6.zip
Update to the 20131121 snapshot of GCC 4.8.3.
No longer add -I${LOCALBASE}/include to CFLAGS. Since we now configure with --with-gmp=${LOCALBASE} this is no longer necessary, and due to bugs in binutils (which should not install ansidecl.h into ${PREFIX}/include) and GCC (which should search its own include directories with higher priority) can lead to build failures.
Notes
Notes: svn path=/head/; revision=335442
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc48/Makefile3
-rw-r--r--lang/gcc48/distinfo4
2 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 71e84ec4fc44..6bc998479d44 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc48
-PORTVERSION= 4.8.3.s20131121
+PORTVERSION= 4.8.3.s20131128
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -64,7 +64,6 @@ WRKSRC= ${WRKDIR}/build
TARGLIB= ${PREFIX}/lib/gcc${SUFFIX}
LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX}
GNU_CONFIGURE= yes
-CFLAGS+= -I${LOCALBASE}/include
.if empty(PORT_OPTIONS:MBOOTSTRAP)
CONFIGURE_ARGS+=--disable-bootstrap
.else
diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo
index 5958543f7cf5..fe432a338592 100644
--- a/lang/gcc48/distinfo
+++ b/lang/gcc48/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20131121.tar.bz2) = bac142c47fdd04c9f38ac604d0826011a4fda172ea3c06e31b82756a3823b135
-SIZE (gcc-4.8-20131121.tar.bz2) = 81845987
+SHA256 (gcc-4.8-20131128.tar.bz2) = 29b416775007906fe6286d7c4a166d5a6c0d8c76b10b70bd0e68f5cc991b0836
+SIZE (gcc-4.8-20131128.tar.bz2) = 81842287