1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/plotmtv/files/patch-ab
Thomas Gellekum 377c8c439f Upgrade to 1.4.1.
PR:		3248
Submitted by:	NAKAMURA Kazushi <nkazushi@highway.or.jp>
1997-06-19 12:35:54 +00:00

45 lines
1.1 KiB
Plaintext

*** Tests/run.csh~ Sat Jan 18 07:44:20 1997
--- Tests/run.csh Sat Jan 18 07:47:41 1997
***************
*** 11 ****
! set PLOTMTV="../Bin/plotmtv"
--- 11 ----
! set PLOTMTV="plotmtv"
***************
*** 14 ****
! #set PLOTMTV="../Bin/plotmtv -scale 0.5 -colorps"
--- 14 ----
! #set PLOTMTV="plotmtv -scale 0.5 -colorps"
***************
*** 17 ****
! #set PLOTMTV="../Bin/plotmtv -3D -scale 0.8"
--- 17 ----
! #set PLOTMTV="plotmtv -3D -scale 0.8"
***************
*** 20 ****
! #set PLOTMTV="../Bin/plotmtv -noxplot -print"
--- 20 ----
! #set PLOTMTV="plotmtv -noxplot -print"
*** Tests/run.sh~ Sat Jan 18 07:44:25 1997
--- Tests/run.sh Sat Jan 18 07:48:34 1997
***************
*** 9 ****
! PLOTMTV="../Bin/plotmtv"
--- 9 ----
! PLOTMTV="plotmtv"
***************
*** 12 ****
! #PLOTMTV="../Bin/plotmtv -scale 0.5 -colorps"
--- 12 ----
! #PLOTMTV="plotmtv -scale 0.5 -colorps"
***************
*** 15 ****
! #PLOTMTV="../Bin/plotmtv -3D -scale 0.8"
--- 15 ----
! #PLOTMTV="plotmtv -3D -scale 0.8"
***************
*** 18 ****
! #PLOTMTV="../Bin/plotmtv -noxplot -print"
--- 18 ----
! #PLOTMTV="plotmtv -noxplot -print"