summaryrefslogtreecommitdiff
path: root/lang/tcl-tclX/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tcl-tclX/patches/patch-ab')
-rw-r--r--lang/tcl-tclX/patches/patch-ab23
1 files changed, 15 insertions, 8 deletions
diff --git a/lang/tcl-tclX/patches/patch-ab b/lang/tcl-tclX/patches/patch-ab
index 7ce8a0bfa28..8752d164d98 100644
--- a/lang/tcl-tclX/patches/patch-ab
+++ b/lang/tcl-tclX/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2004/05/12 17:56:45 minskim Exp $
+$NetBSD: patch-ab,v 1.4 2004/05/13 22:06:04 minskim Exp $
---- ../tcl/unix/Makefile.in.orig 2000-02-06 18:53:59.000000000 -0600
+--- ../tcl/unix/Makefile.in.orig 2000-08-09 21:21:48.000000000 -0500
+++ ../tcl/unix/Makefile.in
-@@ -142,30 +142,23 @@ static: tcl.static tclXtest.static
+@@ -147,30 +147,23 @@ static: tcl.static tclXtest.static
standalone: tcl.standalone tclXtest.standalone hello
tcl: tclXAppInit.o @TCLX_SHLIB_BUILD_REF@ @TCLX_STLIB_BUILD_REF@ Makefile
@@ -40,7 +40,7 @@ $NetBSD: patch-ab,v 1.3 2004/05/12 17:56:45 minskim Exp $
#------------------------------------------------------------------------------
# Do some special checks to make sure TclX is built ok.
-@@ -219,16 +212,13 @@ help.tmp:
+@@ -224,16 +217,13 @@ help.tmp:
# Generate the test programs.
#
tclXtest: ${TEST_OBJS} ${TCLX_LIB_NAME}
@@ -60,17 +60,24 @@ $NetBSD: patch-ab,v 1.3 2004/05/12 17:56:45 minskim Exp $
tclXtest.o: ${TCLX_GENERIC_DIR}/tclXtest.c
${CC} -c ${CC_SWITCHES} ${TCLX_GENERIC_DIR}/tclXtest.c
-@@ -320,29 +310,24 @@ install-libraries: install-runtime insta
+@@ -318,7 +308,6 @@ buildhelp: tcl tcl.tndx
+ ${BLDMANHELP} ${TCL_SRC_DIR}/doc ${TCLX_TOOLS_SRC_DIR}/tclmanpages \
+ ${HELP_DIR} Tcl.brf
+ ${RUNTCL} -c "buildhelp ${HELP_DIR} TclX.brf ${TCLX_DOC_DIR}/TclX.n"
+- ${INSTCOPY} ${HELP_DIR} ${INSTALL_ROOT}${TCLX_INST_RUNTIME}/help
+
+ #------------------------------------------------------------------------------
+
+@@ -330,28 +319,24 @@ install-libraries: install-runtime insta
install-doc:
--install-misc: buildhelp
+-install-misc: ${BUILDHELP}
- ${INSTCOPY} ${TCLX_GENERIC_DIR}/tclExtend.h \
- ${INSTALL_ROOT}${TCLX_INST_INCL}
- ${INSTCOPY} ${TCLX_UNIX_SRC_DIR}/tclXAppInit.c \
- ${INSTALL_ROOT}${TCLX_INST_RUNTIME}
-- ${INSTCOPY} ${HELP_DIR} ${INSTALL_ROOT}${TCLX_INST_RUNTIME}/help
-+install-misc:
++install-misc:
+ -${BSD_INSTALL_DATA_DIR} ${INSTALL_ROOT}${TCLX_INST_RUNTIME}
+ ${BSD_INSTALL_DATA} ${TCLX_GENERIC_DIR}/tclExtend.h ${INSTALL_ROOT}${TCLX_INST_INCL}
+ ${BSD_INSTALL_DATA} ${TCLX_UNIX_SRC_DIR}/tclXAppInit.c ${INSTALL_ROOT}${TCLX_INST_RUNTIME}