Date: Fri, 28 Nov 2014 18:31:40 +0100 From: Juergen Lock <nox@jelal.kn-bremen.de> To: Antoine Brodin <antoine@FreeBSD.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@FreeBSD.org>, Juergen Lock <nox@FreeBSD.org>, "svn-ports-all@freebsd.org" <svn-ports-all@FreeBSD.org>, "ports-committers@freebsd.org" <ports-committers@FreeBSD.org> Subject: Re: svn commit: r371602 - in head/audio/jack: . files Message-ID: <20141128173140.GA52734@enceladus10.kn-bremen.de> In-Reply-To: <CAALwa8n1Uks8yx3XLSwTdZx3h3hzZaC8iDr_U61zB2nUheyKsA@mail.gmail.com> References: <201410271931.s9RJVrcH045607@svn.freebsd.org> <CAALwa8n1Uks8yx3XLSwTdZx3h3hzZaC8iDr_U61zB2nUheyKsA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141128173140.GA52734>