Page MenuHomeFreeBSD

audio/vgmplay: correct endianness on big-endian architectures
ClosedPublic

Authored by pkubaj on Apr 20 2019, 9:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 4:42 PM
Unknown Object (File)
Fri, Oct 10, 3:36 AM
Unknown Object (File)
Wed, Oct 8, 3:54 AM
Unknown Object (File)
Thu, Sep 25, 7:49 PM
Unknown Object (File)
Wed, Sep 24, 1:54 AM
Unknown Object (File)
Tue, Sep 23, 2:49 PM
Unknown Object (File)
Sun, Sep 21, 12:33 PM
Unknown Object (File)
Sun, Sep 21, 3:30 AM
Subscribers
None

Details

Summary

By default little-endian is specified, which may result in runtime issues. Set it to big-endian where needed.

Also add USES=localbase:ldflags.

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Shouldn't this also include a PORTREVISION bump to fix runtime issues?

This revision is now accepted and ready to land.May 4 2019, 9:39 AM
This revision was automatically updated to reflect the committed changes.