All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Changes in 0.99.9
* (cdaudio.c) cd_poll: accept CDS_MIXED CD's too.
* (cddb.c) cddb_read_line: fixed fprintf() format.
* (coverart.c) coverart_direct_erase_data: removed unused local
variable.
* (cddb.h): added cddb_mc_generate_new_entry's interface, which is
used in cdindex.c.
Changes in 0.99.8
* Minor bugfix release. Switched to Automake 1.6.
Changes in 0.99.7
* Fixed a bug that made libcdaudio log more messages than desired to
klogd. Thanks to Matt Kraai.