From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 14 22:37:15 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F4417AB for ; Sat, 14 Feb 2015 22:37:15 +0000 (UTC) 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 2A397F0F for ; Sat, 14 Feb 2015 22:37:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1EMbF51032306 for ; Sat, 14 Feb 2015 22:37:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 197669] [patch] www/webkit-gtk2 - broken on gcc5 and pushes clang-only cxx-flags Date: Sat, 14 Feb 2015 22:37:15 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 22:37:15 -0000 John Marino has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.org: Bug 197669: [patch] www/webkit-gtk2 - broken on gcc5 and pushes clang-only cxx-flags https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197669 --- Description --- Created attachment 152989 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152989&action=edit patch to allow building port on gcc-5 There are two problems with building webkit on gcc-5. 1) The configure check is brain-dead, it can't figure out 5 > 4.x 2) -Wno-c++11-extensions is a clang-only flag that gcc-5 will not accept. The attached patch adds a patch to configure that fixes the configure check. It also groups -Wno-c++11-extensions with another clang-only flag. This fixes the build with gcc5 and probably gcc4.9 as well (but I'm not sure when the flag started getting rejected) At least 110 ports depends on webkit-gtk2, directly or indirectly. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org