Skip to content

Commit

Permalink
www/srt: Add HEAVY_LOGGING option
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jun 19, 2022
1 parent b217a8f commit 2dc51df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/srt/Makefile
@@ -1,7 +1,7 @@
PORTNAME= srt
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -21,10 +21,14 @@ SHEBANG_FILES= scripts/srt-ffplay

CMAKE_TESTING_ON= ENABLE_TESTING ENABLE_UNITTESTS # 2 tests are known to fail: https://github.com/Haivision/srt/issues/2389, https://github.com/Haivision/srt/issues/2390

OPTIONS_DEFINE= HEAVY_LOGGING
OPTIONS_RADIO= ENCRYPTION
OPTIONS_RADIO_ENCRYPTION= NO_ENCRYPTION OPENSSL GNUTLS MBEDTLS
OPTIONS_DEFAULT= OPENSSL

HEAVY_LOGGING_DESC= Enable heavy logging (only for debugging)
HEAVY_LOGGING_CMAKE_BOOL= ENABLE_HEAVY_LOGGING

NO_ENCRYPTION_DESC= No encryption
NO_ENCRYPTION_CMAKE_ON= -DENABLE_ENCRYPTION=OFF

Expand Down

0 comments on commit 2dc51df

Please sign in to comment.