diff options
author | Greg Lehey <grog@FreeBSD.org> | 2001-05-07 06:47:19 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2001-05-07 06:47:19 +0000 |
commit | 0c961f7f983c8f589b636cd587c4732d5219d165 (patch) | |
tree | 6b77c96b2f6cd9bf41573f24993f4a759fbb746a /sysutils/dirdiff/files/patch-aa | |
parent | Update to 1.0.2 (diff) |
New port, dirdiff, a graphical tool for displaying the differences
between directory trees and for merging changes from one tree into
another.
Obtained from: Paul Mackerras <paulus@samba.org>
Notes
Notes:
svn path=/head/; revision=42343
Diffstat (limited to 'sysutils/dirdiff/files/patch-aa')
-rw-r--r-- | sysutils/dirdiff/files/patch-aa | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/dirdiff/files/patch-aa b/sysutils/dirdiff/files/patch-aa new file mode 100644 index 000000000000..b572902cc7c6 --- /dev/null +++ b/sysutils/dirdiff/files/patch-aa @@ -0,0 +1,23 @@ +diff -wur dirdiff-1.2/Makefile work/dirdiff-1.2/Makefile +--- Makefile Wed Mar 14 15:10:19 2001 ++++ work/dirdiff-1.2/Makefile Mon May 7 15:39:30 2001 +@@ -6,7 +6,7 @@ + INSTALL=install + + # You may need to change the -I arguments depending on your system +-CFLAGS=-O3 -I/usr/include/tcl8.3/ -I/usr/include/tcl ++CFLAGS=-O2 -I/usr/local/include/tcl -I/usr/local/include/tcl8.2/ + + all: filecmp.so.0.0 + +diff -wur dirdiff-1.2/dirdiff work/dirdiff-1.2/dirdiff +--- dirdiff Wed Mar 14 15:00:41 2001 ++++ work/dirdiff-1.2/dirdiff Mon May 7 15:41:35 2001 +@@ -1,6 +1,6 @@ + #!/bin/sh + # Tcl ignores the next line \ +-exec wish "$0" -- "${1+$@}" ++exec wish8.2 "$0" -- "${1+$@}" + + # Copyright (C) 1999-2001 Paul Mackerras. All rights reserved. + # This program is free software; it may be used, copied, modified |