--- - branch: MAIN date: Thu Jan 13 03:57:28 UTC 2022 files: - new: '1.219' old: '1.218' path: pkgsrc/www/webkit-gtk/Makefile pathrev: pkgsrc/www/webkit-gtk/Makefile@1.219 type: modified - new: '1.87' old: '1.86' path: pkgsrc/www/webkit-gtk/buildlink3.mk pathrev: pkgsrc/www/webkit-gtk/buildlink3.mk@1.87 type: modified id: 20220113T035728Z.91a4ad3541b2569639e70b24d925fc9ed1a407db log: | webkit-gtk: fix builds on NetBSD 9.x The base GCC 7.5 on NetBSD 9.x is missing a C++17 feature expected by this package now. The pkgsrc GCC 7.5 includes that feature, but the build still fails later on with another unmet expectation. So GCC 8 is now the minimum viable version with which to build this package. This involves a bit of a kludge to deal with how GCC from pkgsrc ends up linking. This is obviously not ideal, and is part of a broader topic that needs revisiting. The present goal is to try and stabilize the 2021Q4 branch. Tested on 9.2_STABLE/amd64 with www/badwolf. Addresses PR pkg/56604. module: pkgsrc subject: 'CVS commit: pkgsrc/www/webkit-gtk' unixtime: '1642046248' user: gutteridge