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, Mar 13, 11:09 AM
Unknown Object (File)
Tue, Mar 10, 5:00 PM
Unknown Object (File)
Tue, Mar 10, 3:58 AM
Unknown Object (File)
Mon, Mar 9, 11:27 PM
Unknown Object (File)
Fri, Mar 6, 5:52 PM
Unknown Object (File)
Tue, Mar 3, 12:30 PM
Unknown Object (File)
Mon, Mar 2, 8:41 AM
Unknown Object (File)
Mon, Mar 2, 3:40 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.