On 04/20/18 16:20, Christian Weisgerber wrote: > Updated list as of Apr 20, 15:00 UTC. > http://build-failures.rhaalovely.net/amd64/2018-04-19/ > > cad/kicad > graphics/aqsis > multimedia/k3b-kde4 > multimedia/mlt > x11/kde/base3 > x11/kde/games3 > x11/kde4/bovo > x11/kde4/kopete > x11/kde4/kross-interpreters > x11/kde4/kuser > x11/kde4/p5-qt > x11/kde4/pim-runtime > x11/kde4/py-kde > x11/kde4/rocs > x11/kde4/ruby-qt > x11/kde4/superkaramba > > I think all important ports build now. Let's mop up the rest! >
x11/kde/games3 broad.cpp - uses time(time_t *)0) elsewhere in board.cpp. Haven't bumped as doing _SYSTEM_VERSION Ok? Looking at base3 next but already have changes to base3 from upstream trinity desktop, that maintains kde 3. Changes stop the mime reports when doing package add. See http://mirror.git.trinitydesktop.org/cgit/tdebase/
Index: patches/patch-kshisen_board_cpp =================================================================== RCS file: patches/patch-kshisen_board_cpp diff -N patches/patch-kshisen_board_cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-kshisen_board_cpp 21 Apr 2018 18:33:58 -0000 @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: kshisen/board.cpp +--- kshisen/board.cpp.orig ++++ kshisen/board.cpp +@@ -730,7 +730,7 @@ void Board::undrawConnection() + // game is over? + if(!getHint_I(dummyPath)) + { +- time_for_game = (int)difftime( time((time_t)0), starttime); ++ time_for_game = (int)difftime( time((time_t *)0), starttime); + emit endOfGame(); + } + }