svn commit: r536711 - head/net/rsocket-cpp

Yuri Victorovich yuri at FreeBSD.org
Wed May 27 19:26:40 UTC 2020


Author: yuri
Date: Wed May 27 19:26:39 2020
New Revision: 536711
URL: https://svnweb.freebsd.org/changeset/ports/536711

Log:
  net/rsocket-cpp: Remove benchmarks and examples from the build

Modified:
  head/net/rsocket-cpp/Makefile

Modified: head/net/rsocket-cpp/Makefile
==============================================================================
--- head/net/rsocket-cpp/Makefile	Wed May 27 19:11:37 2020	(r536710)
+++ head/net/rsocket-cpp/Makefile	Wed May 27 19:26:39 2020	(r536711)
@@ -30,7 +30,7 @@ GH_ACCOUNT=	rsocket
 USE_LDCONFIG=	yes
 
 CMAKE_ON=	BUILD_SHARED_LIBS
-CMAKE_OFF=	BUILD_TESTS BUILD_EXAMPLES
+CMAKE_OFF=	BUILD_BENCHMARKS BUILD_EXAMPLES BUILD_TESTS BUILD_EXAMPLES
 
 PORTSCOUT=	limit:^[0-9\.]*$$
 


More information about the svn-ports-all mailing list