Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2014 16:39:55 +0800
From:      "Mars G. Miro" <spry@anarchy.in.the.ph>
To:        freebsd-ports@freebsd.org
Subject:   Wireshark, RTP stream playback and portaudio2
Message-ID:  <532D4C5B.7010404@anarchy.in.the.ph>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------010505010409040806050403
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi

	If you build wireshark w/ support for playing back RTP streams and you
have already audio/portaudio2 installed, the build will fail. But you
can build wireshark w/ portaudio2 instead, here's a patched attached.

	Thanks.

-- 
In Riemann, Hilbert or in Banach space
Let superscripts and subscripts go their ways.
Our asymptotes no longer out of phase,
We shall encounter, counting, face to face.
		-- Stanislaw Lem, "Cyberiad"

--------------010505010409040806050403
Content-Type: text/plain; charset=us-ascii;
 name="patch-Makefile-portaudio2.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="patch-Makefile-portaudio2.diff"

--- Makefile.orig	2014-03-10 07:56:33.000000000 +0800
+++ Makefile	2014-03-22 16:19:47.000000000 +0800
@@ -112,8 +112,8 @@
 .endif
 
 .if ${PORT_OPTIONS:MRTP} && !defined(LITE)
-LIB_DEPENDS+=	portaudio:${PORTSDIR}/audio/portaudio
-CONFIGURE_ARGS+=--with-portaudio=${LOCALBASE}
+LIB_DEPENDS+=	portaudio:${PORTSDIR}/audio/portaudio2
+CONFIGURE_ARGS+=--with-portaudio2=${LOCALBASE}
 WIRESHARK_LIBS+=${PTHREAD_LIBS}
 .else
 CONFIGURE_ARGS+=--without-portaudio

--------------010505010409040806050403--



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