summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/gcc6-devel/Makefile2
-rw-r--r--lang/gcc6-devel/distinfo4
-rw-r--r--lang/gcc6-devel/files/patch-libstdc++-configure36
3 files changed, 3 insertions, 39 deletions
diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile
index 9aacacaf50b5..35e3d2f5096a 100644
--- a/lang/gcc6-devel/Makefile
+++ b/lang/gcc6-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 6.0.0.s20160207
+PORTVERSION= 6.0.0.s20160214
CATEGORIES= lang java
MASTER_SITES= GCC/snapshots/${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
diff --git a/lang/gcc6-devel/distinfo b/lang/gcc6-devel/distinfo
index 687d71a0962f..219f0eff4416 100644
--- a/lang/gcc6-devel/distinfo
+++ b/lang/gcc6-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gcc-6-20160207.tar.bz2) = 144f49238c865d6c196038fad65c43bc0de59eea415f3873b3e51d17ab577212
-SIZE (gcc-6-20160207.tar.bz2) = 95121932
+SHA256 (gcc-6-20160214.tar.bz2) = 83998f49b1ece032da40d086a9ccc7642ed4ef783b75bccba0cbbde538d4eff3
+SIZE (gcc-6-20160214.tar.bz2) = 95206916
diff --git a/lang/gcc6-devel/files/patch-libstdc++-configure b/lang/gcc6-devel/files/patch-libstdc++-configure
deleted file mode 100644
index f90d6d7eae2d..000000000000
--- a/lang/gcc6-devel/files/patch-libstdc++-configure
+++ /dev/null
@@ -1,36 +0,0 @@
-commit 8be7de1a900b22622b7f4ef3534572dfb1f52892
-Author: Jonathan Wakely <jwakely@redhat.com>
-Date: Thu Feb 4 23:54:47 2016 +0000
-
- Enable isinf/isnan checks for all targets
-
- * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Enable checks for
- obsolete isinf and isnan for all targets except *-*-solaris2.*.
- * configure: Regenerate.
-
-diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
-index 057b58e..bdcb264 100644
---- libstdc++-v3/acinclude.m4
-+++ libstdc++-v3/acinclude.m4
-@@ -2215,7 +2215,7 @@ AC_DEFUN([GLIBCXX_CHECK_MATH11_PROTO], [
- fi
- AC_MSG_RESULT([$glibcxx_cv_math11_overload])
- ;;
-- *-*-*gnu* | *-*-aix* | *-*-hpux*)
-+ *)
- # If <math.h> defines the obsolete isinf(double) and isnan(double)
- # functions (instead of or as well as the C99 generic macros) then we
- # can't define std::isinf(double) and std::isnan(double) in <cmath>
-diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
-index a919a3e..c3f627f 100755
---- libstdc++-v3/configure
-+++ libstdc++-v3/configure
-@@ -18266,7 +18266,7 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_math11_overload" >&5
- $as_echo "$glibcxx_cv_math11_overload" >&6; }
- ;;
-- *-*-*gnu* | *-*-aix* | *-*-hpux*)
-+ *)
- # If <math.h> defines the obsolete isinf(double) and isnan(double)
- # functions (instead of or as well as the C99 generic macros) then we
- # can't define std::isinf(double) and std::isnan(double) in <cmath>