svn commit: r451753 - in head/lang/gcc5: . files
Gerald Pfeifer
gerald at FreeBSD.org
Wed Oct 11 14:35:29 UTC 2017
Author: gerald
Date: Wed Oct 11 14:35:28 2017
New Revision: 451753
URL: https://svnweb.freebsd.org/changeset/ports/451753
Log:
Update to the GCC 5.5 release. This brings more than 250 final bug
fixes compared to GCC 5.4 and is the last release planned on the GCC 5
branch which is now closed.
files/patch-aarch64-support, files/patch-disable-armvhf-config.gcc,
files/patch-libgcc-config-arm-unwind-arm, and files/patch-x86-64-fix-m16
all have been merged upstream in between GCC 5.4 and 5.5 and can thus
be removed; the same is the case for most of files/patch-libc++.
Finally, the tarball is now compressed using xz instead of bzip2.
PR: 216266
Deleted:
head/lang/gcc5/files/patch-aarch64-support
head/lang/gcc5/files/patch-disable-armvhf-config.gcc
head/lang/gcc5/files/patch-libgcc-config-arm-unwind-arm
head/lang/gcc5/files/patch-x86-64-fix-m16
Modified:
head/lang/gcc5/Makefile
head/lang/gcc5/distinfo
head/lang/gcc5/files/patch-libc++
Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile Wed Oct 11 14:00:12 2017 (r451752)
+++ head/lang/gcc5/Makefile Wed Oct 11 14:35:28 2017 (r451753)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 5.4.0
-PORTREVISION= 4
+PORTVERSION= 5.5.0
CATEGORIES= lang
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX}
@@ -32,7 +31,7 @@ CPE_VENDOR= gnu
GCC_VERSION= ${PORTVERSION}
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
-USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2
+USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
USE_BINUTILS= yes
USE_PERL5= build
SSP_UNSAFE= yes
Modified: head/lang/gcc5/distinfo
==============================================================================
--- head/lang/gcc5/distinfo Wed Oct 11 14:00:12 2017 (r451752)
+++ head/lang/gcc5/distinfo Wed Oct 11 14:35:28 2017 (r451753)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464965789
-SHA256 (gcc-5.4.0.tar.bz2) = 608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a
-SIZE (gcc-5.4.0.tar.bz2) = 95661481
+TIMESTAMP = 1507652761
+SHA256 (gcc-5.5.0.tar.xz) = 530cea139d82fe542b358961130c69cfde8b3d14556370b65823d2f91f0ced87
+SIZE (gcc-5.5.0.tar.xz) = 71096120
Modified: head/lang/gcc5/files/patch-libc++
==============================================================================
--- head/lang/gcc5/files/patch-libc++ Wed Oct 11 14:00:12 2017 (r451752)
+++ head/lang/gcc5/files/patch-libc++ Wed Oct 11 14:35:28 2017 (r451753)
@@ -1,36 +1,3 @@
---- gcc/auto-profile.c.orig 2015-01-18 02:25:42 UTC
-+++ gcc/auto-profile.c
-@@ -19,11 +19,9 @@ along with GCC; see the file COPYING3.
- <http://www.gnu.org/licenses/>. */
-
- #include "config.h"
--#include "system.h"
--
--#include <string.h>
- #include <map>
- #include <set>
-+#include "system.h"
-
- #include "coretypes.h"
- #include "hash-set.h"
---- gcc/graphite-isl-ast-to-gimple.c.orig 2017-01-19 21:02:12 UTC
-+++ gcc/graphite-isl-ast-to-gimple.c
-@@ -38,6 +38,7 @@ extern "C" {
- #endif
- #endif
-
-+#include <map>
- #include "system.h"
- #include "coretypes.h"
- #include "hash-set.h"
-@@ -75,7 +76,6 @@ extern "C" {
- #include "tree-scalar-evolution.h"
- #include "gimple-ssa.h"
- #include "tree-into-ssa.h"
--#include <map>
-
- #ifdef HAVE_isl
- #include "graphite-poly.h"
--- gcc/system.h.orig 2015-01-05 12:33:28 UTC
+++ gcc/system.h
@@ -217,6 +217,7 @@ extern int errno;
More information about the svn-ports-head
mailing list