summaryrefslogtreecommitdiff
path: root/audio/libcdaudio
AgeCommit message (Collapse)AuthorFilesLines
2004-04-12No longer used.snj1-19/+0
2004-04-11bl3ify, add missing pkgconfig bl3.mk.xtraeme2-2/+22
2004-04-08update to 0.99.10drochner4-21/+8
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.xtraeme4-17/+19
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-31Not needed any longer.wiz1-49/+0
2002-08-31Convert to buildlink2. Add RCS Id to patch-aa.wiz2-2/+3
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-2/+21
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.jschauma3-19/+14
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.jlam2-1/+51
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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-04-20fix uninitialized struct member passed to ioctl()drochner2-1/+14
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-28add two fileswiz1-1/+3
2000-12-05upgrade to libcdaudio-0.99.4 -- no changes seem to be neededperry2-4/+4
2000-08-14LTCONFIG_OVERRIDE -> remove one patchwiz3-30/+16
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+4
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.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-26reformatted for 70 characters per linewiz1-16/+19
1999-09-03regen.rh1-0/+3
1999-09-03Initial import of libcdaudio-0.99.1, a multi-platform CD player developmentrh6-0/+62
library.