diff options
author | cwt <cwt@FreeBSD.org> | 1997-08-28 07:05:04 +0800 |
---|---|---|
committer | cwt <cwt@FreeBSD.org> | 1997-08-28 07:05:04 +0800 |
commit | 0983fe4a1fa608b86121aa17ab0e89cf080c641f (patch) | |
tree | bfb9e06b387442e3df5d7c6ec0b37e8969913b48 /net | |
parent | 2de3158e63d7b3ace39ba14c88d24d2a23f022fc (diff) | |
download | freebsd-ports-gnome-0983fe4a1fa608b86121aa17ab0e89cf080c641f.tar.gz freebsd-ports-gnome-0983fe4a1fa608b86121aa17ab0e89cf080c641f.tar.zst freebsd-ports-gnome-0983fe4a1fa608b86121aa17ab0e89cf080c641f.zip |
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.)
Diffstat (limited to 'net')
-rw-r--r-- | net/scotty/files/patch-aa | 8 | ||||
-rw-r--r-- | net/scotty/files/patch-af | 20 | ||||
-rw-r--r-- | net/scotty3/files/patch-aa | 8 |
3 files changed, 28 insertions, 8 deletions
diff --git a/net/scotty/files/patch-aa b/net/scotty/files/patch-aa index ae936c77b58d..d2200c937bcc 100644 --- a/net/scotty/files/patch-aa +++ b/net/scotty/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 diff --git a/net/scotty/files/patch-af b/net/scotty/files/patch-af new file mode 100644 index 000000000000..3854c33a18be --- /dev/null +++ b/net/scotty/files/patch-af @@ -0,0 +1,20 @@ +--- configure Tue Jul 22 15:21:27 1997 ++++ configure Sat Aug 23 04:14:43 1997 +@@ -1402,7 +1402,7 @@ + DL_LIBS=$TCL_DL_LIBS + LD_FLAGS=$TCL_LD_FLAGS + LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS +-TCL_INCLUDES=-I$TCL_PREFIX/include ++TCL_INCLUDES=-I$TCL_PREFIX/include/tcl$TCL_VERSION + + if test -z "$SHLIB_LD" ; then + { echo "configure: error: no shared linker definition (TCL_SHLIB_LD) in tclConfig.sh" 1>&2; exit 1; } +@@ -1486,7 +1486,7 @@ + fi + + . $tnm_cv_path_tk_config/tkConfig.sh +-TK_INCLUDES=-I$TK_PREFIX/include ++TK_INCLUDES=-I$TK_PREFIX/include/tk$TK_VERSION + if test "$TK_INCLUDES" = "$TCL_INCLUDES" ; then + TK_INCLUDES="" + fi diff --git a/net/scotty3/files/patch-aa b/net/scotty3/files/patch-aa index ae936c77b58d..d2200c937bcc 100644 --- a/net/scotty3/files/patch-aa +++ b/net/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 |