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)
Fri, Sep 11, 12:07 AM
Unknown Object (File)
Thu, Sep 10, 3:07 AM
Unknown Object (File)
Thu, Sep 10, 3:03 AM
Unknown Object (File)
Wed, Sep 9, 5:20 AM
Unknown Object (File)
Fri, Sep 4, 4:12 PM
Unknown Object (File)
Fri, Sep 4, 4:05 PM
Unknown Object (File)
Tue, Sep 1, 7:44 AM
Unknown Object (File)
Sat, Aug 22, 5:32 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.