diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-09-15 15:22:36 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-09-15 15:22:36 +0000 |
commit | 474213b4ebcb7f5b1d651939c71d8c511a231b71 (patch) | |
tree | 6a1385c84462f74a4af39d70109292b2fb82f26c /math/gambit | |
parent | 997ff03ecb9c05dcb98e852158f4cfbc050ef9ca (diff) | |
download | ports-474213b4ebcb7f5b1d651939c71d8c511a231b71.tar.gz ports-474213b4ebcb7f5b1d651939c71d8c511a231b71.zip |
Notes
Diffstat (limited to 'math/gambit')
-rw-r--r-- | math/gambit/Makefile | 5 | ||||
-rw-r--r-- | math/gambit/distinfo | 6 | ||||
-rw-r--r-- | math/gambit/files/patch-src-tools-enumpoly_pelqhull.cc | 11 | ||||
-rw-r--r-- | math/gambit/pkg-plist | 8 |
4 files changed, 6 insertions, 24 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 9a5cf968c176..27a4363c7c16 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gambit -PORTVERSION= 0.2007.12.04 -PORTREVISION= 4 +PORTVERSION= 0.2010.09.01 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -16,9 +15,11 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= A library of tools for doing computation in game theory USE_GNOME= gnometarget gtk20 +WANT_UNICODE= yes USE_WX= 2.6+ USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} USE_LDCONFIG= yes CPPFLAGS= ${PTHREAD_CFLAGS} diff --git a/math/gambit/distinfo b/math/gambit/distinfo index cba9e852e1c9..65c2cebe6800 100644 --- a/math/gambit/distinfo +++ b/math/gambit/distinfo @@ -1,3 +1,3 @@ -MD5 (gambit-0.2007.12.04.tar.gz) = e1d8fc98149b682fab8b77f10b2c58c9 -SHA256 (gambit-0.2007.12.04.tar.gz) = a3a3319672e527709f09ab3c85e70dfa8c33bb6f0a6d4014251954cdb919cb5d -SIZE (gambit-0.2007.12.04.tar.gz) = 1410687 +MD5 (gambit-0.2010.09.01.tar.gz) = d28725eef6212c7f927ac722585c1bf9 +SHA256 (gambit-0.2010.09.01.tar.gz) = a224851e56302d345a3c6e9dfa5366d2edcd24b694ef532f0ad253bc9e5290e2 +SIZE (gambit-0.2010.09.01.tar.gz) = 1400267 diff --git a/math/gambit/files/patch-src-tools-enumpoly_pelqhull.cc b/math/gambit/files/patch-src-tools-enumpoly_pelqhull.cc deleted file mode 100644 index 108bec5100ab..000000000000 --- a/math/gambit/files/patch-src-tools-enumpoly_pelqhull.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tools/enumpoly/pelqhull.cc.orig 2008-02-20 19:44:12.000000000 +0100 -+++ src/tools/enumpoly/pelqhull.cc 2008-02-20 19:51:31.000000000 +0100 -@@ -939,7 +939,7 @@ - else { - SETreturnsize_(set, size); - fprintf (fp, "%s set=%x maxsize=%d size=%d elems=", -- string, (unsigned int) set, set->maxsize, size); -+ string, (size_t) set, set->maxsize, size); - if (size > (int)set->maxsize) - size= set->maxsize+1; - for (k=0; k<size; k++) diff --git a/math/gambit/pkg-plist b/math/gambit/pkg-plist index 8586b984fcc7..c16e362447fc 100644 --- a/math/gambit/pkg-plist +++ b/math/gambit/pkg-plist @@ -39,12 +39,4 @@ include/libgambit/stratitr.h include/libgambit/stratspt.h include/libgambit/vector.h include/libgambit/vector.imp -lib/libgambit.a -lib/libgambit.la -lib/libgambit.so -lib/libgambit.so.0 -lib/liblabenski.a -lib/liblabenski.la -lib/liblabenski.so -lib/liblabenski.so.0 @dirrm include/libgambit |