svn commit: r484001 - head/games/goldencheetah

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


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

Log:
  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:
  head/games/goldencheetah/Makefile

Modified: head/games/goldencheetah/Makefile
==============================================================================
--- head/games/goldencheetah/Makefile	Sun Nov  4 12:02:47 2018	(r484000)
+++ head/games/goldencheetah/Makefile	Sun Nov  4 12:05:17 2018	(r484001)
@@ -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-all mailing list