summaryrefslogtreecommitdiff
path: root/mail/tkrat2/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-20 03:09:37 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-20 03:09:37 +0000
commit5ed00dea178ec0377872b3932bf154ef6473acfd (patch)
tree20652b895df955e9981a51b3510627b681ea2932 /mail/tkrat2/files
parentTurn on ja-slrn. (diff)
Upgrade to version 1.1.
PR: 7244 Submitted by: James Saint-Rossy <appleseed@his.com>
Notes
Notes: svn path=/head/; revision=11985
Diffstat (limited to 'mail/tkrat2/files')
-rw-r--r--mail/tkrat2/files/patch-aa38
1 files changed, 11 insertions, 27 deletions
diff --git a/mail/tkrat2/files/patch-aa b/mail/tkrat2/files/patch-aa
index 9d2348bc618f..db240c7008af 100644
--- a/mail/tkrat2/files/patch-aa
+++ b/mail/tkrat2/files/patch-aa
@@ -1,27 +1,11 @@
-*** Makefile.in.orig Tue Oct 21 16:00:48 1997
---- Makefile.in Sun Nov 9 00:44:42 1997
-***************
-*** 15,26 ****
- all: build
-
- build:
-- -cd imap-4.1; \
-- if test "`cat OSTYPE 2>/dev/null`" = "${OSTYPE}" ; then \
-- ${MAKE}; \
-- else \
-- ${MAKE} ${OSTYPE}; \
-- fi
- cd lib; ${MAKE}
- cd script; ${MAKE}
- cd tkrat; ${MAKE}
---- 15,20 ----
-***************
-*** 32,38 ****
- cd misc; ${MAKE} install
-
- clean:
-- cd imap-4.1; ${MAKE} clean
- cd lib; ${MAKE} clean
- cd script; ${MAKE} clean
- cd tkrat; ${MAKE} clean
---- 26,31 ----
+--- configure.back Sat May 16 13:48:48 1998
++++ configure Sat May 16 14:27:13 1998
+@@ -1994,7 +1994,7 @@
+ for i in $tcl_dirs ; do
+ tcl_include_dirs="$tcl_include_dirs $i/include"
+ done
+-tcl_include_dirs="$tcl_include_dirs /usr/include/tcl /usr/include"
++tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.0 /usr/local/include/tk8.0 /usr/include"
+ tcl_dir=0
+ for i in $tcl_include_dirs ; do
+ if test -r $i/tcl.h ; then