Index: head/math/gambit/Makefile =================================================================== --- head/math/gambit/Makefile (revision 383949) +++ head/math/gambit/Makefile (revision 383950) @@ -1,29 +1,30 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= gambit PORTVERSION= 14.1.0 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library of tools for doing computation in game theory LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lib USE_GNOME= gtk20 USE_WX= 3.0 USE_CXXSTD= c++11 WX_CONF_ARGS= absolute WX_UNICODE= yes 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_libgambit_matrix.cc =================================================================== --- head/math/gambit/files/patch-src_libgambit_matrix.cc (nonexistent) +++ head/math/gambit/files/patch-src_libgambit_matrix.cc (revision 383950) @@ -0,0 +1,18 @@ +--- src/libgambit/matrix.cc.orig 2014-06-06 16:33:54.000000000 +0400 ++++ src/libgambit/matrix.cc 2015-04-13 21:39:08.802909000 +0300 +@@ -25,11 +25,15 @@ + + using namespace Gambit; + ++namespace Gambit { ++ + template class Matrix; + template class Matrix; + template class Matrix; + template class Matrix; + ++} ++ + template Vector Gambit::operator*(const Vector &, + const Matrix &); + template Vector Gambit::operator*(const Vector &, Property changes on: head/math/gambit/files/patch-src_libgambit_matrix.cc ___________________________________________________________________ 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 Index: head/math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc =================================================================== --- head/math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc (nonexistent) +++ head/math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc (revision 383950) @@ -0,0 +1,29 @@ +--- src/tools/enumpoly/pelqhull.cc.orig 2014-05-27 12:07:04.000000000 +0400 ++++ src/tools/enumpoly/pelqhull.cc 2015-04-13 20:35:03.596285000 +0300 +@@ -2792,7 +2792,7 @@ + + /* zdef_(type,name,doc,average) */ + zzdef_(zdoc, Zdoc2, "precision statistics", -1); +- zdef_(zinc, Znewvertex, reinterpret_cast(NULL), -1); ++ zdef_(zinc, Znewvertex, static_cast(NULL), -1); + zdef_(wadd, Wnewvertex, "ave. distance of a new vertex to a facet (not 0s)", Znewvertex); + zdef_(wmax, Wnewvertexmax, "max. distance of a new vertex to a facet", -1); + zdef_(wmax, Wvertexmax, "max. distance of an output vertex to a facet", -1); +@@ -2831,7 +2831,7 @@ + zzdef_(zinc, Zsetplane, "facets created altogether", -1); + zdef_(zinc, Ztotridges, "ridges created altogether", -1); + zdef_(zinc, Zpostfacets, "facets before post merge", -1); +- zdef_(zinc, Zangle, reinterpret_cast(NULL), -1); ++ zdef_(zinc, Zangle, static_cast(NULL), -1); + zdef_(wadd, Wangle, "average angle (cosine) for all ridges", Zangle); + zdef_(wmax, Wanglemax, "maximum angle (cosine) of a ridge", -1); + zdef_(wmin, Wanglemin, "minimum angle (cosine) of a ridge", -1); +@@ -2946,7 +2946,7 @@ + zdef_(zinc, Zintersect, "intersections found redundant vertices", -1); + zdef_(zadd, Zintersecttot, " ave. number found per vertex", Zintersect); + zdef_(zmax, Zintersectmax, " max. found for a vertex", -1); +- zdef_(zinc, Zvertexridge, reinterpret_cast(NULL), -1); ++ zdef_(zinc, Zvertexridge, static_cast(NULL), -1); + zdef_(zadd, Zvertexridgetot, " ave. number of ridges per tested vertex", Zvertexridge); + zdef_(zmax, Zvertexridgemax, " max. number of ridges per tested vertex", -1); + Property changes on: head/math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc ___________________________________________________________________ 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