Only attached two new ports, still working on the meta README. - net/jitsi/srtp: openssl bindings for encryption - net/jitsi/prosody-plugins: additional plugins for prosody to be used for jitsi
The srtp library is automatically loaded by videobridge, so I've just added a RUN_DEPENDS in net/jitsi/videobridge on net/jitsi/srtp. The prosody-plugins are nice to have, as currently double-p's instructions need the plugins to be fetched from the online repo. ok? Aisha diff --git a/net/jitsi/Makefile b/net/jitsi/Makefile index 1528296e6ff..03f889597a5 100644 --- a/net/jitsi/Makefile +++ b/net/jitsi/Makefile @@ -1,6 +1,8 @@ SUBDIR = SUBDIR += jicofo SUBDIR += meet +SUBDIR += prosody-plugins +SUBDIR += srtp SUBDIR += videobridge .include <bsd.port.subdir.mk> diff --git a/net/jitsi/videobridge/Makefile b/net/jitsi/videobridge/Makefile index 6544cc3650f..e9416859694 100644 --- a/net/jitsi/videobridge/Makefile +++ b/net/jitsi/videobridge/Makefile @@ -27,7 +27,8 @@ MODJAVA_VER = 11 BUILD_DEPENDS = devel/maven -RUN_DEPENDS = java/javaPathHelper +RUN_DEPENDS = java/javaPathHelper \ + net/jitsi/srtp MAVEN_ARGS= --offline -PbuildFatJar -DskipTests -Dassembly.skipAssembly=false MAVEN_REPO= -Dmaven.repo.local=${WRKDIR}/m2