aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2015-12-08 05:37:50 +0800
committergerald <gerald@FreeBSD.org>2015-12-08 05:37:50 +0800
commit5be10f77ea22830ce306e6a8ea70ab9747894554 (patch)
tree1946954ffa41bd156bec1dc1a66e8e2be1e3c3a9 /lang
parentc07f1ff5cb628829308dd9ef9b219b9b5073a08f (diff)
downloadfreebsd-ports-graphics-5be10f77ea22830ce306e6a8ea70ab9747894554.tar.gz
freebsd-ports-graphics-5be10f77ea22830ce306e6a8ea70ab9747894554.tar.zst
freebsd-ports-graphics-5be10f77ea22830ce306e6a8ea70ab9747894554.zip
Update to the 20151206 development snapshot of GCC 6.
files/patch-build-without-bootstrap has now made it upstream, so remove it.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc6-devel/Makefile2
-rw-r--r--lang/gcc6-devel/distinfo4
-rw-r--r--lang/gcc6-devel/files/patch-build-without-bootstrap25
3 files changed, 3 insertions, 28 deletions
diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile
index 4f48d698d6a..37455ec936d 100644
--- a/lang/gcc6-devel/Makefile
+++ b/lang/gcc6-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 6.0.0.s20151129
+PORTVERSION= 6.0.0.s20151206
CATEGORIES= lang java
MASTER_SITES= GCC/snapshots/${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
diff --git a/lang/gcc6-devel/distinfo b/lang/gcc6-devel/distinfo
index e9fe2ebe4d4..43e14fb1e69 100644
--- a/lang/gcc6-devel/distinfo
+++ b/lang/gcc6-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gcc-6-20151129.tar.bz2) = 9fc70384a69ced8d3014d1182d874c9376fdaaa5d2bb4adb47a0df35a81e3834
-SIZE (gcc-6-20151129.tar.bz2) = 93779686
+SHA256 (gcc-6-20151206.tar.bz2) = da64498d24ac4e2109fa8cc9886064f5c0919c59b8f2407b817687ab63954d2b
+SIZE (gcc-6-20151206.tar.bz2) = 93874271
diff --git a/lang/gcc6-devel/files/patch-build-without-bootstrap b/lang/gcc6-devel/files/patch-build-without-bootstrap
deleted file mode 100644
index 6bd7d528c9c..00000000000
--- a/lang/gcc6-devel/files/patch-build-without-bootstrap
+++ /dev/null
@@ -1,25 +0,0 @@
---- UTC
-Index: Makefile.def
-===================================================================
---- Makefile.def (revision 230942)
-+++ Makefile.def (working copy)
-@@ -534,6 +534,7 @@
- // on libgcc and newlib/libgloss.
- lang_env_dependencies = { module=libjava; cxx=true; };
- lang_env_dependencies = { module=libitm; cxx=true; };
-+lang_env_dependencies = { module=libffi; cxx=true; };
- lang_env_dependencies = { module=libcilkrts; cxx=true; };
- lang_env_dependencies = { module=liboffloadmic; cxx=true; };
- lang_env_dependencies = { module=newlib; no_c=true; };
-Index: Makefile.in
-===================================================================
---- Makefile.in (revision 230942)
-+++ Makefile.in (working copy)
-@@ -51034,6 +51034,7 @@
-
-
- configure-target-libffi: maybe-all-target-newlib maybe-all-target-libgloss
-+configure-target-libffi: maybe-all-target-libstdc++-v3
-
- configure-target-libjava: maybe-all-target-newlib maybe-all-target-libgloss
- configure-target-libjava: maybe-all-target-libstdc++-v3