Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2011 15:26:39 -0500 (CDT)
From:      Greg Rivers <gcr+freebsd-ports@tharned.org>
To:        freebsd-ports@freebsd.org
Subject:   [patch] audio/pulseaudio should follow new databases/gdbm version
Message-ID:  <alpine.BSF.2.00.1109121516100.23929@roadkill.tharned.org>

next in thread | raw e-mail | index | archive | help
Looks like the dependence of pulseaudio on gdbm was missed.  The 
audio/pulseaudio Makefile needs the following change, and the port should 
have its version bumped.

I noticed this when KDE4's kontact stopped working after the gdbm update.

-- 
Greg Rivers


--- Makefile.old	2011-09-12 15:10:46.000000000 -0500
+++ Makefile	2011-09-12 15:10:57.000000000 -0500
@@ -21,7 +21,7 @@
  LIB_DEPENDS=	samplerate.1:${PORTSDIR}/audio/libsamplerate \
  		speexdsp.1:${PORTSDIR}/audio/speex \
  		dbus-1.3:${PORTSDIR}/devel/dbus \
-		gdbm.3:${PORTSDIR}/databases/gdbm \
+		gdbm.4:${PORTSDIR}/databases/gdbm \
  		execinfo:${PORTSDIR}/devel/libexecinfo \
  		ck-connector.0:${PORTSDIR}/sysutils/consolekit



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