svn commit: r384331 - in head/lang: . gcc6-devel
Gerald Pfeifer
gerald at FreeBSD.org
Mon Apr 20 00:13:48 UTC 2015
Author: gerald
Date: Mon Apr 20 00:13:45 2015
New Revision: 384331
URL: https://svnweb.freebsd.org/changeset/ports/384331
Log:
Now that GCC 5 has branched for the release of GCC 5.1, create a new port
gcc6-devel to track mainline GCC development, starting with the 20150412
snapshot of GCC 6.0.0.
(Since this really is a development version not necessarily recommended
for general use, start using the -devel moniker for this port. This is
not due to any changes in upstream policy or expected attributes of this
port, only an adjustment in how we name things.)
Added:
head/lang/gcc6-devel/
- copied from r384197, head/lang/gcc5/
Deleted:
head/lang/gcc6-devel/Makefile.DragonFly
Modified:
head/lang/Makefile
head/lang/gcc6-devel/Makefile
head/lang/gcc6-devel/distinfo
head/lang/gcc6-devel/pkg-descr
head/lang/gcc6-devel/pkg-plist
Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile Sun Apr 19 22:34:09 2015 (r384330)
+++ head/lang/Makefile Mon Apr 20 00:13:45 2015 (r384331)
@@ -90,6 +90,7 @@
SUBDIR += gcc49
SUBDIR += gcc5
SUBDIR += gcc5-aux
+ SUBDIR += gcc6-devel
SUBDIR += gcl
SUBDIR += gforth
SUBDIR += ghc
Modified: head/lang/gcc6-devel/Makefile
==============================================================================
--- head/lang/gcc5/Makefile Sat Apr 18 00:00:31 2015 (r384197)
+++ head/lang/gcc6-devel/Makefile Mon Apr 20 00:13:45 2015 (r384331)
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 5.0.s20150405
+PORTVERSION= 6.0.0.s20150412
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX}
MAINTAINER= gerald at FreeBSD.org
-COMMENT= GNU Compiler Collection 5
+COMMENT= GNU Compiler Collection 6
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
@@ -30,10 +30,10 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
# of executables and directories once installed. A PORTVERSION of
-# Y.2.s20140817 results in values of Y-20140817, Y.2.0, and Y
+# Y.2.1.s20140817 results in values of Y-20140817, Y.2.1, and Y
# for these three.
DISTVERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/}
-GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1.0/}
+GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf
USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2
Modified: head/lang/gcc6-devel/distinfo
==============================================================================
--- head/lang/gcc5/distinfo Sat Apr 18 00:00:31 2015 (r384197)
+++ head/lang/gcc6-devel/distinfo Mon Apr 20 00:13:45 2015 (r384331)
@@ -1,2 +1,2 @@
-SHA256 (gcc-5-20150405.tar.bz2) = 53b9dc0478d0ee327bf68a76de088e7f947c4a6376c13b30f2d65950c9c37ee6
-SIZE (gcc-5-20150405.tar.bz2) = 91089617
+SHA256 (gcc-6-20150412.tar.bz2) = 194a7fed2210e66ced8f82efbea19855f5b669b84ad2940b0673cb9a2ec13fdf
+SIZE (gcc-6-20150412.tar.bz2) = 90693666
Modified: head/lang/gcc6-devel/pkg-descr
==============================================================================
--- head/lang/gcc5/pkg-descr Sat Apr 18 00:00:31 2015 (r384197)
+++ head/lang/gcc6-devel/pkg-descr Mon Apr 20 00:13:45 2015 (r384331)
@@ -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 gcc5, g++5,
-gfortran5, and gcj5, respectively.
+port installs the C, C++, Fortran and Java front ends as gcc6, g++6,
+gfortran6, and gcj6, respectively.
WWW: http://gcc.gnu.org/
Modified: head/lang/gcc6-devel/pkg-plist
==============================================================================
--- head/lang/gcc5/pkg-plist Sat Apr 18 00:00:31 2015 (r384197)
+++ head/lang/gcc6-devel/pkg-plist Mon Apr 20 00:13:45 2015 (r384331)
@@ -49,7 +49,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-5.pc
+%%JAVA%%libdata/pkgconfig/libgcj-6.pc
%%JAVA%%man/man1/aot-compile%%SUFFIX%%.1.gz
%%JAVA%%man/man1/gappletviewer%%SUFFIX%%.1.gz
%%JAVA%%man/man1/gc-analyze%%SUFFIX%%.1.gz
More information about the svn-ports-head
mailing list