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)
Thu, May 11, 10:56 PM
Unknown Object (File)
Thu, May 11, 10:49 PM
Unknown Object (File)
Thu, May 11, 10:47 PM
Unknown Object (File)
Thu, May 11, 10:33 PM
Unknown Object (File)
May 8 2023, 10:18 PM
Unknown Object (File)
May 3 2023, 11:17 PM
Unknown Object (File)
Feb 22 2023, 6:26 AM
Unknown Object (File)
Feb 22 2023, 6:20 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.