svn commit: r544670 - head/textproc/ugrep

Mark Linimon linimon at FreeBSD.org
Tue Aug 11 07:47:43 UTC 2020


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
 


More information about the svn-ports-head mailing list