aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2018-12-17 00:34:25 +0800
committertijl <tijl@FreeBSD.org>2018-12-17 00:34:25 +0800
commit0a0c9722087f1a9b6e1d4506eed21bd6d9b3bcb5 (patch)
tree56fa64ea4477097cf6fda70eee9ce83fa25cff7b /audio
parentc959a4780c726729d443043a52fc0feb6fb3d9a1 (diff)
downloadfreebsd-ports-gnome-0a0c9722087f1a9b6e1d4506eed21bd6d9b3bcb5.tar.gz
freebsd-ports-gnome-0a0c9722087f1a9b6e1d4506eed21bd6d9b3bcb5.tar.zst
freebsd-ports-gnome-0a0c9722087f1a9b6e1d4506eed21bd6d9b3bcb5.zip
Mark net/libsrtp deprecated, superseded by libsrtp2.
audio/baresip: remove SRTP option (had been marked BROKEN). www/qt5-webengine: remove unused dependency on libsrtp.
Diffstat (limited to 'audio')
-rw-r--r--audio/baresip/Makefile5
-rw-r--r--audio/baresip/Makefile.depends1
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile
index 2d3b0d8fac5e..90e1a0a9aefa 100644
--- a/audio/baresip/Makefile
+++ b/audio/baresip/Makefile
@@ -26,7 +26,7 @@ PORTEXAMPLES= *
#OPTIONS_NOT_YET_WORKING= ALSA BV32 G722_1 PLC ISAC OPENGLES
OPTIONS_DEFINE= CONS DOCS EXAMPLES FFMPEG G711 G722 G726 GSM GSTREAMER ILBC \
- L16 OPUS OSS PORTAUDIO SDL SNDFILE SPEEX SRTP STDIO UUID V4L V4L2 X11 \
+ L16 OPUS OSS PORTAUDIO SDL SNDFILE SPEEX STDIO UUID V4L V4L2 X11 \
DTLS_SRTP AUBRIDGE VIDBRIDGE HTTPD DSHOW DIRECTFB ACCOUNT \
NATPMP SDL MIW SNAPSHOT SELFVIEW VUMETER AULOOP CONTACT \
MENU PRESENCE SYSLOG VIDLOOP
@@ -47,7 +47,6 @@ MENU_DESC= Interactive menu
OPENGLES_DESC= OpenGL ES video output
PLC_DESC= Packet Loss Concealment
PRESENCE_DESC= Presence module
-SRTP_DESC= Secure RTP module [broken]
STDIO_DESC= stdio input driver
SYSLOG_DESC= Syslog module
UUID_DESC= UUID module
@@ -83,7 +82,7 @@ MAKE_ARGS+= USE_$s=yes
MAKE_ARGS+= HAVE_SPEEXDSP=yes
.endif
-.for o in SRTP V4L DTLS_SRTP V4L2 X11
+.for o in V4L DTLS_SRTP V4L2 X11
. if ${PORT_OPTIONS:M$o}
BROKEN= OPTIONS marked as BROKEN have not been updated to the new Baresip API
. endif
diff --git a/audio/baresip/Makefile.depends b/audio/baresip/Makefile.depends
index 2dbc5bc24e01..6c6c97699641 100644
--- a/audio/baresip/Makefile.depends
+++ b/audio/baresip/Makefile.depends
@@ -20,7 +20,6 @@ PORTAUDIO_DEPEND= ${LOCALBASE}/include/portaudio.h:audio/portaudio
SDL_DEPEND= # Handled with USE_SDL in Makefile
SNDFILE_DEPEND= ${LOCALBASE}/include/sndfile.h:audio/libsndfile
SPEEX_DEPEND= ${LOCALBASE}/include/speex/speex.h:audio/speex
-SRTP_DEPEND= ${LOCALBASE}/include/srtp/srtp.h:net/libsrtp
STDIO_DEPEND= # In base
UUID_DEPEND= ${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid
V4L_DEPEND= ${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat