Date: Wed, 09 May 2018 16:17:37 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228101] games/openjazz: update to git snapshot 20180329 Message-ID: <bug-228101-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228101 Bug ID: 228101 Summary: games/openjazz: update to git snapshot 20180329 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: martymac@FreeBSD.org Reporter: pkubaj@anongoth.pl Assignee: martymac@FreeBSD.org Flags: maintainer-feedback?(martymac@FreeBSD.org) Created attachment 193215 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D193215&action= =3Dedit patch The reason I want to update this port to development snapshot is because it fixes build for me, current version fails with: src/io/sound.cpp:201:19: error: use of undeclared identifier 'xmpC' xmp_free_context(xmpC); ^ src/io/sound.cpp:303:31: error: use of undeclared identifier 'XMP_FORMAT_8B= IT' playerFlags =3D playerFlags & XMP_FORMAT_8BIT; ^ src/io/sound.cpp:307:31: error: use of undeclared identifier 'XMP_FORMAT_UNSIGNED' playerFlags =3D playerFlags & XMP_FORMAT_UNSIGNED; ^ src/io/sound.cpp:310:31: error: use of undeclared identifier 'XMP_FORMAT_MO= NO' playerFlags =3D playerFlags & XMP_FORMAT_MONO; ^ src/io/sound.cpp:312:19: error: use of undeclared identifier 'xmpC' xmp_start_player(xmpC, audioSpec.freq, playerFlags); ^ src/io/sound.cpp:313:17: error: use of undeclared identifier 'xmpC' xmp_set_player(xmpC, XMP_PLAYER_INTERP, MUSIC_INTERPOLATION); ^ src/io/sound.cpp:313:23: error: use of undeclared identifier 'XMP_PLAYER_INTERP' xmp_set_player(xmpC, XMP_PLAYER_INTERP, MUSIC_INTERPOLATION); ^ src/io/sound.cpp:313:42: error: use of undeclared identifier 'MUSIC_INTERPOLATION' xmp_set_player(xmpC, XMP_PLAYER_INTERP, MUSIC_INTERPOLATION); ^ 8 errors generated. Tested on CURRENT and on Poudriere with 10.4-RELEASE. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228101-7788>