Commit graph

4 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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".
2004-09-22 08:09:14 +00:00
drochner
7a87d55492 update to 0.99.10
minor bugfixes (and XBox support)
2004-04-08 14:12:50 +00:00
xtraeme
6beb1a084e Update to 0.99.9 from Min Sik Kim in PR pkg/23930.
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.
2004-01-04 18:26:17 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
Renamed from audio/libcdaudio/pkg/PLIST (Browse further)