Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2008 18:06:06 +0100
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        multimedia@FreeBSD.org
Subject:   audio/jack: spurious FLAC dependency
Message-ID:  <20080322170606.GA77372@kemoauc.mips.inka.de>

next in thread | raw e-mail | index | archive | help
The audio/jack port includes a library dependency on audio/flac,
but this doesn't appear to be used.  I can't find any FLAC reference
at all in the jack sources.

Am I missing something or can this be removed?

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/jack/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile	20 Mar 2008 09:19:36 -0000	1.42
+++ Makefile	22 Mar 2008 17:04:01 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	jackit
 PORTVERSION=	0.103.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF
 DISTNAME=	jack-audio-connection-kit-${PORTVERSION}
@@ -15,8 +16,7 @@
 COMMENT=	A low-latency audio server
 
 LIB_DEPENDS=	portaudio.0:${PORTSDIR}/audio/portaudio \
-		sndfile.1:${PORTSDIR}/audio/libsndfile \
-		FLAC.7:${PORTSDIR}/audio/flac
+		sndfile.1:${PORTSDIR}/audio/libsndfile
 
 OPTIONS=	DOCS "Build HTML documentation. Requires doxygen/TeX." off
 
-- 
khristian "naddy" Weisgerber                          naddy@mips.inka.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080322170606.GA77372>