diff options
author | gerald <gerald@FreeBSD.org> | 2014-08-23 20:31:36 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-08-23 20:31:36 +0800 |
commit | 875535828351714793b6ab403b5ff79c87a66324 (patch) | |
tree | c26fcf25dcae76eaec04cdec9614a1c5f1ca4695 /lang | |
parent | 255f75992c8588f203b4ee1edafab0dc089506de (diff) | |
download | freebsd-ports-gnome-875535828351714793b6ab403b5ff79c87a66324.tar.gz freebsd-ports-gnome-875535828351714793b6ab403b5ff79c87a66324.tar.zst freebsd-ports-gnome-875535828351714793b6ab403b5ff79c87a66324.zip |
Update to the 20140817 snapshot of GCC 5, which is how GCC 4.10 is now
going to be called.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc5/Makefile | 14 | ||||
-rw-r--r-- | lang/gcc5/distinfo | 4 | ||||
-rw-r--r-- | lang/gcc5/pkg-descr | 4 | ||||
-rw-r--r-- | lang/gcc5/pkg-plist | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index bb01500c2517..d85041c0848b 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -1,15 +1,15 @@ # Created by: Gerald Pfeifer <gerald@FreeBSD.org> # $FreeBSD$ -PORTNAME= gcc410 -PORTVERSION= 4.10.0.s20140810 +PORTNAME= gcc5 +PORTVERSION= 5.0.s20140817 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.10 +COMMENT= GNU Compiler Collection 5 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi @@ -26,11 +26,11 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. A PORTVERSION of -# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y +# Y.2.s20140817 results in values of Y-20140817, Y.2.0, and Y # for these three. -DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/} -GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} -SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} +DISTVERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} +GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1.0/} +SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USES= gmake iconv makeinfo perl5 tar:bzip2 USE_BINUTILS= yes diff --git a/lang/gcc5/distinfo b/lang/gcc5/distinfo index c4bcf89cbc78..e5c2da5383a4 100644 --- a/lang/gcc5/distinfo +++ b/lang/gcc5/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.10-20140810.tar.bz2) = b39ca98b7ace59619b3f9ae0efc28b660df40aa198862a462321da5e3f688bf6 -SIZE (gcc-4.10-20140810.tar.bz2) = 86624198 +SHA256 (gcc-5-20140817.tar.bz2) = 088418a0bf967f9361a37cee1814b3a317f4496c8d5f694c974c44be26f00cbf +SIZE (gcc-5-20140817.tar.bz2) = 86696103 diff --git a/lang/gcc5/pkg-descr b/lang/gcc5/pkg-descr index 0d2e47a158ba..f63adcd21639 100644 --- a/lang/gcc5/pkg-descr +++ b/lang/gcc5/pkg-descr @@ -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 gcc410, g++410, -gfortran410, and gcj410, respectively. +port installs the C, C++, Fortran and Java front ends as gcc5, g++5, +gfortran5, and gcj5, respectively. WWW: http://gcc.gnu.org/ diff --git a/lang/gcc5/pkg-plist b/lang/gcc5/pkg-plist index b27441835f39..988c1742a16e 100644 --- a/lang/gcc5/pkg-plist +++ b/lang/gcc5/pkg-plist @@ -53,7 +53,7 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py %%JAVA%%bin/gtnameserv%%SUFFIX%% %%JAVA%%bin/jcf-dump%%SUFFIX%% %%JAVA%%bin/jv-convert%%SUFFIX%% -%%JAVA%%libdata/pkgconfig/libgcj-4.10.pc +%%JAVA%%libdata/pkgconfig/libgcj-5.0.pc %%JAVA%%man/man1/aot-compile%%SUFFIX%%.1.gz %%JAVA%%man/man1/gappletviewer%%SUFFIX%%.1.gz %%JAVA%%man/man1/gc-analyze%%SUFFIX%%.1.gz |