Hi,

here's the patch enabling SSL for security/libsrtp, that's required
for net/tdesktop.

Thank you.

-- 
Sergey A. Osokin
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libsrtp/Makefile,v
diff -u -p -r1.21 Makefile
--- Makefile	17 Mar 2025 09:49:10 -0000	1.21
+++ Makefile	25 May 2025 17:31:52 -0000
@@ -1,5 +1,7 @@
 SHARED_LIBS +=  srtp2                     6.0
 
+REVISION=	0
+
 COMMENT=	secure RTP library
 
 GH_ACCOUNT=	cisco
@@ -11,7 +13,11 @@ CATEGORIES=	security telephony
 # BSD
 PERMIT_PACKAGE=	Yes
 
+WANTLIB=	c crypto m pcap ssl z
+
 CONFIGURE_STYLE= gnu
+CONFIGURE_ARGS=	--enable-openssl \
+		--disable-openssl-kdf
 
 MAKE_FLAGS=	SHAREDLIBVERSION=${LIBsrtp2_VERSION}
 DEBUG_PACKAGES=	${BUILD_PACKAGES}

Reply via email to