On Wed, Jan 10, 2018 at 12:36:05PM -0700, lan...@openbsd.org wrote: > bulk build on sparc64-1.ports.openbsd.org > started on Sat Dec 30 04:12:44 MST 2017 > finished at Wed Jan 10 12:35:33 MST 2018 > lasted 12D01h22m > done with kern.version=OpenBSD 6.2-current (GENERIC) #398: Fri Dec 29 > 18:07:48 MST 2017 > > built packages:8293 > Dec 30:407 > Dec 31:193 > Jan 1:3566 > Jan 2:79 > Jan 3:119 > Jan 4:94 > Jan 5:131 > Jan 6:221 > Jan 7:444 > Jan 8:868 > Jan 9:2170 > Jan 10:3335 > > > > build failures: 41 > http://build-failures.rhaalovely.net//sparc64/2017-12-30/audio/audacious-plugins.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/audio/cmu-sphinxbase.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/devel/arm-none-eabi/gcc-linaro,aarch64.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/devel/astyle.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/devel/avr/gcc.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/devel/dlib.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/devel/libvmime.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/devel/reposurgeon.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/devel/xtensa-elf/gcc.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/editors/qscintilla.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/editors/scintilla.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/emulators/higan.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/emulators/ppsspp.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/emulators/retroarch.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/games/easyrpg.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/games/hyperrogue.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/games/lugaru.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/games/pokerth.log > http://build-failures.rhaalovely.net//sparc64/2017-12-30/games/scummvm-tools.log
Index: Makefile =================================================================== RCS file: /cvs/ports/games/scummvm-tools/Makefile,v retrieving revision 1.30 diff -u -p -r1.30 Makefile --- Makefile 21 Dec 2017 10:23:27 -0000 1.30 +++ Makefile 11 Jan 2018 01:32:36 -0000 @@ -2,6 +2,7 @@ COMMENT= collection of various tools for scummvm V= 2.0.0 +REVISION= 0 DISTNAME= scummvm-tools-${V} CATEGORIES= games MASTER_SITES= http://www.scummvm.org/frs/scummvm-tools/${V}/ @@ -22,6 +23,9 @@ WANTLIB= c freetype iconv m ogg ${COMPI NO_TEST= Yes USE_GMAKE= Yes + +# extract_prince uses C++11 std::to_string +COMPILER= base-clang ports-gcc LIB_DEPENDS= audio/flac \ graphics/png \