com_err: add TODO entry -- installed file contains references to build dir.
libuuid: add patch so that binary finds shlibs.
e2fsprogs: many fixes to make compile on NetBSD; compile_et doesn't like
--build-dir (because that changes path to point to com_err's build dir);
add dependency on gettext since the .po files use msginit; add missing
program and locale files to PLIST (also there on Linux?).
Use COMPILE_DIRS and INSTALL_TARGETS et al. instead of adding post-* or
do-* targets.
The libuuid library is used to generate unique identifiers for objects that
may be accessible beyond the local system. The Linux implementation was
created to uniquely identify ext2 filesystems created by a machine. This
library generates UUIDs compatible with those created by the Open Software
Foundation (OSF) Distributed Computing Environment (DCE) utility uuidgen.
The UUIDs generated by this library can be reasonably expected to be unique
within a system, and unique across all systems. They could be used, for
instance, to generate unique HTTP cookies across multiple web servers
without communication between the servers, and without fear of a name clash.