Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 23:20:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488147 - head/devel/cxxopts
Message-ID:  <201812222320.wBMNKrG9064547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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