Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 12:53:46 +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: r486517 - head/sysutils/google-compute-engine-oslogin
Message-ID:  <201812031253.wB3Crk7v058610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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