diff options
author | gerald <gerald@FreeBSD.org> | 2018-10-21 19:25:41 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-10-21 19:25:41 +0800 |
commit | a895e0a6de72a348025dabd8f6404eb58bb904a0 (patch) | |
tree | 80767b7028b5ee45543aa5c6072902f99c2377fc | |
parent | 966cfbbc2c7faffffc46379ba00852ede1ff58e8 (diff) | |
download | freebsd-ports-gnome-a895e0a6de72a348025dabd8f6404eb58bb904a0.tar.gz freebsd-ports-gnome-a895e0a6de72a348025dabd8f6404eb58bb904a0.tar.zst freebsd-ports-gnome-a895e0a6de72a348025dabd8f6404eb58bb904a0.zip |
Update to the 20181017 snapshot of GCC 6.4.1.
This now includes files/patch-libgfortran directly (which I pushed and
backported upstream), so remove our local copy.
-rw-r--r-- | lang/gcc6-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc6-devel/distinfo | 6 | ||||
-rw-r--r-- | lang/gcc6-devel/files/patch-libgfortran | 19 |
3 files changed, 4 insertions, 23 deletions
diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile index 0182a4b4c976..e706ca7afa75 100644 --- a/lang/gcc6-devel/Makefile +++ b/lang/gcc6-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.4.1.s20181010 +PORTVERSION= 6.4.1.s20181017 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc6-devel/distinfo b/lang/gcc6-devel/distinfo index c7c86f16e090..743c54fc3431 100644 --- a/lang/gcc6-devel/distinfo +++ b/lang/gcc6-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539499387 -SHA256 (gcc-6-20181010.tar.xz) = 0396dc43a259d6d4828e62e352f822a37b84435fe7ede4d64bb514e5c07877a0 -SIZE (gcc-6-20181010.tar.xz) = 72686384 +TIMESTAMP = 1539974651 +SHA256 (gcc-6-20181017.tar.xz) = 5396a3877a19e314db33943f9d63a2516ef867cc95912e96234ba7bf34a22cbc +SIZE (gcc-6-20181017.tar.xz) = 72693488 diff --git a/lang/gcc6-devel/files/patch-libgfortran b/lang/gcc6-devel/files/patch-libgfortran deleted file mode 100644 index 41bb863c4373..000000000000 --- a/lang/gcc6-devel/files/patch-libgfortran +++ /dev/null @@ -1,19 +0,0 @@ -2018-10-02 Gerald Pfeifer <gerald@pfeifer.com> - - * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>. - ---- UTC -Index: libgfortran/io/close.c -=================================================================== ---- libgfortran/io/close.c (revision 264799) -+++ libgfortran/io/close.c (revision 264800) -@@ -26,6 +26,9 @@ see the files COPYING3 and COPYING.RUNTIME respect - #include "unix.h" - #include "async.h" - #include <limits.h> -+#if !HAVE_UNLINK_OPEN_FILE -+#include <string.h> -+#endif - - typedef enum - { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } |