summaryrefslogtreecommitdiff
path: root/audio/cdparanoia
AgeCommit message (Collapse)AuthorFilesLines
2020-01-07Update MAINTAINER.kim1-2/+2
2018-09-28cdparanoia: update distinfotriaxx1-1/+2
2018-09-27cdparanoia: fix warnings with abs() on FreeBSDtriaxx1-0/+30
2018-09-27Use consistent conditional for scsi_inquiry() to fix build on NetBSDryoon2-5/+4
2018-09-27cdparanoia: fix build on FreeBSDtriaxx19-70/+300
Add comments to patches (not always relevant) to appease pkglint Bump revision
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-08-01Follow some http -> https redirects.wiz1-2/+2
2017-07-12Honor LDFLAGS. Fixes RELRO build.wiz5-23/+19
Some minor cleanup while here.
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-10Fix build with PKGSRC_USE_SSPkhorben2-16/+56
No functional change nor during compilation intended or expected, so no version bump should be involved.
2015-02-21Use proper format string. Deal with infinite wisdom of authors to notjoerg3-5/+21
call config.guess config.guess. Bump revision.
2015-01-01Change ONLY_FOR_PLATFORM to BROKEN_EXCEPT_ON_PLATFORM - the reason fordholland1-2/+4
the restriction is not documented and the CVS history indicates it was at least originally about build failures.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-12-12Make package build on SunOS. The end result is mostly non-functional as itjperkin10-167/+195
is missing SCSI and CDDA support, however this does enable a number of other packages to now build, many of which do not depend on working cdparanoia for their own functionality.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-05-29set LICENSE (GPLv2 tools and LGPLv2.1 libraries)obache1-1/+2
2012-05-29remove a space after RCS Id, pkglint dislike it.obache1-1/+1
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
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