aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl86/files
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-03-02 23:53:17 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-03-02 23:53:17 +0000
commit2c47fce0e6f526d1935c4dcfe0005290c14f78b7 (patch)
treed102c437fdbedabc1e6dc1c5881ec927f9bb18c4 /lang/tcl86/files
parent50d7a2cb56b674e0afa48ea19b312f94dc9f350a (diff)
Notes
Diffstat (limited to 'lang/tcl86/files')
-rw-r--r--lang/tcl86/files/patch-unix-Makefile.in65
1 files changed, 63 insertions, 2 deletions
diff --git a/lang/tcl86/files/patch-unix-Makefile.in b/lang/tcl86/files/patch-unix-Makefile.in
index cd967be5b7d0..a9f558996a57 100644
--- a/lang/tcl86/files/patch-unix-Makefile.in
+++ b/lang/tcl86/files/patch-unix-Makefile.in
@@ -1,5 +1,5 @@
--- Makefile.in.orig 2008-12-22 18:45:06.000000000 +0100
-+++ Makefile.in 2009-01-22 11:33:50.707552793 +0100
++++ Makefile.in 2009-03-03 00:22:47.953160997 +0100
@@ -55,6 +55,8 @@
# Directory in which to install the include file tcl.h:
@@ -92,6 +92,15 @@
do \
if [ ! -d "$$i" ] ; then \
echo "Making directory $$i"; \
+@@ -780,7 +801,7 @@
+ else true; \
+ fi; \
+ done;
+- @for i in opt0.4 http1.0 encoding ../tcl8 ../tcl8/8.3 ../tcl8/8.4 ../tcl8/8.4/platform ../tcl8/8.5 ../tcl8/8.6; \
++ @for i in opt0.4 http1.0 encoding; \
+ do \
+ if [ ! -d "$(SCRIPT_INSTALL_DIR)"/$$i ] ; then \
+ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \
@@ -793,14 +814,21 @@
chmod +x $(UNIX_DIR)/install-sh; \
fi
@@ -120,7 +129,59 @@
@echo "Installing library files to $(SCRIPT_INSTALL_DIR)";
@for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex \
$(UNIX_DIR)/tclAppInit.c $(UNIX_DIR)/ldAix @DTRACE_SRC@; \
-@@ -868,18 +896,27 @@
+@@ -812,22 +840,11 @@
+ do \
+ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
+ done;
+- @echo "Installing package http 2.7.2 as a Tcl Module";
+- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.2.tm;
+ @echo "Installing library opt0.4 directory";
+ @for i in $(TOP_DIR)/library/opt/*.tcl ; \
+ do \
+ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
+ done;
+- @echo "Installing package msgcat 1.4.2 as a Tcl Module";
+- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.2.tm;
+- @echo "Installing package tcltest 2.3.0 as a Tcl Module";
+- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.0.tm;
+-
+- @echo "Installing package platform 1.0.3 as a Tcl Module";
+- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.3.tm;
+- @echo "Installing package platform::shell 1.1.4 as a Tcl Module";
+- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm;
+
+ @echo "Installing library encoding directory";
+ @for i in $(TOP_DIR)/library/encoding/*.enc ; do \
+@@ -839,6 +856,28 @@
+ "$(SCRIPT_INSTALL_DIR)"/tm.tcl; \
+ fi
+
++install-tm:
++ @for i in ../tcl8 ../tcl8/8.3 ../tcl8/8.4 ../tcl8/8.4/platform ../tcl8/8.5 ../tcl8/8.6; \; \
++ do \
++ if [ ! -d "$(SCRIPT_INSTALL_DIR)"/$$i ] ; then \
++ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \
++ mkdir -p "$(SCRIPT_INSTALL_DIR)"/$$i; \
++ chmod 755 "$(SCRIPT_INSTALL_DIR)"/$$i; \
++ else true; \
++ fi; \
++ done;
++ @echo "Installing package http 2.7.2 as a Tcl Module";
++ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.2.tm;
++ @echo "Installing package msgcat 1.4.2 as a Tcl Module";
++ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.2.tm;
++ @echo "Installing package tcltest 2.3.0 as a Tcl Module";
++ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.0.tm;
++
++ @echo "Installing package platform 1.0.3 as a Tcl Module";
++ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.3.tm;
++ @echo "Installing package platform::shell 1.1.4 as a Tcl Module";
++ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm;
++
+ install-tzdata: tclsh
+ @echo "Installing time zone data"
+ @@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
+@@ -868,18 +907,27 @@
done;
@echo "Installing and cross-linking top-level (.1) docs";
@for i in $(TOP_DIR)/doc/*.1; do \