svn commit: r502186 - head/multimedia/svt-av1

Jan Beich jbeich at FreeBSD.org
Tue May 21 02:07:47 UTC 2019


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


More information about the svn-ports-all mailing list