Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 23:03:38 +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: r315178 - in head/lang: . gcc49
Message-ID:  <201303242303.r2ON3cPA062198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Mar 24 23:03:38 2013
New Revision: 315178
URL: http://svnweb.freebsd.org/changeset/ports/315178

Log:
  Now that GCC 4.8.0 has been released, welcome GCC 4.9 in its very,
  very early development stages.
  
  Business as usual with the C, C++, Fortran, Java compilers and tools
  invoked as gcc49, g++49, gfortran49, gcj49 and so forth. Initially
  this may be relatively stable due to the GCC 4.8.0 stabilization
  efforts, but be prepared for a rough ride the coming months as this
  goes through active development.

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

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Sun Mar 24 22:51:18 2013	(r315177)
+++ head/lang/Makefile	Sun Mar 24 23:03:38 2013	(r315178)
@@ -91,6 +91,7 @@
     SUBDIR += gcc46
     SUBDIR += gcc47
     SUBDIR += gcc48
+    SUBDIR += gcc49
     SUBDIR += gcl
     SUBDIR += gdc
     SUBDIR += gforth

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Sun Mar 24 15:12:01 2013	(r315127)
+++ head/lang/gcc49/Makefile	Sun Mar 24 23:03:38 2013	(r315178)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	4.8.0.20130321
+PORTVERSION=	4.9.0.20130319
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	snapshots/${VERSIONSTRING}
 DISTNAME=	gcc-${VERSIONSTRING}
 
 MAINTAINER=	gerald@FreeBSD.org
-COMMENT=	GNU Compiler Collection 4.8
+COMMENT=	GNU Compiler Collection 4.9
 
 LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
 		mpfr:${PORTSDIR}/math/mpfr \

Modified: head/lang/gcc49/distinfo
==============================================================================
--- head/lang/gcc48/distinfo	Sun Mar 24 15:12:01 2013	(r315127)
+++ head/lang/gcc49/distinfo	Sun Mar 24 23:03:38 2013	(r315178)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20130321.tar.bz2) = 4e10b19cd983927297b8e715c687dc32077250494e1b3f6dce26ae34ad6d7c7e
-SIZE (gcc-4.8-20130321.tar.bz2) = 82583800
+SHA256 (gcc-4.9-20130319.tar.bz2) = 8c27127aef5f3cb516f7d091ce258d3cdb9075112dc38ed134669362f1b84158
+SIZE (gcc-4.9-20130319.tar.bz2) = 82611767

Modified: head/lang/gcc49/pkg-descr
==============================================================================
--- head/lang/gcc48/pkg-descr	Sun Mar 24 15:12:01 2013	(r315127)
+++ head/lang/gcc49/pkg-descr	Sun Mar 24 23:03:38 2013	(r315178)
@@ -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 gcc48, g++48,
-gfortran48, and gcj48, respectively.
+port installs the C, C++, Fortran and Java front ends as gcc49, g++49,
+gfortran49, and gcj49, respectively.
 
 WWW: http://gcc.gnu.org/
 

Modified: head/lang/gcc49/pkg-plist
==============================================================================
--- head/lang/gcc48/pkg-plist	Sun Mar 24 15:12:01 2013	(r315127)
+++ head/lang/gcc49/pkg-plist	Sun Mar 24 23:03:38 2013	(r315178)
@@ -49,7 +49,7 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%bin/jcf-dump%%SUFFIX%%
 %%JAVA%%bin/jv-convert%%SUFFIX%%
 %%JAVA%%bin/rebuild-gcj-db%%SUFFIX%%
-%%JAVA%%libdata/pkgconfig/libgcj-4.8.pc
+%%JAVA%%libdata/pkgconfig/libgcj-4.9.pc
 %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
 @exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi



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