svn commit: r536818 - branches/2020Q2/devel/cscout
Mark Linimon
linimon at FreeBSD.org
Thu May 28 20:27:34 UTC 2020
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
More information about the svn-ports-all
mailing list