Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 01:32:16 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335447 - head/lang/gcc47
Message-ID:  <201312020132.rB21WGZn041964@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Dec  2 01:32:15 2013
New Revision: 335447
URL: http://svnweb.freebsd.org/changeset/ports/335447

Log:
  Update to the 20131130 snapshot of GCC 4.7.4.
  
  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.

Modified:
  head/lang/gcc47/Makefile
  head/lang/gcc47/distinfo

Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile	Sun Dec  1 21:58:15 2013	(r335446)
+++ head/lang/gcc47/Makefile	Mon Dec  2 01:32:15 2013	(r335447)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc47
-PORTVERSION=	4.7.4.20131123
+PORTVERSION=	4.7.4.20131130
 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

Modified: head/lang/gcc47/distinfo
==============================================================================
--- head/lang/gcc47/distinfo	Sun Dec  1 21:58:15 2013	(r335446)
+++ head/lang/gcc47/distinfo	Mon Dec  2 01:32:15 2013	(r335447)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.7-20131123.tar.bz2) = a472af65c30aaaab5ae0d419a04e10c8451ac38666b8bd214f8fc597629a4f0d
-SIZE (gcc-4.7-20131123.tar.bz2) = 78831736
+SHA256 (gcc-4.7-20131130.tar.bz2) = 0223a1beb8524b26a7193f4c871222a5f6455058fb2ee5d559f0b7b370a8f44c
+SIZE (gcc-4.7-20131130.tar.bz2) = 78837894



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312020132.rB21WGZn041964>