From owner-svn-ports-head@FreeBSD.ORG Sat May 30 14:13:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B832180F; Sat, 30 May 2015 14:13:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C5761C53; Sat, 30 May 2015 14:13:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4UED5tl018679; Sat, 30 May 2015 14:13:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4UED5EK018675; Sat, 30 May 2015 14:13:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505301413.t4UED5EK018675@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 30 May 2015 14:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387967 - head/audio/jack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 14:13:05 -0000 Author: bapt Date: Sat May 30 14:13:04 2015 New Revision: 387967 URL: https://svnweb.freebsd.org/changeset/ports/387967 Log: Remove dependency on portaudio This drops a circular dependency between portaudio and jack. Given jack supports OSS there is no real point in using portaudio as a backend Modified: head/audio/jack/Makefile head/audio/jack/pkg-plist Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Sat May 30 13:48:11 2015 (r387966) +++ head/audio/jack/Makefile Sat May 30 14:13:04 2015 (r387967) @@ -3,7 +3,7 @@ PORTNAME= jackit PORTVERSION= 0.124.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://jackaudio.org/downloads/ DISTNAME= jack-audio-connection-kit-${PORTVERSION} @@ -14,8 +14,7 @@ COMMENT= Low latency audio server LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= libportaudio.so.0:${PORTSDIR}/audio/portaudio \ - libsndfile.so:${PORTSDIR}/audio/libsndfile \ +LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libcelt0.so:${PORTSDIR}/audio/celt \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid @@ -25,7 +24,7 @@ USE_LDCONFIG= yes USES= gmake pathfix pkgconfig libtool:keepla USE_BDB= 48+ -CONFIGURE_ARGS= --enable-portaudio \ +CONFIGURE_ARGS= --disable-portaudio \ --with-default-tmpdir=/tmp CFLAGS+= -I${BDB_INCLUDE_DIR} Modified: head/audio/jack/pkg-plist ============================================================================== --- head/audio/jack/pkg-plist Sat May 30 13:48:11 2015 (r387966) +++ head/audio/jack/pkg-plist Sat May 30 14:13:04 2015 (r387967) @@ -60,8 +60,6 @@ lib/jack/jack_net.la lib/jack/jack_net.so lib/jack/jack_oss.la lib/jack/jack_oss.so -lib/jack/jack_portaudio.la -lib/jack/jack_portaudio.so lib/libjack.la lib/libjack.so lib/libjack.so.0