Date: Sun, 4 Nov 2018 12:05:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484001 - head/games/goldencheetah Message-ID: <201811041205.wA4C5IpN070631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041205.wA4C5IpN070631>