summaryrefslogtreecommitdiff
path: root/graphics/iGMT/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-01-29 04:32:11 +0000
committerjtb <jtb@pkgsrc.org>2001-01-29 04:32:11 +0000
commit52ff3545c90f0f63539bc06af03b7fbcfaa2e2bc (patch)
tree3844397a9cceaf4639d8480f0b58ea97302b1755 /graphics/iGMT/patches
parent0e60a9e9f20b78b0aebde87ee29dabd92334c794 (diff)
downloadpkgsrc-52ff3545c90f0f63539bc06af03b7fbcfaa2e2bc.tar.gz
Initial import of new iGMT package:
Interactive Mapping of Geoscientific Datasets (a Tcl/Tk front-end to the Generic Mapping Tools suite).
Diffstat (limited to 'graphics/iGMT/patches')
-rw-r--r--graphics/iGMT/patches/patch-aa22
-rw-r--r--graphics/iGMT/patches/patch-ab40
2 files changed, 62 insertions, 0 deletions
diff --git a/graphics/iGMT/patches/patch-aa b/graphics/iGMT/patches/patch-aa
new file mode 100644
index 00000000000..308846d96d1
--- /dev/null
+++ b/graphics/iGMT/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/01/29 04:32:12 jtb Exp $
+
+--- igmt.orig Sun Jan 28 19:54:27 2001
++++ igmt
+@@ -36,7 +36,7 @@
+ # set an enrionment variable or change the setting here
+ #
+ if test "$igmt_root" = ""; then
+- igmt_root=/home/becker/tcltk/igmt_1.2
++ igmt_root=@PREFIX@/share/igmt
+ export igmt_root
+ fi
+ if [ ! -r $igmt_root/igmt.tcl ]
+@@ -72,7 +72,7 @@
+ # or change the path here
+
+ if test "$wish_cmd" = ""; then
+- wish_cmd=/usr/local/bin/wish
++ wish_cmd=@TK_PREFIX@/bin/wish
+ fi
+ if [ ! -x $wish_cmd ]
+ then
diff --git a/graphics/iGMT/patches/patch-ab b/graphics/iGMT/patches/patch-ab
new file mode 100644
index 00000000000..9f4caafa7b6
--- /dev/null
+++ b/graphics/iGMT/patches/patch-ab
@@ -0,0 +1,40 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/01/29 04:32:12 jtb Exp $
+
+--- igmt_configure.tcl.orig Tue Sep 5 14:39:21 2000
++++ igmt_configure.tcl
+@@ -112,7 +112,7 @@
+ # default awk-type program, if gawk not available, use nawk
+ # for better math performance
+
+-set our_awk gawk
++set our_awk awk
+
+ # change this for the default location to put the script file iGMT creates
+
+@@ -163,7 +163,7 @@
+
+ # postscript viewer
+
+-set psviewer "ghostview"
++set psviewer "gv"
+
+
+ # command line for viewing a postscript file in portrait orientation
+@@ -224,7 +224,7 @@
+ # where to find the colormaps (.cpt) files for GMT
+ set colorpath "$igmt_root/colormaps"
+ # principal base directory for raster data
+-set rasterpath "/wrk/arthur/becker/global_data"
++set rasterpath "@GMT_PREFIX@/share/gmt"
+
+
+ ################################################################################
+@@ -294,7 +294,7 @@
+
+ # should we check for the availability of raster datasets?
+
+-set check_for_raster_availability 1
++set check_for_raster_availability 0
+
+ set nr_of_raster_data 20
+ # initialize variables with default values