summaryrefslogtreecommitdiff
path: root/audio/libcdaudio
AgeCommit message (Collapse)AuthorFilesLines
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-4/+4
No pkgrevision bumps needed.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-16Remove superfluous blank line.rh1-2/+1
2005-04-15Fix vulnerability pointed out in http://secunia.com/advisories/14877/rh4-4/+19
Bump PKGREVISION Update BUILDLINK_RECOMMENDED
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-11-26Changes in 0.99.12adam4-12/+36
* Fix a libtool version mismatch that led to incorrect library extensions. Changes in 0.99.11 * Some erratic information and behaviour, introduced in 0.99.10, has been fixed.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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-05-17Enable pkgviews installation.minskim1-1/+3
2004-05-17statvfs fix. This closes PR pkg/25619.minskim2-1/+19
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.