Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 01:59:35 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r480995 - in branches/2018Q3/devel: googlemock googletest
Message-ID:  <201810010159.w911xZZh038491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Oct  1 01:59:34 2018
New Revision: 480995
URL: https://svnweb.freebsd.org/changeset/ports/480995

Log:
  devel/google{test,mock}: back out r480988, r480990, r480991
  
  The ports still build fine with GCC 4.2 as 2018Q3 lacks r478607.
  
  PR:		231835
  Approved by:	ports-secteam blanket

Modified:
  branches/2018Q3/devel/googlemock/Makefile
  branches/2018Q3/devel/googletest/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/devel/googlemock/Makefile
==============================================================================
--- branches/2018Q3/devel/googlemock/Makefile	Mon Oct  1 01:43:47 2018	(r480994)
+++ branches/2018Q3/devel/googlemock/Makefile	Mon Oct  1 01:59:34 2018	(r480995)
@@ -21,7 +21,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	google
 GH_PROJECT=	googletest
 
-USES=		autoreconf compiler:c++11-lang libtool localbase python:run shebangfix
+USES=		autoreconf libtool localbase python:run shebangfix
 SHEBANG_FILES=	scripts/gmock_doctor.py
 WRKSRC_SUBDIR=	${PORTNAME}
 GNU_CONFIGURE=	yes

Modified: branches/2018Q3/devel/googletest/Makefile
==============================================================================
--- branches/2018Q3/devel/googletest/Makefile	Mon Oct  1 01:43:47 2018	(r480994)
+++ branches/2018Q3/devel/googletest/Makefile	Mon Oct  1 01:59:34 2018	(r480995)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
 
-USES=		autoreconf compiler:c++11-lang libtool
+USES=		autoreconf libtool
 WRKSRC_SUBDIR=	${PORTNAME}
 GNU_CONFIGURE=	yes
 # fused-src python tests are only useful for bundling. There's no point in



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