pkgsrc/sysutils/mtools/distinfo
is 5da2c17564 mtools-(at least)4.0.17 tries hard to configure and conditionally set types
to use 64bit file offsets where available for seek()ing etc. However, the
easy case (sizeof(off_t)>4) is handled incorrectly: mt_size_t is set to
size_t - maybe a copy and paste from the fall-back-to-32bit case.

This type is used at least in init.c, when detecting media size and comparing
to the FAT geometry, consequently failing and erroring out with the message
"Big disks not supported on this architecture."

The patch does handle the (e.g. NetBSD) case of 64bit off_t the same as
the case where a off64_t is available (and the other 64bit off_t-equivalent
cases); namely using off_t as mt_size_t.

Thanks to riastradh@ for pointing out where the bug in llong.h was.
2012-08-08 08:46:27 +00:00

9 lines
486 B
Text

$NetBSD: distinfo,v 1.18 2012/08/08 08:46:27 is Exp $
SHA1 (mtools-4.0.17.tar.bz2) = ab16d292c5098ae94d83a48094c137c2a5c3b101
RMD160 (mtools-4.0.17.tar.bz2) = 2e55692fa31d02e86bcab0d1e55ed1755b2bab64
Size (mtools-4.0.17.tar.bz2) = 412310 bytes
SHA1 (patch-aa) = 493b06455ee3169e6db916a9d535dad5a124edbc
SHA1 (patch-ae) = 5281829c8c79f95ff4672fabb53acd22685c17bb
SHA1 (patch-af) = fcf66c887f9513d812c01ff314669959f94ed7b3
SHA1 (patch-llong.h) = 350158693991dc3fca440f5fee4bcda8398c80e9