K 10 svn:author V 6 marino K 8 svn:date V 27 2014-07-27T18:13:31.608975Z K 7 svn:log V 558 sysutils/grub2: Fix wrong lz4 endianness and general port cleanup Due to lack of inclusion of , the lz4 code incorrectly assumes a big-endian system. The result issues manifest with errors like, "error: no such device: ." and "lz3 decompression failed" at the grub prompt. Modify existing patch to add . While here, simplify the port with OPTIONS_SUB framework and fix the manpage stuff on the options which apparently has been broken since this unmaintained port was staged. PR: 192066 Submitted by: Andrey Zholos END