- Update to 13.0.0

Release announcement:
  http://sourceforge.net/mailarchive/message.php?msg_id=31063426
This commit is contained in:
Pietro Cerutti 2013-06-24 10:42:25 +00:00
parent fc1f4c8dbf
commit 86fa7b57e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321673
4 changed files with 24 additions and 25 deletions

View file

@ -1,34 +1,20 @@
# ex:ts=8
# Ports collection makefile for: gambit
# Date created: Feb 8, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= gambit
PORTVERSION= 0.2010.09.01
PORTREVISION= 1
PORTVERSION= 13.0.0
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
MASTER_SITES= SF/gambit/${PORTNAME}13/${PORTVERSION}/
MAINTAINER= gahr@FreeBSD.org
COMMENT= A library of tools for doing computation in game theory
LICENSE= GPLv2
USE_GNOME= gtk20
WANT_UNICODE= yes
USE_WX= 2.6+
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
USE_WX= 2.8+
USE_LDCONFIG= yes
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
.if !defined(CFLAGS) || ${CFLAGS:M-fno-strict-aliasing*} == ""
CFLAGS+= -O2 -fno-strict-aliasing
.endif
post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (gambit-0.2010.09.01.tar.gz) = a224851e56302d345a3c6e9dfa5366d2edcd24b694ef532f0ad253bc9e5290e2
SIZE (gambit-0.2010.09.01.tar.gz) = 1400267
SHA256 (gambit-13.0.0.tar.gz) = 47db59b15f1f8f341cdf8ef0ecc2bcef5ec252baec0635eb518ea0e0c7eb8249
SIZE (gambit-13.0.0.tar.gz) = 1610787

View file

@ -0,0 +1,14 @@
--- src/labenski/src/sheet.cpp.orig 2013-06-24 11:57:48.000000000 +0200
+++ src/labenski/src/sheet.cpp 2013-06-24 12:00:50.000000000 +0200
@@ -7098,9 +7098,9 @@
wxPrintf(wxT("COUNT MISMATCH ERROR! \n"));
for (size_t n = 0; n < wxMin(ans.GetCount(), res.GetCount()); n++)
- if (ans[n] != res[n]) wxPrintf(wxT("Error in item %u\n"), n);
+ if (ans[n] != res[n]) wxPrintf(wxT("Error in item %zu\n"), n);
- wxPrintf(msg + wxT("\n"));
+ wxPrintf("%s\n", msg.ToAscii());
}
#define CSVT1(str, a1) { wxArrayString ar; ar.Add(wxT(a1)); CSV_TEST(wxT(str), ar, ParseLine(wxT(str))); }

View file

@ -23,7 +23,6 @@ include/libgambit/game.h
include/libgambit/integer.h
include/libgambit/libgambit.h
include/libgambit/list.h
include/libgambit/map.h
include/libgambit/matrix.h
include/libgambit/matrix.imp
include/libgambit/mixed.h