svn commit: r488147 - head/devel/cxxopts

Yuri Victorovich yuri at FreeBSD.org
Sat Dec 22 23:20:54 UTC 2018


Author: yuri
Date: Sat Dec 22 23:20:53 2018
New Revision: 488147
URL: https://svnweb.freebsd.org/changeset/ports/488147

Log:
  devel/cxxopts: Disable examples during build
  
  This should unbreak the build on 12, because breakage was in examples.
  
  Reported by:	fallout

Modified:
  head/devel/cxxopts/Makefile

Modified: head/devel/cxxopts/Makefile
==============================================================================
--- head/devel/cxxopts/Makefile	Sat Dec 22 23:08:44 2018	(r488146)
+++ head/devel/cxxopts/Makefile	Sat Dec 22 23:20:53 2018	(r488147)
@@ -15,6 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		cmake:outsource compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	jarro2783
+
+CMAKE_OFF=	CXXOPTS_BUILD_EXAMPLES
+
+NO_BUILD=	yes
 NO_ARCH=	yes
 
 PLIST_FILES=	include/cxxopts.hpp \


More information about the svn-ports-all mailing list