From owner-svn-ports-head@FreeBSD.ORG Sun Dec 1 21:22:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2209D3B; Sun, 1 Dec 2013 21:22:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E0741B1C; Sun, 1 Dec 2013 21:22:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB1LMjpx013667; Sun, 1 Dec 2013 21:22:45 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB1LMjXb013665; Sun, 1 Dec 2013 21:22:45 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201312012122.rB1LMjXb013665@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 1 Dec 2013 21:22:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335442 - head/lang/gcc48 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 21:22:45 -0000 Author: gerald Date: Sun Dec 1 21:22:44 2013 New Revision: 335442 URL: http://svnweb.freebsd.org/changeset/ports/335442 Log: 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. Modified: head/lang/gcc48/Makefile head/lang/gcc48/distinfo Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Dec 1 21:20:01 2013 (r335441) +++ head/lang/gcc48/Makefile Sun Dec 1 21:22:44 2013 (r335442) @@ -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 Modified: head/lang/gcc48/distinfo ============================================================================== --- head/lang/gcc48/distinfo Sun Dec 1 21:20:01 2013 (r335441) +++ head/lang/gcc48/distinfo Sun Dec 1 21:22:44 2013 (r335442) @@ -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