summaryrefslogtreecommitdiff
path: root/audio/libcdaudio/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-05-17Enable pkgviews installation.minskim1-1/+3
2004-04-11bl3ify, add missing pkgconfig bl3.mk.xtraeme1-2/+3
2004-04-08update to 0.99.10drochner1-3/+3
minor bugfixes (and XBox support)
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23use LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE. fixes installation ongrant1-2/+3
Solaris (and others). bump PKGREVISION.
2004-01-04Update to 0.99.9 from Min Sik Kim in PR pkg/23930.xtraeme1-2/+2
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.
2003-10-18Add trailing slashcjep1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-08-31Convert to buildlink2. Add RCS Id to patch-aa.wiz1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-08-16Beautify: correct tab-stops.jschauma1-6/+6
2002-07-06Update to 0.99.6, from new homepage at sourceforge.jschauma1-7/+4
Changes too many to list here, see Changelog in tarball.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-26Buildlinkify.jlam1-1/+2
2001-04-28the patch recently added to libcdaudio is important, so add "nb1" todrochner1-1/+2
its version and make p5-Audio-CD-disc-cover depend on it (as suggested by Christoph Badura)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-05upgrade to libcdaudio-0.99.4 -- no changes seem to be neededperry1-2/+2
2000-08-14LTCONFIG_OVERRIDE -> remove one patchwiz1-10/+11
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz1-2/+2
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
1999-09-03Initial import of libcdaudio-0.99.1, a multi-platform CD player developmentrh1-0/+16
library.