The www/webkit-gtk3 port hard-codes "-Qunused-arguments" in CXXFLAGS. GCC 4.8 errors on this, as an unrecognized argument, and fails the build (fails a check for GCC >= 4.7). This argument should be conditional on the compiler being clang.
Auto-assigned to maintainer gnome@FreeBSD.org
A commit references this bug: Author: kwm Date: Sat Jan 10 10:03:41 UTC 2015 New revision: 376685 URL: https://svnweb.freebsd.org/changeset/ports/376685 Log: MFH: r376609 Update webkit-gtk[23] to 1.4.8. Switch webkit-gtk3 to compiler:c++11-lib instead of homegrown clang code [2]. This unbreaks the build on 8.x. Axe WEBGL and WEBAUDIO options and turn them on by default (like upstream intended). Disabling them leads to wierd build failures, due to untested build paths. [1] Only set -Qunused-arguments if the compiler is clang [2] Fix SSL connection issues with some websites after the POODLE vulnerability fix. PR: 196333 [1], 196031 [2], 195628 [2], 196296 [1] Submitted by: peo@bsdlabs.com and david@catwhisker.org [1], truckman@ [2] Security: e9ccdb28-9802-11e4-9d9c-bcaec565249c Security: CVE-2014-1344, CVE-2014-1384, CVE-2014-1385, CVE-2014-1386 Security: CVE-2014-1387, CVE-2014-1388, CVE-2014-1389, CVE-2014-1390 Approved by: portmgr (zi@) Changes: _U branches/2015Q1/ branches/2015Q1/www/webkit-gtk2/Makefile branches/2015Q1/www/webkit-gtk2/distinfo branches/2015Q1/www/webkit-gtk2/pkg-plist branches/2015Q1/www/webkit-gtk3/Makefile branches/2015Q1/www/webkit-gtk3/distinfo branches/2015Q1/www/webkit-gtk3/pkg-plist
This problem was fixed, but use to the bugzilla db misshap got reverted. So close it again.