summaryrefslogtreecommitdiff
path: root/audio/jack
AgeCommit message (Collapse)AuthorFilesLines
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-23Remove BROKEN_IN tag after build fix.jlam1-3/+1
2006-06-23Ensure that the "whitespace()" macro function is always defined, asjlam2-1/+17
it's used within jack_transport.c. This fixes errors building audio/jack using the built-in editline library on NetBSD, and fixes the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-08The jack configure script has a bogus check to try to find the "real"jlam1-1/+2
readline library by looking for <readline/chardefs.h>. However, the jack_transport sources only use the basic readline functionality that is already supported by editline. Fix this situation lying to the configure script and pretending that editline is readline by forcing the chardefs.h header to be "found". This fixes the breakage in krister's bulk build from 2006-05-28.
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-04-19Add libtool dependency. Add readline dependency for jack_transport.joerg4-3/+56
Fix pthread detection. Bump revision.
2006-04-12Imported jack from pkgsrc-wip.rillig5-0/+81
JACK is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apple's OS X. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as normal applications), or can they can run within the JACK server (ie. as a "plugin"). Packaged by Chris Wareham.