summaryrefslogtreecommitdiff
path: root/audio/cdparanoia
AgeCommit message (Collapse)AuthorFilesLines
2010-12-16make 10.2 work on macosx (port wouldn't compile since it was upgradedchuck4-18/+40
from 9.8 to 10.2). the main issue is that macosx doesn't have the clockid_t and clock_gettime() API.
2010-12-15fix shell syntax error in patch-aa and patch-ac. added missing doublechuck3-7/+7
quotes to this line: EXTRA_LIBS="-framework CoreFoundation -framework IOKit" otherwise configure gives you this nice error (but keeps going): ./configure: line 3015: CoreFoundation: command not found
2010-03-26Update checksums for:jdc1-4/+4
patch-ad: fix an #endif versus #else error patch-cc: adds NetBSD bswap* to interface/utils.h as per utils.h patch-ci: fix a crash on big-endian machines
2010-03-26patch-ad: fix an #endif versus #else errorjdc3-16/+35
patch-cc: adds NetBSD bswap* to interface/utils.h as per utils.h patch-ci: fix a crash on big-endian machines
2009-09-10Add patch from drochner that fixes ripping on NetBSD-current/amd64.wiz3-21/+27
Bump PKGREVISION.
2009-08-29regen, did not match patches.wiz1-6/+6
2009-08-29Make it just build on DragonFly. Doesn't work yet though.hasso6-47/+62
2009-08-14some fixes and cleanup:drochner8-209/+159
-replace a struct member name "private" in a public header, it is reserved in C+, fixes build problems reported by joerg and wiz -link against librt on Linux (needed for clock_gettime()), should fix build problem reported by dsainty -don't even compile cooked_interface.c on NetBSD, and g/c patches which added NetBSD support code which was never used bump PKGREVISION
2009-08-09update to 3.0.10.2 (which is III-10.2 upstream)drochner18-954/+9633
This is a major update (9.8 was released 2001), most significant changes are support for new (Linux) kernel interfaces and improved drive cache model. pkgsrc note: I've tried to retain Darwin/FreeBSD/DragonFly support, except in scsi_interface.c where the structure changed significantly. Someone who can test please add it back.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-19Simplify previous. We don't need to call getrawpartition() to find outdholland5-81/+43
whether to use /dev/rcd0c or /dev/rcd0d; we can just try both. This avoids needing libutil in libcdda_interface.so. Fixes broken build of mplayer (and others?) without needing a recursive revbump as adding libutil would have. PKGREVISION++ (now 8).
2009-05-17Make the cdrom device probe work properly under NetBSD, instead ofdholland6-91/+105
messily hardwiring it to /dev/rcd0[cd]; the latter apparently breaks in some circumstances. Uses as a starting point a patch from Kimura Fuyuki in PR 34008. PKGREVISION++ (to 7).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2007-10-09Added missing copyright notices for Simon 'corecode' Schubert.heinz4-60/+87
This should fix PR pkg/34017.
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.