Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2020 10:17:14 +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: r556279 - head/devel/cgit
Message-ID:  <202011251017.0APAHEW8040841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Nov 25 10:17:13 2020
New Revision: 556279
URL: https://svnweb.freebsd.org/changeset/ports/556279

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Reported by:	lwhsu
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/cgit/Makefile

Modified: head/devel/cgit/Makefile
==============================================================================
--- head/devel/cgit/Makefile	Wed Nov 25 08:10:58 2020	(r556278)
+++ head/devel/cgit/Makefile	Wed Nov 25 10:17:13 2020	(r556279)
@@ -18,7 +18,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 TEST_DEPENDS=	msgfmt:devel/gettext-tools
 
 GIT_VERSION=	2.25.1
-USES=		cpe gmake iconv perl5 python:3.2+,env shebangfix ssl tar:xz
+USES=		compiler:c++11-lang cpe gmake iconv perl5 python:3.2+,env \
+		shebangfix ssl tar:xz
 CPE_VENDOR=	lars_hjemli
 USE_PERL5=	test
 SHEBANG_FILES=	filters/email-gravatar.py \



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