From owner-svn-ports-all@freebsd.org Tue Oct 16 15:23:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F38410D6DDD; Tue, 16 Oct 2018 15:23:42 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6C9971534; Tue, 16 Oct 2018 15:23:41 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7E231E5CE; Tue, 16 Oct 2018 15:23:41 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9GFNf2V066300; Tue, 16 Oct 2018 15:23:41 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9GFNfo9066298; Tue, 16 Oct 2018 15:23:41 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201810161523.w9GFNfo9066298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 16 Oct 2018 15:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482234 - in head/lang/gcc6-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang/gcc6-devel: . files X-SVN-Commit-Revision: 482234 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 15:23:42 -0000 Author: gerald Date: Tue Oct 16 15:23:40 2018 New Revision: 482234 URL: https://svnweb.freebsd.org/changeset/ports/482234 Log: Update to the 20181003 snapshot of GCC 6.4.1. Add a partial fix for what was reported in PR 231804, specifically the part that's actually relevant upstream and that I made there, cf. https://gcc.gnu.org/ml/gcc-patches/2018-10/msg00076.html as a new local patch files/patch-libgfortran until I have backported this to the upstream release branch and hence we get it via the weekly snapshots. PR: 231804 Added: head/lang/gcc6-devel/files/patch-libgfortran - copied unchanged from r482029, head/lang/gcc7-devel/files/patch-libgfortran Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Tue Oct 16 15:17:33 2018 (r482233) +++ head/lang/gcc6-devel/Makefile Tue Oct 16 15:23:40 2018 (r482234) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.4.1.s20181003 +PORTVERSION= 6.4.1.s20181010 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Tue Oct 16 15:17:33 2018 (r482233) +++ head/lang/gcc6-devel/distinfo Tue Oct 16 15:23:40 2018 (r482234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538892646 -SHA256 (gcc-6-20181003.tar.xz) = 4ae847ba1f1411ed6a1972d0ff7688ebc2ab091e422f26f1e1c2e6f2daeaa216 -SIZE (gcc-6-20181003.tar.xz) = 72687960 +TIMESTAMP = 1539499387 +SHA256 (gcc-6-20181010.tar.xz) = 0396dc43a259d6d4828e62e352f822a37b84435fe7ede4d64bb514e5c07877a0 +SIZE (gcc-6-20181010.tar.xz) = 72686384 Copied: head/lang/gcc6-devel/files/patch-libgfortran (from r482029, head/lang/gcc7-devel/files/patch-libgfortran) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc6-devel/files/patch-libgfortran Tue Oct 16 15:23:40 2018 (r482234, copy of r482029, head/lang/gcc7-devel/files/patch-libgfortran) @@ -0,0 +1,19 @@ +2018-10-02 Gerald Pfeifer + + * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include . + +--- 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 ++#if !HAVE_UNLINK_OPEN_FILE ++#include ++#endif + + typedef enum + { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED }