audio/jack: spurious FLAC dependency

Christian Weisgerber naddy at FreeBSD.org
Sat Mar 22 18:33:15 UTC 2008


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 at mips.inka.de


More information about the freebsd-multimedia mailing list