svn commit: r371602 - in head/audio/jack: . files

Juergen Lock nox at jelal.kn-bremen.de
Fri Nov 28 17:34:12 UTC 2014


On Thu, Nov 27, 2014 at 10:41:02PM +0100, Antoine Brodin wrote:
> On Mon, Oct 27, 2014 at 8:31 PM, Juergen Lock <nox at freebsd.org> wrote:
> > Author: nox
> > Date: Mon Oct 27 19:31:53 2014
> > New Revision: 371602
> > URL: https://svnweb.freebsd.org/changeset/ports/371602
> > QAT: https://qat.redports.org/buildarchive/r371602/
> >
> > Log:
> >   - Update to 0.124.1 .
> >   - Add patch to fix handling of signals during read/write operations.
> >
> >   PR:           194545
> >   Submitted by: hselasky
> >
> > Added:
> >   head/audio/jack/files/patch-libjack-client.c   (contents, props changed)
> > Deleted:
> >   head/audio/jack/files/patch-drivers-alsa-midi-alsa_rawmidi.c
> > Modified:
> >   head/audio/jack/Makefile
> >   head/audio/jack/distinfo
> >   head/audio/jack/pkg-plist
> >
> > Modified: head/audio/jack/Makefile
> > ==============================================================================
> > --- head/audio/jack/Makefile    Mon Oct 27 19:13:49 2014        (r371601)
> > +++ head/audio/jack/Makefile    Mon Oct 27 19:31:53 2014        (r371602)
> > @@ -2,8 +2,7 @@
> >  # $FreeBSD$
> >
> >  PORTNAME=      jackit
> > -PORTVERSION=   0.121.3
> > -PORTREVISION=  5
> > +PORTVERSION=   0.124.1
> >  CATEGORIES=    audio
> >  MASTER_SITES=  http://jackaudio.org/downloads/
> >  DISTNAME=      jack-audio-connection-kit-${PORTVERSION}
> > @@ -17,16 +16,20 @@ LICENSE_COMB=       multi
> >  LIB_DEPENDS=   libportaudio.so:${PORTSDIR}/audio/portaudio \
> >                 libsndfile.so:${PORTSDIR}/audio/libsndfile \
> >                 libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
> > -               libcelt0.so:${PORTSDIR}/audio/celt
> > +               libcelt0.so:${PORTSDIR}/audio/celt \
> > +               libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
> >
> >  GNU_CONFIGURE= yes
> >  USE_LDCONFIG=  yes
> >  USES=          gmake pathfix pkgconfig libtool:keepla
> > +USE_BDB=        48
> 
> Hi,
> 
> any reason to depend on db48?
> 
I see there is https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195001
about this already.

 Cheers,
	Juergen


More information about the svn-ports-head mailing list