pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/jitsi-srtp



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Apr 25 17:00:15 UTC 2024

Modified Files:
        pkgsrc/chat/jitsi-srtp: Makefile PLIST

Log Message:
jitsi-srtp: default to OpenSSL version 3 (or higher)

Bumps PKGREVISION.

Build-tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/jitsi-srtp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/jitsi-srtp/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/jitsi-srtp/Makefile
diff -u pkgsrc/chat/jitsi-srtp/Makefile:1.2 pkgsrc/chat/jitsi-srtp/Makefile:1.3
--- pkgsrc/chat/jitsi-srtp/Makefile:1.2 Tue Oct 24 22:08:21 2023
+++ pkgsrc/chat/jitsi-srtp/Makefile     Thu Apr 25 17:00:15 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2023/10/24 22:08:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/25 17:00:15 khorben Exp $
 
 GITHUB_TAG=    88a9c387a8dc006a06dbe911ef1252423004927b
 DISTNAME=      jitsi-srtp-1.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jitsi/}
 
@@ -21,7 +21,8 @@ USE_TOOLS+=   pax:build
 
 USE_CMAKE=             yes
 CMAKE_ARGS+=           -DJAVA_INCLUDE_PATH2=${PKG_JAVA_HOME}/include/netbsd
-CMAKE_ARGS+=           -DJITSI_SRTP_LIBSSL_VERSION=1.1
+CMAKE_ARGS+=           -DJITSI_SRTP_LIBSSL_VERSION=3
+CMAKE_ARGS+=           -DOPENSSL_INCLUDE_DIR=${PREFIX}/include
 CMAKE_INSTALL_PREFIX=  ${PREFIX}/lib
 
 USE_JAVA2=     17

Index: pkgsrc/chat/jitsi-srtp/PLIST
diff -u pkgsrc/chat/jitsi-srtp/PLIST:1.1 pkgsrc/chat/jitsi-srtp/PLIST:1.2
--- pkgsrc/chat/jitsi-srtp/PLIST:1.1    Thu Feb 16 09:55:38 2023
+++ pkgsrc/chat/jitsi-srtp/PLIST        Thu Apr 25 17:00:15 2024
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2023/02/16 09:55:38 khorben Exp $
-lib/libjitsisrtp_${PKGVERSION}.so
+@comment $NetBSD: PLIST,v 1.2 2024/04/25 17:00:15 khorben Exp $
+lib/libjitsisrtp_3.so



Home | Main Index | Thread Index | Old Index