aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-27 09:57:53 +0800
committerkris <kris@FreeBSD.org>2002-10-27 09:57:53 +0800
commitba03c6c08514b3003fd99ee6deb6704318b8e01b (patch)
treeff027e737b8de0097e45638b37a8e6ef12f9ce32 /math
parent1433c54b192a182f1e559c1e95e2cfea33b9e26e (diff)
downloadfreebsd-ports-graphics-ba03c6c08514b3003fd99ee6deb6704318b8e01b.tar.gz
freebsd-ports-graphics-ba03c6c08514b3003fd99ee6deb6704318b8e01b.tar.zst
freebsd-ports-graphics-ba03c6c08514b3003fd99ee6deb6704318b8e01b.zip
Update to xgobi 2002.06.20
Reviewed by: maintainer
Diffstat (limited to 'math')
-rw-r--r--math/xgobi/Makefile2
-rw-r--r--math/xgobi/distinfo2
-rw-r--r--math/xgobi/files/patch-Imakefile25
3 files changed, 10 insertions, 19 deletions
diff --git a/math/xgobi/Makefile b/math/xgobi/Makefile
index 27020f39caf..81819895082 100644
--- a/math/xgobi/Makefile
+++ b/math/xgobi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xgobi
-PORTVERSION= 2002.04.12
+PORTVERSION= 2002.06.20
CATEGORIES= math graphics
MASTER_SITES= http://www.research.att.com/areas/stat/xgobi/
DISTNAME= xgobi
diff --git a/math/xgobi/distinfo b/math/xgobi/distinfo
index d3338f40536..5d4d4ee427b 100644
--- a/math/xgobi/distinfo
+++ b/math/xgobi/distinfo
@@ -1 +1 @@
-MD5 (xgobi.sh.gz) = bb2737c0d876ddf9d9cc5f0dedf6d21a
+MD5 (xgobi.sh.gz) = 25763c570dc37bcf5f927246b91833bd
diff --git a/math/xgobi/files/patch-Imakefile b/math/xgobi/files/patch-Imakefile
index a88b5e7b5f9..3116cc2e00d 100644
--- a/math/xgobi/files/patch-Imakefile
+++ b/math/xgobi/files/patch-Imakefile
@@ -1,20 +1,11 @@
-$FreeBSD$
-
---- Imakefile.orig Wed Dec 5 08:01:33 2001
-+++ Imakefile Wed Dec 5 08:01:51 2001
-@@ -12,11 +12,11 @@
- /**/# the xgobi directories src, help, ps, etc.
+--- Imakefile.orig Sat Oct 12 12:26:37 2002
++++ Imakefile Sat Oct 12 12:28:33 2002
+@@ -13,7 +13,7 @@
XGOBID = $(PWD)/..
-- CC = cc
-- CCOPTIONS = -xansi -n32
-+# CC = cc
-+# CCOPTIONS = -xansi -n32
+ /**/# Use the gnu C compiler
+- CC = gcc
++ CC ?= gcc
+ CCOPTIONS = -ansi -w
--# CC = gcc
--# CCOPTIONS = -ansi -w
-+ CC ?= gcc
-+ CCOPTIONS = -ansi -w
-
- LD =
- CDEBUGFLAGS = -g
+ /**/# Or use the C compiler on your system, and whatever options it requires.