Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 16:28:16 +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: r486022 - head/devel/arpc
Message-ID:  <201811271628.wARGSGQ2029246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov 27 16:28:15 2018
New Revision: 486022
URL: https://svnweb.freebsd.org/changeset/ports/486022

Log:
  This port requires USES=compiler:c++17-lang to build on GCC-based
  architectures.
  
  PR:		233547
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/arpc/Makefile

Modified: head/devel/arpc/Makefile
==============================================================================
--- head/devel/arpc/Makefile	Tue Nov 27 16:24:14 2018	(r486021)
+++ head/devel/arpc/Makefile	Tue Nov 27 16:28:15 2018	(r486022)
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libargdata.so:devel/argdata
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR}
 
-USES=		cmake localbase:ldflags python:3.4+ shebangfix
+USES=		compiler:c++17-lang cmake localbase:ldflags python:3.4+ \
+		shebangfix
 SHEBANG_FILES=	scripts/aprotoc.py
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes



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