Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 20:50:59 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534864 - head/devel/caf
Message-ID:  <202005102050.04AKoxxk021354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Sun May 10 20:50:58 2020
New Revision: 534864
URL: https://svnweb.freebsd.org/changeset/ports/534864

Log:
  devel/caf: Turn off TEST by default and fix build under CURRENT without ccache
  
  pkg-fallout has been failing to build caf for amd64 and i386 since
  mid March (no viable overloaded '=') but I've been unable to
  reproduce this.
  
  Today I tested with 13.0-CURRENT (r360828) and could see the errors
  only after disabling ccache. Turning off TEST solves this so let's
  remove this option from OPTIONS_DEFAULT.
  
  Both security/bro and security/zeek have used a bundled version of
  caf (actor-framework) for some time now so relinquish maintainership
  while we're here.
  
  Reported by:	pkg-fallout

Modified:
  head/devel/caf/Makefile

Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile	Sun May 10 20:46:16 2020	(r534863)
+++ head/devel/caf/Makefile	Sun May 10 20:50:58 2020	(r534864)
@@ -6,7 +6,7 @@ PORTVERSION=	0.17.4
 PORTREVISION=	1
 CATEGORIES=	devel
 
-MAINTAINER=	leres@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C++ actor framework
 
 LICENSE=	BSD3CLAUSE
@@ -22,7 +22,6 @@ GH_PROJECT=	${GH_ACCOUNT}
 OPTIONS_DEFINE=	DEBUG TEST STATIC
 OPTIONS_RADIO=	LOG_LEVEL
 OPTIONS_RADIO_LOG_LEVEL=	LOG_LEVEL_ERROR LOG_LEVEL_WARN LOG_LEVEL_INFO LOG_LEVEL_DEBUG LOG_LEVEL_TRACE
-OPTIONS_DEFAULT=	TEST
 OPTIONS_SUB=	yes
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 



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