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

(-)math/graphthing/Makefile (-1 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	graphthing
9
PORTNAME=	graphthing
10
PORTVERSION=	1.0
10
PORTVERSION=	1.1
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	http://graph.seul.org/
12
MASTER_SITES=	http://graph.seul.org/
13
13
Lines 24-29 Link Here
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
25
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
26
CONFIGURE_ARGS=	--with-wx-config=${X11BASE}/bin/wxgtk2-2.6-config
26
CONFIGURE_ARGS=	--with-wx-config=${X11BASE}/bin/wxgtk2-2.6-config
27
MAKEFILE=	GNUmakefile
27
28
28
PLIST_FILES=	bin/graphthing bin/gt
29
PLIST_FILES=	bin/graphthing bin/gt
29
30
(-)math/graphthing/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (graphthing-1.0.tar.bz2) = 33dda372a386e0e5a55f31ba0bc5ec36
1
MD5 (graphthing-1.1.tar.bz2) = 84a3a0e4e8c0d2cdd15dfb0926cbe195
2
SIZE (graphthing-1.0.tar.bz2) = 127900
2
SIZE (graphthing-1.1.tar.bz2) = 109627
(-)math/graphthing/files/patch-src-exporter.cc (-10 lines)
Lines 1-10 Link Here
1
--- src/exporter.cc.orig	Sun Jul  3 13:27:10 2005
2
+++ src/exporter.cc	Sun Jul  3 18:15:55 2005
3
@@ -5,6 +5,7 @@
4
 #include <fstream>
5
 #include <iostream>
6
 #include <stdexcept>
7
+#include <ctime>
8
 #include "config.h"
9
 #include "edge.h"
10
 #include "exporter.h"
(-)math/graphthing/files/patch-src-gt-bison.y (-10 lines)
Lines 1-10 Link Here
1
--- src/gt-bison.y.orig	Fri Oct 25 16:16:17 2002
2
+++ src/gt-bison.y	Fri Oct 25 16:16:37 2002
3
@@ -1,6 +1,7 @@
4
 %{
5
 #include <stdio.h>
6
 #include <string.h>
7
+#include <iostream>
8
 #include "edge.h"
9
 #include "graph.h"
10
 #include "vertex.h"

Return to bug 84405