summaryrefslogtreecommitdiff
path: root/audio/arts
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-03-15fix missing part of recursive bump for png-1.6.obache1-2/+2
2013-02-09Bump PKGREVISION from audio/jack.ryoon2-4/+4
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-05-15Conditionalise old ioctl() usage on __NetBSD_Version__ < 600000000 or ↵abs2-25/+23
__NetBSD_Version__ > 699000000 && __NetBSD_Version__ < 699000700
2012-04-08Regen to avoid a warning from patch(1).dholland2-6/+6
2012-04-02Fix build on OpenIndiana - PR pkg/46272markd2-1/+16
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-15REPLACE_SH in installed shell scripts.hans1-1/+3
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache2-4/+4
2011-11-11PKG_DESTDIR_SUPPORT must be declared before bsd.prefs.mk is included.joerg1-3/+3
2011-11-01Fix build on SunOS >= 5.10 with gcc >= 4.6hans1-1/+8
2011-09-14Fix build on SunOS.hans5-2/+48
2011-08-20fix build on 64bit linux - pass --enable-libsuffix=none to configureabs1-1/+3
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-03-10Remove special qt3-libs handling for arts. Its been wrong for a long time.markd1-3/+2
Reverts qt3-libs dependency to runtime rather than just build. Addresses PR#44701. Bump PKGREVISION.
2011-03-10Bump PKGREVISION from shlibname change for libpng-1.5 (libqtmcop.so).obache1-2/+2
2010-06-16Bump PKGREVISION from libpng shlib name change (libqtmcop.so).obache1-1/+2
2009-09-19include <string.h> in few places where neededtnn4-1/+40
2009-07-24limits.h is the appropriate include for PATH_MAX. Pointed by dholland.tnn2-4/+4
2009-07-21Include <sys/param.h> to get PATH_MAX defined.tnn2-1/+14
Fixes Linux build.
2009-06-14Remove @dirrm related logic.joerg1-4/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop them.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
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.
2009-01-20Add required library dependancies. Package now builds on Solaris.sketch3-1/+62
2008-10-28Fix build on NetBSD against glib2-2.18.2. PR pkg/39801markd2-6/+13
2008-08-27Update to arts 1.5.10 (KDE 3.5.10)markd2-7/+6
minor bugfixes
2008-07-31Bump PKGREVISION for these packages due to JACK update.bjs1-1/+2
2008-02-29comment out $NetBSD$gdt1-1/+1
2008-02-20Update to arts 1.5.9, part of kde 3.5.9.markd2-7/+6
2008-02-20update required ABI version to 1.5.8nb1 to ensure correct packagemarkd1-2/+2
metadata available for dependent packages to fix PR 37931
2008-01-31Belated bump PKGREVISION for options changes. Default package didn'tmarkd1-1/+2
change but metainfo did.
2008-01-21Add optional nas and jack support and make esound optional (on by default,markd5-7/+55
for backward compatibility) note user-destdir support.
2007-11-23The files in flow/gsl/gslglib.* are way too complex, and we have glib2rillig3-1/+32
as a dependency, so only provide the necessary code. This is especially important for Solaris, since the build failed before because of these files. I didn't use patches to save bandwidth and disk space.
2007-10-20Update to arts 1.5.8 (part of KDE 3.5.8)markd3-15/+15
2007-05-23Update to arts 1.5.7 (part of KDE 3.5.7)markd3-12/+12
2007-01-26Update to arts 1.5.6 (part of KDE 3.5.6)markd2-6/+6
2006-10-12Update to arts 1.5.5 (part of KDE 3.5.5)markd2-6/+6
2006-10-04Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-08-02Update to arts 1.5.4 (part of KDE 3.5.4)markd2-13/+6
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-06-15Fix for artswrapper return value checking vulnerability. CVE-2006-2916markd2-2/+9
Bump PKGREVISION
2006-06-01Update arts to 1.5.3 (part of KDE 3.5.3)markd2-6/+6
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-30Update arts to 1.5.2 (part of KDE 3.5.2)markd2-7/+6
Changes unknown.