Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2019 02:07:46 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502186 - head/multimedia/svt-av1
Message-ID:  <201905210207.x4L27klc032136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue May 21 02:07:46 2019
New Revision: 502186
URL: https://svnweb.freebsd.org/changeset/ports/502186

Log:
  multimedia/svt-av1: drop idea of connecting tests
  
  Upstream plans to add libaom tests which run "git clone" during build
  instead of using "git submodule". And bundled googletest doesn't
  support FreeBSD. Fixing both is non-trival but the benefit is marginal.

Modified:
  head/multimedia/svt-av1/Makefile   (contents, props changed)

Modified: head/multimedia/svt-av1/Makefile
==============================================================================
--- head/multimedia/svt-av1/Makefile	Tue May 21 00:44:31 2019	(r502185)
+++ head/multimedia/svt-av1/Makefile	Tue May 21 02:07:46 2019	(r502186)
@@ -24,7 +24,7 @@ USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	OpenVisualCloud
 GH_PROJECT=	SVT-AV1
-CMAKE_OFF=	BUILD_TESTING # no useful tests yet
+CMAKE_OFF=	BUILD_TESTING
 
 post-patch:
 # Default CFLAGS are already set by USES=cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905210207.x4L27klc032136>