Index: head/math/gambit/Makefile =================================================================== --- head/math/gambit/Makefile (revision 462984) +++ head/math/gambit/Makefile (revision 462985) @@ -1,33 +1,29 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= gambit PORTVERSION= 15.1.0 PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Library of tools for doing computation in game theory LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_armv6= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep' -BROKEN_armv7= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep' - USES= compiler:c++11-lib +GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_WX= 3.0 USE_CXXSTD= c++11 WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -USE_LDCONFIG= yes post-install: ${INSTALL_DATA} ${WRKSRC}/gambit.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/src/gui/bitmaps/gambit.xpm \ ${STAGEDIR}${PREFIX}/share/pixmaps .include Index: head/math/gambit/files/patch-src_tools_logit_logbehav.imp =================================================================== --- head/math/gambit/files/patch-src_tools_logit_logbehav.imp (nonexistent) +++ head/math/gambit/files/patch-src_tools_logit_logbehav.imp (revision 462985) @@ -0,0 +1,11 @@ +--- src/tools/logit/logbehav.imp.orig 2018-02-25 23:16:35 UTC ++++ src/tools/logit/logbehav.imp +@@ -269,7 +269,7 @@ void LogBehavProfile::GetPayoff(GameT + } + + if (node->children.Length()) { +- int pl = node->infoset->m_player->m_number, iset = node->infoset->m_number; ++ int pl = node->infoset->m_player->GetNumber(), iset = node->infoset->GetNumber(); // fixes the build problem, see https://github.com/gambitproject/gambit/issues/229 + if (pl == 0) { + // chance player + for (int act = 1; act <= node->NumChildren(); act++) { Property changes on: head/math/gambit/files/patch-src_tools_logit_logbehav.imp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property