summaryrefslogtreecommitdiff
path: root/net/scotty/files
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-12-18 23:23:08 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-12-18 23:23:08 +0000
commit03c262c7a1a941da711a2196eb3af40cf89c7d63 (patch)
treeda0ce5d65aeac0ae8753076e61431ff2e4de045e /net/scotty/files
parentportlint (diff)
Update to scotty 2.1.9
Notes
Notes: svn path=/head/; revision=15418
Diffstat (limited to 'net/scotty/files')
-rw-r--r--net/scotty/files/patch-aa8
-rw-r--r--net/scotty/files/patch-ac14
2 files changed, 12 insertions, 10 deletions
diff --git a/net/scotty/files/patch-aa b/net/scotty/files/patch-aa
index 1011a6ae5a23..0b0a5ed3c4ec 100644
--- a/net/scotty/files/patch-aa
+++ b/net/scotty/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.8 @PREFIX@/lib/tnm2.1.8"
-+exec @PREFIX@/bin/tkined1.4.8 $*
++export TCLLIBPATH="@PREFIX@/lib/tkined1.4.9 @PREFIX@/lib/tnm2.1.9"
++exec @PREFIX@/bin/tkined1.4.9 $*
--- 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.8"
-+exec @PREFIX@/bin/scotty2.1.8
++export TCLLIBPATH="@PREFIX@/lib/tnm2.1.9"
++exec @PREFIX@/bin/scotty2.1.9
diff --git a/net/scotty/files/patch-ac b/net/scotty/files/patch-ac
index b681149c7bdb..da052c31d3cd 100644
--- a/net/scotty/files/patch-ac
+++ b/net/scotty/files/patch-ac
@@ -9,16 +9,18 @@
tnm-install-mibs:
@for i in $(TNM_INSTALL_DIR)/mibs ; \
-@@ -589,10 +589,14 @@
+@@ -589,11 +590,15 @@
+ else true; \
fi; \
done;
- @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)"
-- @$(INSTALL_PROGRAM) $(UNIX_DIR)/tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
+- @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_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
-+ @$(INSTALL) -m 555 ${UNIX_DIR}/tkined.sh ${BIN_INSTALL_DIR}/tkined
-+ @$(INSTALL) -m 555 $(UNIX_DIR)/tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
+ @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh
-+ @$(INSTALL) -m 555 ${UNIX_DIR}/scotty.sh ${BIN_INSTALL_DIR}/scotty
++ @$(INSTALL_DATA) -m 555 tkined.sh ${BIN_INSTALL_DIR}/tkined
++ @$(INSTALL_DATA) -m 555 scotty.sh ${BIN_INSTALL_DIR}/scotty
@$(INSTALL_DATA) tkined$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX)
@chmod 555 $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX)
- @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)[info sharedlibextension]"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl