head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @// @; 1.1 date 2026.01.03.10.52.03; author wiz; state Exp; branches; next ; commitid BozRUALXGj6R4WoG; desc @@ 1.1 log @spacerace: fix build with (now default) c++17 Fix some pkglint while here by renaming files. @ text @$NetBSD$ ISO C++17 does not allow dynamic exception specifications. --- src/stk/kernel/stk_file.cpp.orig 2026-01-03 10:49:25.556179740 +0000 +++ src/stk/kernel/stk_file.cpp @@@@ -4,7 +4,7 @@@@ #include #include "stk_file.h" -Stk_File::Stk_File(char *filename) throw (xFileError) +Stk_File::Stk_File(char *filename) { // init the file descriptor fd=0; @