svn commit: r484002 - branches/2018Q4/games/goldencheetah

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:05:48 UTC 2018


Author: antoine
Date: Sun Nov  4 12:05:46 2018
New Revision: 484002
URL: https://svnweb.freebsd.org/changeset/ports/484002

Log:
  MFH: r484001
  
  Mark BROKEN: fails to build
  
  PfPvPlot.cpp:541:36: error: no matching function for call to 'make_pair'
                      dataSet.insert(std::make_pair<double, double>(aepf, cpv));
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/games/goldencheetah/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/goldencheetah/Makefile
==============================================================================
--- branches/2018Q4/games/goldencheetah/Makefile	Sun Nov  4 12:05:17 2018	(r484001)
+++ branches/2018Q4/games/goldencheetah/Makefile	Sun Nov  4 12:05:46 2018	(r484002)
@@ -13,6 +13,8 @@ COMMENT=	Training software for cyclists
 LICENSE=	BSD3CLAUSE GPLv2 LGPL21
 LICENSE_COMB=	multi
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libical.so:devel/libical \
 		libqwtplot3d-qt4.so:math/qwtplot3d-qt4 \
 		libkqoauth.so:security/kqoauth \


More information about the svn-ports-branches mailing list