aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk86/files
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-02-26 14:19:53 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-02-26 14:19:53 +0000
commita152a878b7d2d67c239f5ff20fbb852443024b96 (patch)
tree14a1306c13dc49231b11959cfef6994fa2640077 /x11-toolkits/tk86/files
parent15ff46dc0f669b1078e2690d310bb22d374ad668 (diff)
downloadports-a152a878b7d2d67c239f5ff20fbb852443024b96.tar.gz
ports-a152a878b7d2d67c239f5ff20fbb852443024b96.zip
Notes
Diffstat (limited to 'x11-toolkits/tk86/files')
-rw-r--r--x11-toolkits/tk86/files/patch-unix::Makefile.in31
1 files changed, 16 insertions, 15 deletions
diff --git a/x11-toolkits/tk86/files/patch-unix::Makefile.in b/x11-toolkits/tk86/files/patch-unix::Makefile.in
index e2cc060d8712..26155a62cd0b 100644
--- a/x11-toolkits/tk86/files/patch-unix::Makefile.in
+++ b/x11-toolkits/tk86/files/patch-unix::Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig 2008-03-28 19:46:36.000000000 +0100
-+++ Makefile.in 2008-04-02 12:27:05.000000000 +0200
+--- Makefile.in.orig 2008-12-21 17:34:25.000000000 +0100
++++ Makefile.in 2009-02-26 12:21:11.480095049 +0100
@@ -65,6 +65,8 @@
# Directory in which to install the include file tk.h:
@@ -23,7 +23,7 @@
# Flag, 1: we're building a shared lib, 0 we're not
-TK_SHARED_BUILD = @TK_SHARED_BUILD@
-+TK_SHARED_BUILD = ##@TK_SHARED_BUILD@
++TK_SHARED_BUILD = ###@TK_SHARED_BUILD@
# Subdirectory of $(libdir) containing the pkgIndex.tcl file for loadable Tk
TK_PKG_DIR = @TK_PKG_DIR@
@@ -45,7 +45,7 @@
# Additional search flags needed to find the various shared libraries
# at run-time. The first symbol is for use when creating a binary
-@@ -550,6 +552,8 @@
+@@ -554,6 +556,8 @@
$(GENERIC_DIR)/tkIntPlatDecls.h $(GENERIC_DIR)/tkPort.h \
$(TTK_HDRS) $(@TK_WINDOWINGSYSTEM@_PRIVATE_HDRS)
@@ -54,7 +54,7 @@
DEMOPROGS = browse hello ixset rmt rolodex square tcolor timer widget
SHELL_ENV = \
-@@ -575,6 +579,12 @@
+@@ -579,6 +583,12 @@
${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE} @LIB_RSRC_FILE@
rm -f $@
@MAKE_LIB@
@@ -67,7 +67,7 @@
${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
rm -f $@
-@@ -674,7 +684,7 @@
+@@ -678,7 +688,7 @@
gdb ./wish --command=gdb.run
rm gdb.run
@@ -76,7 +76,7 @@
install: $(INSTALL_TARGETS)
-@@ -687,7 +697,8 @@
+@@ -691,7 +701,8 @@
# some ranlibs write to current directory, and this might not always be
# possible (e.g. if installing as root).
@@ -86,7 +86,7 @@
@for i in "$(LIB_INSTALL_DIR)" "$(BIN_INSTALL_DIR)" "$(PKG_INSTALL_DIR)"; \
do \
if [ ! -d "$$i" ] ; then \
-@@ -719,10 +730,15 @@
+@@ -723,10 +734,15 @@
$(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \
"$(LIB_INSTALL_DIR)"/$(TK_EXP_FILE); \
fi
@@ -104,7 +104,7 @@
@if test "$(STUB_LIB_FILE)" != "" ; then \
echo "Installing $(STUB_LIB_FILE) to $(LIB_INSTALL_DIR)/"; \
@INSTALL_STUB_LIB@ ; \
-@@ -733,6 +749,7 @@
+@@ -737,6 +753,7 @@
@if test "$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)" != ""; then \
XLIB_INCLUDE_INSTALL_DIR="$(INCLUDE_INSTALL_DIR)"/X11; fi; \
for i in "$(INCLUDE_INSTALL_DIR)" "$${XLIB_INCLUDE_INSTALL_DIR}" \
@@ -112,7 +112,7 @@
"$(SCRIPT_INSTALL_DIR)" "$(SCRIPT_INSTALL_DIR)"/images \
"$(SCRIPT_INSTALL_DIR)"/msgs "$(SCRIPT_INSTALL_DIR)"/ttk; \
do \
-@@ -747,10 +764,14 @@
+@@ -751,10 +768,14 @@
chmod +x $(SRC_DIR)/install-sh; \
fi
@echo "Installing header files";
@@ -130,13 +130,14 @@
@list='$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)'; for i in $$list ; \
do \
$(INSTALL_DATA) $$i "$(INCLUDE_INSTALL_DIR)"/X11; \
-@@ -830,17 +851,17 @@
+@@ -832,19 +853,15 @@
+ else true; \
+ fi; \
done;
- @echo "Installing and cross-linking top-level (.1) docs";
- @for i in $(TOP_DIR)/doc/*.1; do \
+- @echo "Installing and cross-linking top-level (.1) docs";
+- @for i in $(TOP_DIR)/doc/*.1; do \
- $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i "$(MAN1_INSTALL_DIR)"; \
-+ ${BSD_INSTALL_MAN} $$i "$(MAN1_INSTALL_DIR)"; \
- done
+- done
@echo "Installing and cross-linking C API (.3) docs";
@for i in $(TOP_DIR)/doc/*.3; do \