Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2020 07:47:42 +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: r544670 - head/textproc/ugrep
Message-ID:  <202008110747.07B7lgFZ080767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Aug 11 07:47:42 2020
New Revision: 544670
URL: https://svnweb.freebsd.org/changeset/ports/544670

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/ugrep/Makefile

Modified: head/textproc/ugrep/Makefile
==============================================================================
--- head/textproc/ugrep/Makefile	Tue Aug 11 07:15:31 2020	(r544669)
+++ head/textproc/ugrep/Makefile	Tue Aug 11 07:47:42 2020	(r544670)
@@ -11,7 +11,7 @@ COMMENT=	NEW ultra fast grep with interactive query UI
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	Genivia
 



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