From 4f40641fc27d06e9d825324c1504bbd53158f6f2 Mon Sep 17 00:00:00 2001 From: Chris Timmons Date: Wed, 27 Aug 1997 23:05:04 +0000 Subject: Update to use ports tcl 8.0 / tk 8.0: patch-af is new to adjust configure in order to find the tcl/tk config files. Also adjust patch-aa which didn't completely reflect the previous upgrade to scotty-2.1.6 (version numbers off-by-one.) --- net-mgmt/scotty3/files/patch-aa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-mgmt/scotty3/files/patch-aa') diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa index ae936c77b58d..d2200c937bcc 100644 --- a/net-mgmt/scotty3/files/patch-aa +++ b/net-mgmt/scotty3/files/patch-aa @@ -30,11 +30,11 @@ +++ tkined.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ +#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.5 @PREFIX@/lib/tnm2.1.5" -+exec @PREFIX@/bin/tkined1.4.5 ++export TCLLIBPATH="@PREFIX@/lib/tkined1.4.6 @PREFIX@/lib/tnm2.1.6" ++exec @PREFIX@/bin/tkined1.4.6 --- scotty.sh.in~ Fri Sep 13 09:30:41 1996 +++ scotty.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ +#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tnm2.1.5" -+exec @PREFIX@/bin/scotty2.1.5 ++export TCLLIBPATH="@PREFIX@/lib/tnm2.1.6" ++exec @PREFIX@/bin/scotty2.1.6 -- cgit v1.2.3