diff options
author | swallace <swallace@FreeBSD.org> | 1996-12-06 16:24:05 +0800 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1996-12-06 16:24:05 +0800 |
commit | e8cf19ca9a643f4cf1d0533baf007e3cd213c5f1 (patch) | |
tree | eb32d069c7011b70ae1e4f4171bd80c855c6787a /cad/magic/files | |
parent | 66930f1780789f2e8e03b05ae2bf4cb69352e147 (diff) | |
download | freebsd-ports-gnome-e8cf19ca9a643f4cf1d0533baf007e3cd213c5f1.tar.gz freebsd-ports-gnome-e8cf19ca9a643f4cf1d0533baf007e3cd213c5f1.tar.zst freebsd-ports-gnome-e8cf19ca9a643f4cf1d0533baf007e3cd213c5f1.zip |
Upgrade magic to version 6.5.
spice2sim awk script should run /usr/bin/awk, not /bin/awk.
Diffstat (limited to 'cad/magic/files')
-rw-r--r-- | cad/magic/files/patch-b | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/magic/files/patch-b b/cad/magic/files/patch-b new file mode 100644 index 000000000000..ea8b9090da24 --- /dev/null +++ b/cad/magic/files/patch-b @@ -0,0 +1,13 @@ +*** ext2spice/spice2sim.orig Wed May 22 19:14:08 1996 +--- ext2spice/spice2sim Thu Dec 5 23:19:48 1996 +*************** +*** 1,4 **** +! #!/bin/awk -f + # convert an ext2spice produced file to a .sim file for debugging + # + BEGIN { +--- 1,4 ---- +! #!/usr/bin/awk -f + # convert an ext2spice produced file to a .sim file for debugging + # + BEGIN { |