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

Antoine Brodin antoine at FreeBSD.org
Thu Nov 27 21:41:04 UTC 2014


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?

Cheers,

Antoine


More information about the svn-ports-head mailing list