Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 20:27:34 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536818 - branches/2020Q2/devel/cscout
Message-ID:  <202005282027.04SKRY7A032864@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu May 28 20:27:33 2020
New Revision: 536818
URL: https://svnweb.freebsd.org/changeset/ports/536818

Log:
  MFH: r536817
  
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  This port was previously blocked on such systems by compat6x, but
  that dependency has been removed.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q2/devel/cscout/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/devel/cscout/Makefile
==============================================================================
--- branches/2020Q2/devel/cscout/Makefile	Thu May 28 20:25:37 2020	(r536817)
+++ branches/2020Q2/devel/cscout/Makefile	Thu May 28 20:27:33 2020	(r536818)
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	unzip:archivers/unzip
 RUN_DEPENDS=	dot:graphics/graphviz
 
-USES=		gmake perl5 shebangfix
+USES=		compiler:c++11-lang gmake perl5 shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	dspinellis dspinellis:swill,btyacc
 GH_PROJECT=	cscout swill:swill btyacc:btyacc



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