summaryrefslogtreecommitdiff
path: root/math/xgobi
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-27 01:57:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-27 01:57:53 +0000
commit59115986a2a5744064dbd853e56531eb1b27c6a5 (patch)
tree9400bbd012e0edb6aef2779682c491fde3d37b2a /math/xgobi
parentInstall keynote.h and bump PORTREVISION (diff)
Update to xgobi 2002.06.20
Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=68898
Diffstat (limited to 'math/xgobi')
-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 27020f39caf3..818198950821 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 d3338f405364..5d4d4ee427bb 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 a88b5e7b5f96..3116cc2e00de 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.