mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d275f14622
do not seem to work for me on amd64, e.g. "hfs read": zero-sized files are copied to destination. Perhaps it is caused by careless assumption of the types' sizes (excerpt from hfs0_37/endian.h): typedef unsigned long ULONG; // 32 bit unsigned typedef long LONG; // 32 bit signed typedef unsigned int UINT; // 16 bit unsigned typedef int INT; // 16 bit signed typedef unsigned char BYTE; // 8 bit unsigned typedef char SBYTE; // 8 bit signed typedef int BOOL; // boolean value `sysutils/ufsutils' provides better alternative: easier to use, has alive upstream, and works correctly on amd64 (presumably on i386 as well). While here, also explicitly mention that there is no HFS+ volumes support available. |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr |