privatize ldns library (only used for drill(1))
authorJohn Marino <draco@marino.st>
Tue, 26 Jan 2016 21:00:09 +0000 (22:00 +0100)
committerJohn Marino <draco@marino.st>
Tue, 26 Jan 2016 21:19:47 +0000 (22:19 +0100)
commitd9bc38c4a9b8da89b6509d4912558ebc3addd1e7
treed24f37b79e131ffe0c9bb9a67266fb05e6d20069
parent0514859991b69afb9de8818ab3376fe55a96bed4
privatize ldns library (only used for drill(1))

This is the first conversion in a series to rename base libraries
so that they are only used by base assets.  Libraries such as ldns and
ssh have been getting picked up by dports with undesirable results.

These libraries are getting renamed to libprivate_<name>.*.
Coincidentially, FreeBSD-CURRENT is using a similar scheme with
libprivate<name>.*.  FreeBSD Release 10 used the scheme
/usr/lib/private/lib<name>* and DF did not want to follow that.

There may be some breakage for any third party software (including
dports) that have linked to libldns erroneously.  Recompiling and
linking against port libldns should resolve those issues.  Removing
the base libldns.* files is necessary and unavoidable.
Makefile_upgrade.inc
lib/libldns/Makefile
share/mk/bsd.libnames.mk
usr.bin/drill/Makefile