From owner-freebsd-toolchain@freebsd.org Sat Mar 25 20:30:02 2017 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 662B2D1D076 for ; Sat, 25 Mar 2017 20:30:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 559161C2B for ; Sat, 25 Mar 2017 20:30:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v2PKU1t9021434 for ; Sat, 25 Mar 2017 20:30:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 216707] exp-run: Update lang/gcc from GCC 4.9 to GCC 5 Date: Sat, 25 Mar 2017 20:30:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2017 20:30:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216707 --- Comment #43 from commit-hook@freebsd.org --- A commit references this bug: Author: tcberner Date: Sat Mar 25 20:29:14 UTC 2017 New revision: 436914 URL: https://svnweb.freebsd.org/changeset/ports/436914 Log: Fixup devel/hs-c2hs and devel/hs-gtk2hs-buildtools to pass -std=3Dc99 to = the preprocessor The ports using c2hs and gtk2hs fail to build with modern compilers as the c11 features of the FreeBSD system headers are not hidden, yet the tools on= ly understand c99. * revert change to devel/hs-ncurses from r436451 * patch devel/hs-c2hs to pass -std=3Dc99. * patch devel/hs-gtk2-buildtools to pass -std=3Dc99. This should fix compilation of * devel/hs-ncurses * dns/hs-gnuidn * graphics/hs-cairo * x11-toolkits/hs-vte * devel/hs-gconf PR: 216707 Reviewed by: rakuco Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D10081 Changes: head/devel/hs-c2hs/Makefile head/devel/hs-c2hs/files/ head/devel/hs-c2hs/files/patch-src_C2HS_Config.hs head/devel/hs-gtk2hs-buildtools/Makefile head/devel/hs-gtk2hs-buildtools/files/patch-c2hs__c__CAST.hs head/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs head/devel/hs-ncurses/Makefile head/devel/hs-ncurses/files/ --=20 You are receiving this mail because: You are on the CC list for the bug.=