aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk83/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>2000-05-10 22:55:21 +0000
committerJustin M. Seger <jseger@FreeBSD.org>2000-05-10 22:55:21 +0000
commitdf18cd688b9f9437ae1247720cb4111553e25ea3 (patch)
tree9ce6a448e6727766d562ab4c4fe19d0039a2c157 /x11-toolkits/tk83/files
parentdc760c72efe66422067a890143c1bc35eece381c (diff)
Notes
Diffstat (limited to 'x11-toolkits/tk83/files')
-rw-r--r--x11-toolkits/tk83/files/patch-ab42
1 files changed, 16 insertions, 26 deletions
diff --git a/x11-toolkits/tk83/files/patch-ab b/x11-toolkits/tk83/files/patch-ab
index 6bcb8c6b4af7..d8114a482761 100644
--- a/x11-toolkits/tk83/files/patch-ab
+++ b/x11-toolkits/tk83/files/patch-ab
@@ -1,26 +1,16 @@
---- Makefile.in.orig Sun Feb 20 06:39:43 2000
-+++ Makefile.in Mon May 1 10:37:26 2000
-@@ -56,7 +56,9 @@
- BIN_DIR = $(exec_prefix)/bin
+--- Makefile.in.orig Sat May 6 06:40:23 2000
++++ Makefile.in Wed May 10 17:32:06 2000
+@@ -58,6 +58,8 @@
# Directory in which to install the include file tk.h:
--INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include
-+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tk$(VERSION)
+-INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir)
++INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir)/tk$(VERSION)
+GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic
+UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix
# Top-level directory for manual entries:
- MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
-@@ -154,7 +156,7 @@
- # "install" around; better to use the install-sh script that comes
- # with the distribution, which is slower but guaranteed to work.
-
--INSTALL = @srcdir@/install-sh -c
-+INSTALL = install -c
- INSTALL_PROGRAM = ${INSTALL}
- INSTALL_DATA = ${INSTALL} -m 644
-
-@@ -195,7 +197,7 @@
+ MAN_INSTALL_DIR = $(INSTALL_ROOT)$(mandir)
+@@ -205,7 +207,7 @@
# Libraries to use when linking. This definition is determined by the
# configure script.
LIBS = @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc
@@ -29,7 +19,7 @@
# The symbol below provides support for dynamic loading and shared
# libraries. See configure.in for a description of what it means.
-@@ -371,8 +373,14 @@
+@@ -378,8 +380,14 @@
${TK_LIB_FILE}: ${OBJS}
rm -f ${TK_LIB_FILE}
@MAKE_LIB@
@@ -44,7 +34,7 @@
${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
rm -f ${STUB_LIB_FILE}
@MAKE_STUB_LIB@
-@@ -442,7 +450,7 @@
+@@ -455,7 +463,7 @@
# some ranlibs write to current directory, and this might not always be
# possible (e.g. if installing as root).
@@ -53,7 +43,7 @@
@for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) $(SCRIPT_INSTALL_DIR); \
do \
if [ ! -d $$i ] ; then \
-@@ -460,14 +468,20 @@
+@@ -473,14 +481,20 @@
fi
@echo "Installing $(TK_LIB_FILE) to $(LIB_INSTALL_DIR)/"
@$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE)
@@ -75,15 +65,15 @@
@if test "$(TK_BUILD_EXP_FILE)" != ""; then \
echo "Installing $(TK_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
$(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \
-@@ -481,6 +495,7 @@
+@@ -494,6 +508,7 @@
install-libraries:
- @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \
+ @for i in $(INCLUDE_INSTALL_DIR) \
+ $(GENERIC_INCLUDE_INSTALL_DIR) $(UNIX_INCLUDE_INSTALL_DIR) \
$(SCRIPT_INSTALL_DIR) $(SCRIPT_INSTALL_DIR)/images; \
do \
if [ ! -d $$i ] ; then \
-@@ -494,10 +509,16 @@
+@@ -507,10 +522,16 @@
chmod +x $(UNIX_DIR)/install-sh; \
fi
@echo "Installing header files";
@@ -102,7 +92,7 @@
@echo "Installing library files to $(SCRIPT_INSTALL_DIR)";
@for i in $(SRC_DIR)/library/*.tcl $(GENERIC_DIR)/prolog.ps \
$(SRC_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \
-@@ -563,7 +584,6 @@
+@@ -576,7 +597,6 @@
chmod 444 $(MAN1_INSTALL_DIR)/$$i; \
done;
@echo "Cross-linking top-level (.1) docs";
@@ -110,7 +100,7 @@
@echo "Installing C API (.3) docs";
@cd $(SRC_DIR)/doc; for i in *.3; \
do \
-@@ -573,7 +593,6 @@
+@@ -586,7 +606,6 @@
chmod 444 $(MAN3_INSTALL_DIR)/$$i; \
done;
@echo "Cross-linking C API (.3) docs";
@@ -118,7 +108,7 @@
@echo "Installing command (.n) docs";
@cd $(SRC_DIR)/doc; for i in *.n; \
do \
-@@ -583,7 +602,6 @@
+@@ -596,7 +615,6 @@
chmod 444 $(MANN_INSTALL_DIR)/$$i; \
done;
@echo "Cross-linking command (.n) docs";