the bonnie++ benchmark can do large files if you tell it to. unfortunately, the configure script assumes you have the linux variety of large files (ie, using off64_t and friends). the patch (hack) enclosed bypasses the tests where it tries to warn you for using files which are 'too large'. Fix: all other references to _LARGEFILE64_SOURCE should be left as-is since we don't need to alter the off_t type nor change the seek() calls.
State Changed From-To: open->closed Committed, thanks. I also bumped PORTREVISION.