aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/scotty3/files')
-rw-r--r--net-mgmt/scotty3/files/patch-aa8
-rw-r--r--net-mgmt/scotty3/files/patch-ac12
2 files changed, 9 insertions, 11 deletions
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa
index 0b0a5ed3c4ec..e2d3263e9800 100644
--- a/net-mgmt/scotty3/files/patch-aa
+++ b/net-mgmt/scotty3/files/patch-aa
@@ -2,11 +2,11 @@
+++ tkined.sh.in Fri Sep 13 09:26:21 1996
@@ -0,0 +1,3 @@
+#!/bin/sh
-+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.9 @PREFIX@/lib/tnm2.1.9"
-+exec @PREFIX@/bin/tkined1.4.9 $*
++export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10"
++exec @PREFIX@/bin/tkined1.4.10 $*
--- 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.9"
-+exec @PREFIX@/bin/scotty2.1.9
++export TCLLIBPATH="@PREFIX@/lib/tnm2.1.10"
++exec @PREFIX@/bin/scotty2.1.10
diff --git a/net-mgmt/scotty3/files/patch-ac b/net-mgmt/scotty3/files/patch-ac
index da052c31d3cd..47141f9d54fe 100644
--- a/net-mgmt/scotty3/files/patch-ac
+++ b/net-mgmt/scotty3/files/patch-ac
@@ -1,6 +1,6 @@
---- Makefile.in.orig Thu Jun 4 12:15:55 1998
-+++ Makefile.in Thu Jun 4 12:22:39 1998
-@@ -490,7 +490,7 @@
+--- Makefile.in.orig Fri Mar 26 20:12:11 1999
++++ Makefile.in Fri Mar 26 20:20:58 1999
+@@ -509,7 +509,7 @@
@$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION)
@$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX)
@chmod 555 $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX)
@@ -9,13 +9,11 @@
tnm-install-mibs:
@for i in $(TNM_INSTALL_DIR)/mibs ; \
-@@ -589,11 +590,15 @@
- else true; \
+@@ -608,10 +608,14 @@
fi; \
done;
-- @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)"
+ @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)"
- @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
-+ @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)"
+ @$(INSTALL_DATA) -m 555 tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
+ @sed s,@PREFIX@,${prefix},g tkined.sh.in >tkined.sh
+ @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh