Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 21:19:18 +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: r352556 - in head/lang: . gcc410
Message-ID:  <201404282119.s3SLJIKM046002@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Apr 28 21:19:17 2014
New Revision: 352556
URL: http://svnweb.freebsd.org/changeset/ports/352556
QAT: https://qat.redports.org/buildarchive/r352556/

Log:
  Welcome GCC 4.10 aka lang/gcc410.  This has recently branched from
  GCC 4.9 development and is feature equivalent at this point.
  
  The coming months, during stage 1 of GCC developemtn, there will be
  many invasive and partially destablizing changes.  Any outfall will
  be addressed in the second half of the release cylce.  Until then,
  use at your own risk and file any bugs upstream.

Added:
  head/lang/gcc410/
     - copied from r352555, head/lang/gcc49/
Modified:
  head/lang/Makefile
  head/lang/gcc410/Makefile
  head/lang/gcc410/distinfo
  head/lang/gcc410/pkg-descr
  head/lang/gcc410/pkg-plist

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Mon Apr 28 21:12:23 2014	(r352555)
+++ head/lang/Makefile	Mon Apr 28 21:19:17 2014	(r352556)
@@ -88,6 +88,7 @@
     SUBDIR += gcc47-aux
     SUBDIR += gcc48
     SUBDIR += gcc49
+    SUBDIR += gcc410
     SUBDIR += gcl
     SUBDIR += gforth
     SUBDIR += ghc

Modified: head/lang/gcc410/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Mon Apr 28 21:12:23 2014	(r352555)
+++ head/lang/gcc410/Makefile	Mon Apr 28 21:19:17 2014	(r352556)
@@ -1,15 +1,15 @@
 # Created by: Gerald Pfeifer <gerald@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	gcc49
-PORTVERSION=	4.9.1.s20140423
+PORTNAME=	gcc410
+PORTVERSION=	4.10.0.s20140420
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	snapshots/${DISTVERSION}
 DISTNAME=	gcc-${DISTVERSION}
 
 MAINTAINER=	gerald@FreeBSD.org
-COMMENT=	GNU Compiler Collection 4.9
+COMMENT=	GNU Compiler Collection 4.10
 
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi

Modified: head/lang/gcc410/distinfo
==============================================================================
--- head/lang/gcc49/distinfo	Mon Apr 28 21:12:23 2014	(r352555)
+++ head/lang/gcc410/distinfo	Mon Apr 28 21:19:17 2014	(r352556)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.9-20140423.tar.bz2) = c31da37b221e6255fa9e0ee8c6a21c81e7393156a83fb49ff0d17fe7318dfd77
-SIZE (gcc-4.9-20140423.tar.bz2) = 85433047
+SHA256 (gcc-4.10-20140420.tar.bz2) = 85774695a03b31656e4a3c53ce8a8096c3a4ab34f7e7996c17363eaa56b07fba
+SIZE (gcc-4.10-20140420.tar.bz2) = 85545006

Modified: head/lang/gcc410/pkg-descr
==============================================================================
--- head/lang/gcc49/pkg-descr	Mon Apr 28 21:12:23 2014	(r352555)
+++ head/lang/gcc410/pkg-descr	Mon Apr 28 21:19:17 2014	(r352556)
@@ -1,6 +1,6 @@
 GCC, the GNU Compiler Collection, supports a number of languages.  This
-port installs the C, C++, Fortran and Java front ends as gcc49, g++49,
-gfortran49, and gcj49, respectively.
+port installs the C, C++, Fortran and Java front ends as gcc410, g++410,
+gfortran410, and gcj410, respectively.
 
 WWW: http://gcc.gnu.org/
 

Modified: head/lang/gcc410/pkg-plist
==============================================================================
--- head/lang/gcc49/pkg-plist	Mon Apr 28 21:12:23 2014	(r352555)
+++ head/lang/gcc410/pkg-plist	Mon Apr 28 21:19:17 2014	(r352556)
@@ -52,7 +52,7 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%bin/gtnameserv%%SUFFIX%%
 %%JAVA%%bin/jcf-dump%%SUFFIX%%
 %%JAVA%%bin/jv-convert%%SUFFIX%%
-%%JAVA%%libdata/pkgconfig/libgcj-4.9.pc
+%%JAVA%%libdata/pkgconfig/libgcj-4.10.pc
 %%JAVA%%man/man1/aot-compile%%SUFFIX%%.1.gz
 %%JAVA%%man/man1/gappletviewer%%SUFFIX%%.1.gz
 %%JAVA%%man/man1/gc-analyze%%SUFFIX%%.1.gz



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