1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/spin/files/patch-aa
Justin M. Seger 2052cf95c1 Import of math spin:
Spin is an efficient on-the-fly verification system
(a `model checker') for asynchronous concurrent systems,
such as data communication protocols, distributed operating
systems, database systems, etc.
It can be used to prove both safety and liveness properties,
including all correctness requirements expressible in linear
time temporal logic.

PR:		ports/9058
Submitted by:	pangolin@home.com
1998-12-12 22:17:48 +00:00

9 lines
379 B
Plaintext

--- ../Xspin3.2/xspin323.tcl.orig Wed Dec 17 10:11:57 1997
+++ ../Xspin3.2/xspin323.tcl Sun Dec 21 13:20:41 1997
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish -f
+#!/usr/local/bin/wish8.0 -f
# Installation Notes (see also the README file):
# 1. On Unix systems: change the 1st above line to point to the wish
# executable you want to use (e.g., wish4.2 or /usr/local/bin/wish8.0)