svn commit: r480995 - in branches/2018Q3/devel: googlemock googletest

Jan Beich jbeich at FreeBSD.org
Mon Oct 1 01:59:36 UTC 2018


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


More information about the svn-ports-all mailing list