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)
Sun, Jun 21, 11:22 PM
Unknown Object (File)
Tue, Jun 16, 11:40 PM
Unknown Object (File)
Wed, Jun 10, 12:22 AM
Unknown Object (File)
Mon, Jun 8, 4:32 AM
Unknown Object (File)
Fri, Jun 5, 11:02 PM
Unknown Object (File)
Apr 28 2026, 2:50 PM
Unknown Object (File)
Apr 26 2026, 2:04 AM
Unknown Object (File)
Apr 21 2026, 12:30 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.