aboutsummaryrefslogtreecommitdiff
path: root/audio/baresip
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2018-12-16 16:34:25 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2018-12-16 16:34:25 +0000
commit278e6c95a6bbd77f475d8bd167ba51814bb09fc0 (patch)
tree56fa64ea4477097cf6fda70eee9ce83fa25cff7b /audio/baresip
parent39c1c0c0a9e0b84fa60b53b647a10e434e82f015 (diff)
downloadports-278e6c95a6bbd77f475d8bd167ba51814bb09fc0.tar.gz
ports-278e6c95a6bbd77f475d8bd167ba51814bb09fc0.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.
Notes
Notes: svn path=/head/; revision=487600
Diffstat (limited to 'audio/baresip')
-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