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