svn commit: r486517 - head/sysutils/google-compute-engine-oslogin

Mark Linimon linimon at FreeBSD.org
Mon Dec 3 12:53:46 UTC 2018


Author: linimon
Date: Mon Dec  3 12:53:45 2018
New Revision: 486517
URL: https://svnweb.freebsd.org/changeset/ports/486517

Log:
  Since this port links to boost, a C++11-compatible compiler is necessary.
  
  PR:		233688
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/google-compute-engine-oslogin/Makefile

Modified: head/sysutils/google-compute-engine-oslogin/Makefile
==============================================================================
--- head/sysutils/google-compute-engine-oslogin/Makefile	Mon Dec  3 12:50:58 2018	(r486516)
+++ head/sysutils/google-compute-engine-oslogin/Makefile	Mon Dec  3 12:53:45 2018	(r486517)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 RUN_DEPENDS=	gsed:textproc/gsed \
 		${LOCALBASE}/lib/pam_mkhomedir.so:security/pam_mkhomedir
 
-USES=		gmake localbase:ldflags
+USES=		compiler:c++11-lang gmake localbase:ldflags
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	GoogleCloudPlatform


More information about the svn-ports-head mailing list