Make tsort(1) abort early if input lines contain NUL bytes
tsort works on text files with data separated by whitespace, there is no
need or reason to support NUL as an additional word delimiter. It's
easier to just detect invalid input early, in the two functions which
read data.
Similar diff from espie, ok tb@ renaud@
Use the proper idiom to make the lldb subpackage optional
MULTI_PACKAGES should always be complete, else you get broken
dependencies and probably other problems. Neuter the -lldb subpackage by
rewriting BUILD_PACKAGES, as shown in the example for PSEUDO_FLAVORS
in bsd.port.mk(5).
Prompted by sthen@, no objection from robert@ (maintainer)
Set IFXF_MBUF_64BIT so mbufs are allocated in high memory if only
64 bit DMA interfaces exist. Also pass BUS_DMA_64BIT to the
bus_dmamem_alloc() for the kstat counter buffer (rge_ks_sc_seg).
ok bluhm@
cal: drop obsolete parsemonth return value checks
These became redundant since month range checks were implemented in parsemonth
in revision 1.15.
ok jca@