Wireshark, RTP stream playback and portaudio2

Mars G. Miro spry at anarchy.in.the.ph
Sat Mar 22 08:40:09 UTC 2014


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"
-------------- next part --------------
--- 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


More information about the freebsd-ports mailing list