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
F154444898: D19994.id56853.diff
Tue, Apr 28, 2:50 PM
Unknown Object (File)
Sun, Apr 26, 2:04 AM
Unknown Object (File)
Tue, Apr 21, 12:30 PM
Unknown Object (File)
Tue, Apr 21, 5:42 AM
Unknown Object (File)
Tue, Apr 21, 5:07 AM
Unknown Object (File)
Tue, Apr 21, 5:07 AM
Unknown Object (File)
Tue, Apr 21, 3:46 AM
Unknown Object (File)
Mon, Apr 20, 5:34 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.