summaryrefslogtreecommitdiff
path: root/graphics/plotmtv/patches
diff options
context:
space:
mode:
authorjtb <jtb>2000-11-25 21:06:04 +0000
committerjtb <jtb>2000-11-25 21:06:04 +0000
commit5c6ef11280a3b9304416d7944767bb14cea5ae97 (patch)
tree0ba2a4ce821d5c56f09e11695990297073564b3b /graphics/plotmtv/patches
parent4077c0a21f8db29ed1a75589c048fb93b845af68 (diff)
downloadpkgsrc-5c6ef11280a3b9304416d7944767bb14cea5ae97.tar.gz
Initial import of new "plotmtv" package:
Multipurpose X11 plotting program
Diffstat (limited to 'graphics/plotmtv/patches')
-rw-r--r--graphics/plotmtv/patches/patch-aa11
-rw-r--r--graphics/plotmtv/patches/patch-ab25
-rw-r--r--graphics/plotmtv/patches/patch-ac25
3 files changed, 61 insertions, 0 deletions
diff --git a/graphics/plotmtv/patches/patch-aa b/graphics/plotmtv/patches/patch-aa
new file mode 100644
index 00000000000..101d873541f
--- /dev/null
+++ b/graphics/plotmtv/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/11/25 21:06:04 jtb Exp $
+
+*** Imakefile.orig
+--- Imakefile
+***************
+*** 22,23 ****
+! CDEBUGFLAGS = -g
+! DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\"
+--- 22,23 ----
+! CDEBUGFLAGS = -O3
+! DEFINES = -DPRINTER_NAME=\"S\" -DPRINTER_CMD=\"lpr\ -h\"
diff --git a/graphics/plotmtv/patches/patch-ab b/graphics/plotmtv/patches/patch-ab
new file mode 100644
index 00000000000..565f33aae97
--- /dev/null
+++ b/graphics/plotmtv/patches/patch-ab
@@ -0,0 +1,25 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/11/25 21:06:04 jtb Exp $
+
+--- Tests/run.csh.orig
++++ Tests/run.csh
+@@ -8,16 +8,16 @@
+ #
+
+ # program location
+-set PLOTMTV="../Bin/plotmtv"
++set PLOTMTV="plotmtv"
+
+ # Use this to test color postscript
+-#set PLOTMTV="../Bin/plotmtv -scale 0.5 -colorps"
++#set PLOTMTV="plotmtv -scale 0.5 -colorps"
+
+ # Use this to test 3D postscript and the scale factor
+-#set PLOTMTV="../Bin/plotmtv -3D -scale 0.8"
++#set PLOTMTV="plotmtv -3D -scale 0.8"
+
+ # Use this to generate lots of postscript files (without prompting)
+-#set PLOTMTV="../Bin/plotmtv -noxplot -print"
++#set PLOTMTV="plotmtv -noxplot -print"
+
+ alias run_script '$PLOTMTV $DATAFILE'
+ alias run_3d_script '$PLOTMTV -3d $DATAFILE'
diff --git a/graphics/plotmtv/patches/patch-ac b/graphics/plotmtv/patches/patch-ac
new file mode 100644
index 00000000000..c2bdc7d5c0e
--- /dev/null
+++ b/graphics/plotmtv/patches/patch-ac
@@ -0,0 +1,25 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/11/25 21:06:04 jtb Exp $
+
+--- Tests/run.sh.orig
++++ Tests/run.sh
+@@ -6,16 +6,16 @@
+ #
+
+ # program location
+-PLOTMTV="../Bin/plotmtv"
++PLOTMTV="plotmtv"
+
+ # Use this to test color postscript
+-#PLOTMTV="../Bin/plotmtv -scale 0.5 -colorps"
++#PLOTMTV="plotmtv -scale 0.5 -colorps"
+
+ # Use this to test 3D postscript and the scale factor
+-#PLOTMTV="../Bin/plotmtv -3D -scale 0.8"
++#PLOTMTV="plotmtv -3D -scale 0.8"
+
+ # Use this to generate lots of postscript files (without prompting)
+-#PLOTMTV="../Bin/plotmtv -noxplot -print"
++#PLOTMTV="plotmtv -noxplot -print"
+
+ # do each test-case one-by-one, prompting for input
+ ALLPLOT=0