summaryrefslogtreecommitdiff
path: root/audio/cdparanoia
AgeCommit message (Collapse)AuthorFilesLines
2007-03-08Fixed pkglint errors.rillig2-14/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-11-05Add patch for FreeBSD-5.x, from Peter Schuller in PR 33719.wiz2-10/+24
Untested on FreeBSD, still compiles on NetBSD.
2006-11-03DESTDIR support.joerg3-20/+28
2006-09-04Correct mistake in my last change to distinfo.ben1-2/+2
2006-09-03Fix build on Mac OS X and bump pkgrevision.ben19-115/+710
This is based on the work found at: http://strangehours.livejournal.com/9698.html Tested on i386 Mac OS X 10.4.7 and i386 NetBSD 3.0. TODO: manual device selection in Mac OS X.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-05-14Regen patch-ci so that it can be applied with GNU patch.minskim2-6/+5
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-07Recursive bump for major version change of cdparanoia libs.joerg1-2/+2
2006-03-07Sync DragonFly/FreeBSD support with FreeBSD ports by addingjoerg21-394/+87
cdda_device_name to struct cdrom_drive. This makes a number of hacks in various places superfluous and should fix the KDE multimedia issues. Bump revision. Recursive bump will follow, since the major version changed.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2005-12-29-lcam is needed on FreeBSD and DragonFly, so include it as dependencyjoerg3-9/+9
library. Bump revision.
2005-07-13Add DragonFlyBSD support, from Joerg Sonnenberger in private mail.wiz9-1/+311
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-30DragonFlyBSD support enabled, submitted by Todd Willey in PR pkg/29835.xtraeme1-2/+3
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-10Bump PKGREVISION for Charles' fix for kaudiocreator.wiz1-2/+2
2004-10-10Fix a problem with our hacked version of cdda_identify_scsi() that wasmycroft2-28/+31
causing kaudiocreator to fail with a mysterious "Unknown error".
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-9/+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-06-01Re: PR 25727 audio/cdparanoia does not compile with gcc 3.4.0shannonjr2-4/+36
The problem is that a switch statement has a default case with no statement. The fix is to add a null statement. Four instances of this problem were corrected. This closes the referenced PR.
2004-05-02Enable pkgviews installation.minskim1-1/+3
2004-04-26No longer used.snj1-24/+0
2004-03-20Remove chunks that just change the lineno in the output.wiz2-372/+10
2004-03-20Remove outdated message. Noted by martin@.wiz1-11/+0
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-14/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-11bl3ifyxtraeme2-1/+28
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-11-03Change maintainer to myself.kim1-2/+2
2003-10-20files missed in last commitgrant2-0/+85
2003-10-20merge some patches from FreeBSD ports.grant9-113/+672
allows this to build on FreeBSD using the ATAPI/CAM subsystem.
2003-10-18as this is ONLY_FOR_PLATFORM Linux and NetBSD, don't try to buildlinkgrant1-1/+5
it if we're on a different platform.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Restrict the package to NetBSD and Linux, as it doesn't compile elsewhere insalo1-7/+8
its current state. Remove unused target, style nits. If anyone is interested: FreeBSD patches: http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/cdparanoia/files/ OpenBSD patches: http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/cdparanoia/patches/
2003-06-13Move part of DESCR to MESSAGE.wiz2-6/+11
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-08-31Unused.wiz1-36/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+20
buildlink2.mk files back into the main trunk.
2002-04-27Add buildlink.mk file. Provided by <collver@linuxfreemail.com> in PRrh1-0/+36
pkg/16470, thanks!
2002-03-04Upgrade to cdparanoia III 9.8.itohy10-601/+401
Install headers in separate directory. Related changes: - Patch for Kenwood TruX drives (they worked before, but were very slow) - Slightly different default read command to alleviate end-of-track read problems on a number of drives - New -z command syntax; option argument to allow a skip after a user-configurable number of tries - Added more possible read commands to autoprobe - Removed autoprobe limitation, so starting a new rip will not potentially stall in autoprobe until previous rip finishes - Patch to allow sample-granulairy offset - allow NULL callbacks to be passed to library interface
2001-12-03Make PKGNAME dewey-conform.wiz1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-25For NetBSD hosts, use a default device of /dev/rcd0<rawpart>.simonb5-47/+836
2001-04-29Make this pkg build shared libraries as well.skrll6-41/+152
Fixes pkg/12770 from Hume Smith <hclsmith@operamail.com>
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 distinfoagc3-18/+16
+ move the patch digest/checksum values from files/patch-sum to distinfo