svn commit: r486022 - head/devel/arpc

Mark Linimon linimon at FreeBSD.org
Tue Nov 27 16:28:16 UTC 2018


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


More information about the svn-ports-all mailing list