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.
This library and associated utilities provides an uniform way for
libraries to return errors to their callers, and for programs to
describe errors and exceptional conditions to their users.
This package provides the common error display routine library,
com_err(3), and error table compiler, compile_et(1).
This version of the com_err library is maintained by Theodore Ts'o
and is included with the e2fsprogs code. It includes krb5 and
Heimdal compatibility functions and compile_et extensions.
-I packaged this to get work on getting rid of file conflicts
with wip/e2fsprogs, security/heimdal, kth-krb4, and wip/mit-krb5.
(I already fixed wip/e2fsprogs, but need to commit once lock is fixed.)