View | Details | Raw Unified | Return to bug 82943
Collapse All | Expand All

(-)math/gambit/Makefile (-5 / +9 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	gambit
9
PORTNAME=	gambit
10
PORTVERSION=	0.97.0.7
10
PORTVERSION=	0.2005.06.13
11
PORTREVISION=	1
12
CATEGORIES=	math
11
CATEGORIES=	math
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 16-26 Link Here
16
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	A library of tools for doing computation in game theory
16
COMMENT=	A library of tools for doing computation in game theory
18
17
19
LIB_DEPENDS=	wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
18
LIB_DEPENDS=	wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk24
20
19
21
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_GNOME=	gnometarget gtk20
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
24
MAKE_ENV=	WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
24
		WX_CONFIG="${X11BASE}/bin/wxgtk2-2.6-config"
25
MAKE_ENV=	WX_CONFIG="${X11BASE}/bin/wxgtk2-2.6-config"
26
27
CPPFLAGS=	${PTHREAD_CFLAGS}
28
LDFLAGS=	${PTHREAD_LIBS}
25
29
26
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)math/gambit/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gambit-0.97.0.7.tar.gz) = cbdc41473214155d046afcd3b5dd78d2
1
MD5 (gambit-0.2005.06.13.tar.gz) = 6cc3a48aa2f85f0485ff4c09ba01d483
2
SIZE (gambit-0.97.0.7.tar.gz) = 870379
2
SIZE (gambit-0.2005.06.13.tar.gz) = 846191
(-)math/gambit/files/patch-gnulib.h (-24 lines)
Lines 1-24 Link Here
1
--- sources/math/gnulib.h.orig	Sun Feb  9 01:54:27 2003
2
+++ sources/math/gnulib.h	Sun Feb  9 01:56:12 2003
3
@@ -32,9 +32,6 @@
4
 #ifndef GNULIB_H
5
 #define GNULIB_H
6
 
7
-#if defined(__GNUG__) && !defined(__APPLE_CC__)
8
-#include <_G_config.h>
9
-#endif   // __GNUG__
10
 #include <stddef.h>
11
 #include <stdlib.h>
12
 #include <string.h>
13
@@ -46,11 +43,6 @@
14
 #include <errno.h>
15
 #include <fcntl.h>
16
 
17
-#if defined(__GNUG__) && !defined(__APPLE_CC__)
18
-extern "C" {
19
-int strcasecmp _G_ARGS((const char*, const char*));
20
-}
21
-#endif   // __GNUG__
22
 
23
 
24
 #include <math.h>
(-)math/gambit/files/patch-sources-tools-enumpoly-double.cc (+10 lines)
Line 0 Link Here
1
--- sources/tools/enumpoly/double.cc.orig	Thu Jun  9 02:47:34 2005
2
+++ sources/tools/enumpoly/double.cc	Sun Jul  3 23:39:27 2005
3
@@ -28,6 +28,7 @@
4
 #pragma implementation
5
 #endif
6
 
7
+#include <stdio.h>
8
 #include <math.h>
9
 #include <float.h>
10
 #include <assert.h>
(-)math/gambit/pkg-plist (-2 / +15 lines)
Lines 1-3 Link Here
1
bin/gambit
1
bin/gambit
2
bin/gcl
2
bin/gambit-efg-enumpoly
3
bin/wxgcl
3
bin/gambit-efg-enumpure
4
bin/gambit-efg-lcp
5
bin/gambit-efg-liap
6
bin/gambit-efg-logit
7
bin/gambit-efg-lp
8
bin/gambit-nfg-enummixed
9
bin/gambit-nfg-enumpoly
10
bin/gambit-nfg-enumpure
11
bin/gambit-nfg-lcp
12
bin/gambit-nfg-liap
13
bin/gambit-nfg-logit
14
bin/gambit-nfg-lp
15
bin/gambit-nfg-mixdom
16
bin/gambit-nfg-simpdiv

Return to bug 82943