Date: Wed, 10 Mar 2021 14:10:24 +0000 (UTC) From: Lewis Cook <lcook@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568003 - head/net-im/tg_owt Message-ID: <202103101410.12AEAOVY094054@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lcook Date: Wed Mar 10 14:10:24 2021 New Revision: 568003 URL: https://svnweb.freebsd.org/changeset/ports/568003 Log: net-im/tg_owt: Mark port BROKEN on 11 with base OpenSSL While here, pet both portclippy and portfmt. PR: 254150 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29184 Modified: head/net-im/tg_owt/Makefile Modified: head/net-im/tg_owt/Makefile ============================================================================== --- head/net-im/tg_owt/Makefile Wed Mar 10 14:03:45 2021 (r568002) +++ head/net-im/tg_owt/Makefile Wed Mar 10 14:10:24 2021 (r568003) @@ -17,8 +17,8 @@ BUILD_DEPENDS= alsa-lib>0:audio/alsa-lib \ yasm:devel/yasm LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libjpeg.so:graphics/jpeg-turbo \ - libusrsctp.so:net/libusrsctp \ - libopus.so:audio/opus + libopus.so:audio/opus \ + libusrsctp.so:net/libusrsctp USES= cmake pkgconfig USE_GITHUB= yes @@ -29,9 +29,15 @@ GH_TAGNAME= a198773 GH_TUPLE= webmproject:libvpx:5b63f0f:libvpx/src/third_party/libvpx/source/libvpx \ HenryHu:libyuv:ad89006:libyuv/src/third_party/libyuv +CMAKE_OFF= BUILD_SHARED_LIBS + # Disable DCHECKs, otherwise video calls will crash. CXXFLAGS+= -DNDEBUG -CMAKE_OFF= BUILD_SHARED_LIBS +.include <bsd.port.options.mk> + +.if ${SSL_DEFAULT} == "base" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 +BROKEN= This port requires OpenSSL 1.1.0. Try DEFAULT_VERSIONS+=ssl=[openssl|libressl*] +.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103101410.12AEAOVY094054>