The latest version of the 'dt' utility is 15.6. The attached patch updates the FreeBSD port to this version. The Makefile now needs to be patched - for whatever reason, _BSD_SOURCE is not defined and this causes large_t to be typedef'd as a double, which in turn causes a compilation error when a large_t appears on the RHS of a modulus operation in dtutil.c. The software author has been cc'ed on this PR in the hopes of this fix travelling upstream. Also, the same patch makes the port honour the system-wide setting of CFLAGS as recommended by the Porter's Handbook. Fix: Apply the following patch in the ports/sysutils directory. For the author's convenience, here is the fixup patch alone. How-To-Repeat: n/a
State Changed From-To: open->closed Committed, thanks!