summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3/files/patch-ac
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-06-04 17:31:04 +0000
committerSteve Price <steve@FreeBSD.org>1998-06-04 17:31:04 +0000
commit2b74fe6fc53fe5b8fe40bc9ac5d918ebaad54f9d (patch)
tree724f2860ca2f0a9779ae8fc73f302b98748782c5 /net-mgmt/scotty3/files/patch-ac
parentFix calc so that it will build properly again. (diff)
Force 'sharedlibextension' to .so
PR: 6809 Noticed by: Edwin Culp <eculp@ver1.telmex.net.mx> Suggested by: se
Notes
Notes: svn path=/head/; revision=11250
Diffstat (limited to '')
-rw-r--r--net-mgmt/scotty3/files/patch-ac28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-mgmt/scotty3/files/patch-ac b/net-mgmt/scotty3/files/patch-ac
new file mode 100644
index 000000000000..b681149c7bdb
--- /dev/null
+++ b/net-mgmt/scotty3/files/patch-ac
@@ -0,0 +1,28 @@
+--- Makefile.in.orig Thu Jun 4 12:15:55 1998
++++ Makefile.in Thu Jun 4 12:22:39 1998
+@@ -490,7 +490,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)
+- @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl
++ @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION).so"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl
+
+ tnm-install-mibs:
+ @for i in $(TNM_INSTALL_DIR)/mibs ; \
+@@ -589,10 +589,14 @@
+ fi; \
+ done;
+ @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)"
+- @$(INSTALL_PROGRAM) $(UNIX_DIR)/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) 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
++ @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION).so"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl
+ @$(INSTALL_DATA) $(TKI_DIR)/tkined.defaults $(TKI_INSTALL_DIR)
+
+ tki-install-library: