[Bug 228101] games/openjazz: update to git snapshot 20180329

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 9 16:17:40 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228101

            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 at FreeBSD.org
          Reporter: pkubaj at anongoth.pl
          Assignee: martymac at FreeBSD.org
             Flags: maintainer-feedback?(martymac at FreeBSD.org)

Created attachment 193215
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193215&action=edit
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_8BIT'
                playerFlags = playerFlags & XMP_FORMAT_8BIT;
                                            ^
src/io/sound.cpp:307:31: error: use of undeclared identifier
'XMP_FORMAT_UNSIGNED'
                playerFlags = playerFlags & XMP_FORMAT_UNSIGNED;
                                            ^
src/io/sound.cpp:310:31: error: use of undeclared identifier 'XMP_FORMAT_MONO'
                playerFlags = 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list