Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 20:25:37 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536817 - head/devel/cscout
Message-ID:  <202005282025.04SKPb3k032641@repo.freebsd.org>

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

Log:
  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:
  head/devel/cscout/Makefile

Modified: head/devel/cscout/Makefile
==============================================================================
--- head/devel/cscout/Makefile	Thu May 28 20:24:38 2020	(r536816)
+++ head/devel/cscout/Makefile	Thu May 28 20:25:37 2020	(r536817)
@@ -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?202005282025.04SKPb3k032641>