mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade magic to version 6.5.
spice2sim awk script should run /usr/bin/awk, not /bin/awk.
This commit is contained in:
parent
f75a348025
commit
cf015dc5dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4825
13
cad/magic/files/patch-b
Normal file
13
cad/magic/files/patch-b
Normal file
@ -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 {
|
Loading…
Reference in New Issue
Block a user