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, Jul 20, 7:34 AM
Unknown Object (File)
Sun, Jul 19, 10:02 PM
Unknown Object (File)
Sat, Jul 18, 5:46 PM
Unknown Object (File)
Sat, Jul 18, 2:24 AM
Unknown Object (File)
Tue, Jul 14, 2:57 PM
Unknown Object (File)
Thu, Jul 9, 6:05 AM
Unknown Object (File)
Mon, Jul 6, 1:26 PM
Unknown Object (File)
Sun, Jul 5, 12:08 PM
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.