summaryrefslogtreecommitdiff
path: root/x11/tk
diff options
context:
space:
mode:
authorbjoern <bjoern@pkgsrc.org>2001-12-23 17:11:30 +0000
committerbjoern <bjoern@pkgsrc.org>2001-12-23 17:11:30 +0000
commit6000f15f92ad60cc9a09c4591cd6e4dfdce88f4b (patch)
tree87bc8ade1582907777dac3406121cc37c0dd3a37 /x11/tk
parent78ca1bc313a2207f3945642bfb7b4e39ffb9add7 (diff)
downloadpkgsrc-6000f15f92ad60cc9a09c4591cd6e4dfdce88f4b.tar.gz
Update to version 8.3.4
Taken from "changes" from the distribution (minus changes not relevant for NetBSD): 2001-04-04 (doc fixes) numerous doc corrections and clarifications. Update of READMEs. 2001-04-04 (bug fix) corrected reseting of service mode to only occur when it was set (hedin, hobbs) 2001-04-02 (bug fix) Checked for menu deletion before calling associated menu entry command. Fixed listbox, canvas and entry destruction to be more aware of current widget activity. (hobbs) 2001-03-30 (bug fix) handled the error case where a valid-looking but invalid identifier could be passed in certain event generate options causing a crash (hobbs) 2001-03-29 (bug fix) corrected handling of drag-selection (dejong) 2000-10-27 (feature enhancement) made [tk useinputmethods 1] the default for Tk (hobbs) 2000-09-29 (bug fix) corrected BadMatch errors when using Tk on multiple screens (hipp) 2000-08-18 (feature enhancement) Removed redundant call to DitherInstance (melski) 2001-08-24 (bug fix) correct several possible free memory reads and array bounds read errors reported by purify. (hobbs) 2001-08-27 (new feature) added call to Tcl_SetMainLoop which enables Tk to be loaded interactively into tclsh and have the event loop kick in correctly. (hobbs) 2001-08-28 (bug fix) fixed tk_chooseDirectory crash on Win95. (baker) 2001-08-28 (bug fix) removed 2 second 'raise' delay seen by some Unix window managers. (hobbs, baker) 2001-09-14 (bug fix) fixed memory leaks that occured if errors were thrown while initializing the channel for an image. (darley) 2001-10-04 (new feature) added enhanced bgerror dialog from Hipp. (hobbs) 2001-10-17 (bug fix) fixed file filtering in the motif file dialog (nelson)
Diffstat (limited to 'x11/tk')
-rw-r--r--x11/tk/DESCR2
-rw-r--r--x11/tk/Makefile8
-rw-r--r--x11/tk/PLIST9
-rw-r--r--x11/tk/buildlink.mk6
-rw-r--r--x11/tk/distinfo14
-rw-r--r--x11/tk/patches/patch-aa40
-rw-r--r--x11/tk/patches/patch-ab913
-rw-r--r--x11/tk/patches/patch-ac22
-rw-r--r--x11/tk/patches/patch-ad14
9 files changed, 176 insertions, 852 deletions
diff --git a/x11/tk/DESCR b/x11/tk/DESCR
index db69e8910eb..8ea245c559c 100644
--- a/x11/tk/DESCR
+++ b/x11/tk/DESCR
@@ -1,4 +1,4 @@
-This package contains the binary release of Tk version 8.3.2, a GUI
+This package contains the binary release of Tk version 8.3.4, a GUI
toolkit for Tcl.
The best way to get started with Tcl is to read ``Tcl and the Tk
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index 3cf2c51cc1e..258e258b94b 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2001/11/29 01:12:52 hubertf Exp $
+# $NetBSD: Makefile,v 1.17 2001/12/23 17:11:30 bjoern Exp $
-DISTNAME= tk8.3.2
-PKGNAME= tk-8.3.2
-PKGREVISION= 1
+DISTNAME= tk8.3.4
+PKGNAME= tk-8.3.4
CATEGORIES= x11
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \
ftp://ftp.informatik.uni-hamburg.de/pub/soft/lang/tcl/tcl8_3/
@@ -52,6 +51,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/tk/generic
${INSTALL_DATA_DIR} ${PREFIX}/include/tk/unix
${INSTALL_DATA} ${WRKSRC}/../generic/default.h ${PREFIX}/include/tk/generic
+ ${INSTALL_DATA} ${WRKSRC}/../generic/ks_names.h ${PREFIX}/include/tk/generic
${INSTALL_DATA} ${WRKSRC}/../generic/tk.h ${PREFIX}/include/tk/generic
${INSTALL_DATA} ${WRKSRC}/../generic/tk3d.h ${PREFIX}/include/tk/generic
${INSTALL_DATA} ${WRKSRC}/../generic/tkButton.h ${PREFIX}/include/tk/generic
diff --git a/x11/tk/PLIST b/x11/tk/PLIST
index 1e149d03cc7..6aa87fc4f82 100644
--- a/x11/tk/PLIST
+++ b/x11/tk/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:11:41 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/12/23 17:11:30 bjoern Exp $
bin/wish
bin/wish8.3
include/tk.h
include/tk/generic/default.h
+include/tk/generic/ks_names.h
include/tk/generic/tk.h
include/tk/generic/tk3d.h
include/tk/generic/tkButton.h
@@ -28,8 +29,8 @@ include/tk/unix/tkUnixDefault.h
include/tk/unix/tkUnixInt.h
include/tk/unix/tkUnixPort.h
include/tkDecls.h
-include/tkInt.h
include/tkIntXlibDecls.h
+include/tkPlatDecls.h
lib/libtk83.a
lib/libtk83.la
lib/libtk83.so
@@ -213,7 +214,6 @@ man/man3/Tk_Fill3DPolygon.3
man/man3/Tk_Fill3DRectangle.3
man/man3/Tk_FindPhoto.3
man/man3/Tk_FontId.3
-man/man3/Tk_FontMetrics.3
man/man3/Tk_Free3DBorder.3
man/man3/Tk_Free3DBorderFromObj.3
man/man3/Tk_FreeBitmap.3
@@ -255,6 +255,7 @@ man/man3/Tk_GetCursorFromObj.3
man/man3/Tk_GetDash.3
man/man3/Tk_GetFont.3
man/man3/Tk_GetFontFromObj.3
+man/man3/Tk_GetFontMetrics.3
man/man3/Tk_GetGC.3
man/man3/Tk_GetHINSTANCE.3
man/man3/Tk_GetHWND.3
@@ -288,7 +289,6 @@ man/man3/Tk_HandleEvent.3
man/man3/Tk_Height.3
man/man3/Tk_IdToWindow.3
man/man3/Tk_ImageChanged.3
-man/man3/Tk_Init.3
man/man3/Tk_InitImageArgs.3
man/man3/Tk_InitOptions.3
man/man3/Tk_InitStubs.3
@@ -345,6 +345,7 @@ man/man3/Tk_ResizeWindow.3
man/man3/Tk_RestackWindow.3
man/man3/Tk_RestoreSavedOptions.3
man/man3/Tk_RestrictEvents.3
+man/man3/Tk_SafeInit.3
man/man3/Tk_Screen.3
man/man3/Tk_ScreenNumber.3
man/man3/Tk_SetAppName.3
diff --git a/x11/tk/buildlink.mk b/x11/tk/buildlink.mk
index cf7436bdec9..538ec91ddfb 100644
--- a/x11/tk/buildlink.mk
+++ b/x11/tk/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.9 2001/11/30 17:21:57 jlam Exp $
+# $NetBSD: buildlink.mk,v 1.10 2001/12/23 17:11:30 bjoern Exp $
#
# This Makefile fragment is included by packages that use tk.
#
@@ -17,14 +17,14 @@ TK_BUILDLINK_MK= # defined
.include "../../mk/bsd.buildlink.mk"
-BUILDLINK_DEPENDS.tk?= tk>=8.3.2
+BUILDLINK_DEPENDS.tk?= tk>=8.3.4
DEPENDS+= ${BUILDLINK_DEPENDS.tk}:../../x11/tk
EVAL_PREFIX+= BUILDLINK_PREFIX.tk=tk
BUILDLINK_PREFIX.tk_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.tk= include/tk.h
-BUILDLINK_FILES.tk+= include/tkInt.h
BUILDLINK_FILES.tk+= include/tkDecls.h
+BUILDLINK_FILES.tk+= include/tkPlatDecls.h
BUILDLINK_FILES.tk+= include/tkIntXlibDecls.h
BUILDLINK_FILES.tk+= include/tk/*/*.h
BUILDLINK_FILES.tk+= lib/libtk83.*
diff --git a/x11/tk/distinfo b/x11/tk/distinfo
index 70250e5dca6..a89ef26653e 100644
--- a/x11/tk/distinfo
+++ b/x11/tk/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2001/10/23 09:55:47 jlam Exp $
+$NetBSD: distinfo,v 1.8 2001/12/23 17:11:30 bjoern Exp $
-SHA1 (tk8.3.2.tar.gz) = a573d33fa76ca64a7148d3cc6b7b18906c311dab
-Size (tk8.3.2.tar.gz) = 2529172 bytes
-SHA1 (patch-aa) = 5f87e399acde1b912f0db1abda475fd1564eba06
-SHA1 (patch-ab) = 784f119f085e999be5df36a459eaf7b2fbf70ae4
-SHA1 (patch-ac) = edae3c9f968059eb8feb5109b27cf3d3344f70d3
-SHA1 (patch-ad) = 04430772341822d5aa2a6e10b8f5e5055088e02c
+SHA1 (tk8.3.4.tar.gz) = d52bf5cedb73e9b817ba8d6a2b00701f4f82fad2
+Size (tk8.3.4.tar.gz) = 2589635 bytes
+SHA1 (patch-aa) = 49fe346ebad9b4ded0f0c64727cea3cf22655678
+SHA1 (patch-ab) = 0cc0a977f7f3cc468e17bdc35893514667f529b5
+SHA1 (patch-ac) = 172762efa65eb05345d70cf38893bc96b56a2481
+SHA1 (patch-ad) = 1815fc19986674cb2ea03a8d60cd1514ff47fba9
diff --git a/x11/tk/patches/patch-aa b/x11/tk/patches/patch-aa
index 89f54ac80dd..7f0704cebd2 100644
--- a/x11/tk/patches/patch-aa
+++ b/x11/tk/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.6 2001/06/21 20:16:27 jlam Exp $
+$NetBSD: patch-aa,v 1.7 2001/12/23 17:11:30 bjoern Exp $
---- Makefile.in.orig Tue Aug 8 15:19:31 2000
+--- Makefile.in.orig Sat Oct 20 02:24:40 2001
+++ Makefile.in
@@ -76,7 +76,7 @@
# The directory containing the Tcl sources and headers appropriate
@@ -15,12 +15,12 @@ $NetBSD: patch-aa,v 1.6 2001/06/21 20:16:27 jlam Exp $
#CFLAGS = $(CFLAGS_DEBUG)
#CFLAGS = $(CFLAGS_OPTIMIZE)
#CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
--CFLAGS = @CFLAGS@
-+CFLAGS += @CFLAGS@
+-CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@
++CFLAGS += @CFLAGS@ @CFLAGS_DEFAULT@
- # A "-I" switch that can be used when compiling to make all of the
- # X11 include files accessible (the configure script will try to
-@@ -154,8 +154,8 @@
+ # Flags to pass to the linker
+ LDFLAGS_DEBUG = @LDFLAGS_DEBUG@
+@@ -159,8 +159,8 @@
# "install" around; better to use the install-sh script that comes
# with the distribution, which is slower but guaranteed to work.
@@ -31,16 +31,16 @@ $NetBSD: patch-aa,v 1.6 2001/06/21 20:16:27 jlam Exp $
INSTALL_DATA = ${INSTALL} -m 644
# The following specifies which Tcl executable to use for make targets
-@@ -203,7 +203,7 @@
- # libraries. See configure.in for a description of what it means.
+@@ -209,7 +209,7 @@
# The values of the symbolis normally set by the configure script.
+ STLIB_LD = @STLIB_LD@
-SHLIB_LD = @SHLIB_LD@
+SHLIB_LD = ${LIBTOOL} --mode=link @CC@ -rpath ${PREFIX}/lib
SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
# Additional search flags needed to find the various shared libraries
-@@ -233,7 +233,8 @@
+@@ -240,7 +240,8 @@
# either.
#----------------------------------------------------------------
@@ -50,7 +50,7 @@ $NetBSD: patch-aa,v 1.6 2001/06/21 20:16:27 jlam Exp $
CC_SWITCHES_NO_STUBS = ${CFLAGS} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} \
-I${UNIX_DIR} -I${GENERIC_DIR} \
-@@ -371,6 +372,7 @@
+@@ -373,6 +374,7 @@
rm -f ${TK_LIB_FILE}
@MAKE_LIB@
$(RANLIB) ${TK_LIB_FILE}
@@ -58,31 +58,31 @@ $NetBSD: patch-aa,v 1.6 2001/06/21 20:16:27 jlam Exp $
${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
rm -f ${STUB_LIB_FILE}
-@@ -389,7 +391,7 @@
+@@ -391,7 +393,7 @@
wish: $(WISH_OBJS) $(TK_LIB_FILE) $(TK_STUB_LIB_FILE)
-- $(CC) @LDFLAGS@ $(WISH_OBJS) \
-+ $(LD) @LDFLAGS@ $(WISH_OBJS) \
+- $(CC) $(LDFLAGS) $(WISH_OBJS) \
++ $(LD) $(LDFLAGS) $(WISH_OBJS) \
@TK_BUILD_LIB_SPEC@ \
$(WISH_LIBS) $(TK_CC_SEARCH_FLAGS) -o wish
-@@ -400,12 +402,12 @@
+@@ -402,12 +404,12 @@
make tcltest
tktest: ${TCL_BIN_DIR}/tcltest $(TKTEST_OBJS) $(TK_LIB_FILE)
-- ${CC} @LDFLAGS@ $(TKTEST_OBJS) \
-+ ${LD} @LDFLAGS@ $(TKTEST_OBJS) \
+- ${CC} $(LDFLAGS) $(TKTEST_OBJS) \
++ ${LD} $(LDFLAGS) $(TKTEST_OBJS) \
@TK_BUILD_LIB_SPEC@ \
$(WISH_LIBS) $(TK_CC_SEARCH_FLAGS) -o tktest
xttest: test.o tkTest.o tkSquare.o $(TK_LIB_FILE)
-- ${CC} @LDFLAGS@ test.o tkTest.o tkSquare.o \
-+ ${LD} @LDFLAGS@ test.o tkTest.o tkSquare.o \
+- ${CC} $(LDFLAGS) test.o tkTest.o tkSquare.o \
++ ${LD} $(LDFLAGS) test.o tkTest.o tkSquare.o \
@TK_BUILD_LIB_SPEC@ \
$(WISH_LIBS) $(TK_LD_SEARCH_FLAGS) -lXt -o xttest
-@@ -456,7 +458,7 @@
+@@ -462,7 +464,7 @@
chmod +x $(UNIX_DIR)/mkLinks; \
fi
@echo "Installing $(TK_LIB_FILE) to $(LIB_INSTALL_DIR)/"
diff --git a/x11/tk/patches/patch-ab b/x11/tk/patches/patch-ab
index f50db97fdef..2eac789ccaa 100644
--- a/x11/tk/patches/patch-ab
+++ b/x11/tk/patches/patch-ab
@@ -1,685 +1,8 @@
-$NetBSD: patch-ab,v 1.8 2001/10/23 09:55:47 jlam Exp $
+$NetBSD: patch-ab,v 1.9 2001/12/23 17:11:30 bjoern Exp $
---- configure.orig Tue Aug 8 21:19:32 2000
-+++ configure Sun Jul 29 09:44:17 2001
-@@ -1581,6 +1581,7 @@
-
- do64bit_ok=no
- fullSrcDir=`cd $srcdir; pwd`
-+ RPATH_FLAG=""
- EXTRA_CFLAGS=""
- TCL_EXPORT_FILE_SUFFIX=""
- UNSHARED_LIB_SUFFIX=""
-@@ -1661,7 +1662,7 @@
- HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*|HP-UX-*.11.*)
- SHLIB_SUFFIX=".sl"
- echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
--echo "configure:1665: checking for shl_load in -ldld" >&5
-+echo "configure:1666: checking for shl_load in -ldld" >&5
- ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -1669,7 +1670,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-ldld $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 1673 "configure"
-+#line 1674 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -1680,7 +1681,7 @@
- shl_load()
- ; return 0; }
- EOF
--if { (eval echo configure:1684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:1685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -1776,17 +1777,17 @@
- else
- ac_safe=`echo "dld.h" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for dld.h""... $ac_c" 1>&6
--echo "configure:1780: checking for dld.h" >&5
-+echo "configure:1781: checking for dld.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 1785 "configure"
-+#line 1786 "configure"
- #include "confdefs.h"
- #include <dld.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:1790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:1791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- rm -rf conftest*
-@@ -1841,17 +1842,17 @@
- # Not available on all versions: check for include file.
- ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
--echo "configure:1845: checking for dlfcn.h" >&5
-+echo "configure:1846: checking for dlfcn.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 1850 "configure"
-+#line 1851 "configure"
- #include "confdefs.h"
- #include <dlfcn.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:1855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:1856: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- rm -rf conftest*
-@@ -1870,7 +1871,6 @@
-
- # NetBSD/SPARC needs -fPIC, -fpic will not do.
- SHLIB_CFLAGS="-fPIC"
-- SHLIB_LD="ld -Bshareable -x"
- SHLIB_LD_LIBS=""
- SHLIB_SUFFIX=".so"
- DL_OBJS="tclLoadDl.o"
-@@ -1891,13 +1891,23 @@
- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- egrep "yes" >/dev/null 2>&1; then
- rm -rf conftest*
-- echo "$ac_t""yes" 1>&6
-+
-+ echo "$ac_t""yes" 1>&6
-+ SHLIB_LD='${TCL_CC} -shared -Wl,-x'
-+ RPATH_FLAG='-Wl,-R'
-+ LD_SEARCH_FLAGS='-Wl,-R${LIB_RUNTIME_DIR}'
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
-+
- else
- rm -rf conftest*
-- echo "$ac_t""no" 1>&6
-+
-+ echo "$ac_t""no" 1>&6
-+ SHLIB_LD="ld -Bshareable -x"
-+ RPATH_FLAG='-R'
-+ LD_SEARCH_FLAGS='-R${LIB_RUNTIME_DIR}'
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
-
-+
- fi
- rm -f conftest*
-
-@@ -2055,6 +2065,9 @@
- DL_LIBS="-ldl"
- LDFLAGS=""
- LD_SEARCH_FLAGS='-Wl,-R,${LIB_RUNTIME_DIR}'
-+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
-+ UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
-+ TCL_LIB_VERSIONS_OK=nodots
- ;;
- SunOS-5*)
- SHLIB_CFLAGS="-KPIC"
-@@ -2094,6 +2107,9 @@
- else
- LD_SEARCH_FLAGS='-R ${LIB_RUNTIME_DIR}'
- fi
-+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
-+ UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
-+ TCL_LIB_VERSIONS_OK=nodots
- ;;
- ULTRIX-4.*)
- SHLIB_CFLAGS="-G 0"
-@@ -2116,17 +2132,17 @@
- # that don't grok the -Bexport option. Test that it does.
- hold_ldflags=$LDFLAGS
- echo $ac_n "checking for ld accepts -Bexport flag""... $ac_c" 1>&6
--echo "configure:2120: checking for ld accepts -Bexport flag" >&5
-+echo "configure:2136: checking for ld accepts -Bexport flag" >&5
- LDFLAGS="${LDFLAGS} -Wl,-Bexport"
- cat > conftest.$ac_ext <<EOF
--#line 2123 "configure"
-+#line 2139 "configure"
- #include "confdefs.h"
-
- int main() {
- int i;
- ; return 0; }
- EOF
--if { (eval echo configure:2130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:2146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- found=yes
- else
-@@ -2172,9 +2188,9 @@
-
- if test "x$DL_OBJS" = "xtclLoadAout.o" ; then
- echo $ac_n "checking sys/exec.h""... $ac_c" 1>&6
--echo "configure:2176: checking sys/exec.h" >&5
-+echo "configure:2192: checking sys/exec.h" >&5
- cat > conftest.$ac_ext <<EOF
--#line 2178 "configure"
-+#line 2194 "configure"
- #include "confdefs.h"
- #include <sys/exec.h>
- int main() {
-@@ -2192,7 +2208,7 @@
-
- ; return 0; }
- EOF
--if { (eval echo configure:2196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:2212: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
- rm -rf conftest*
- tcl_ok=usable
- else
-@@ -2210,9 +2226,9 @@
-
- else
- echo $ac_n "checking a.out.h""... $ac_c" 1>&6
--echo "configure:2214: checking a.out.h" >&5
-+echo "configure:2230: checking a.out.h" >&5
- cat > conftest.$ac_ext <<EOF
--#line 2216 "configure"
-+#line 2232 "configure"
- #include "confdefs.h"
- #include <a.out.h>
- int main() {
-@@ -2230,7 +2246,7 @@
-
- ; return 0; }
- EOF
--if { (eval echo configure:2234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:2250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
- rm -rf conftest*
- tcl_ok=usable
- else
-@@ -2248,9 +2264,9 @@
-
- else
- echo $ac_n "checking sys/exec_aout.h""... $ac_c" 1>&6
--echo "configure:2252: checking sys/exec_aout.h" >&5
-+echo "configure:2268: checking sys/exec_aout.h" >&5
- cat > conftest.$ac_ext <<EOF
--#line 2254 "configure"
-+#line 2270 "configure"
- #include "confdefs.h"
- #include <sys/exec_aout.h>
- int main() {
-@@ -2268,7 +2284,7 @@
-
- ; return 0; }
- EOF
--if { (eval echo configure:2272: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:2288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
- rm -rf conftest*
- tcl_ok=usable
- else
-@@ -2361,7 +2377,7 @@
-
-
- echo $ac_n "checking for build with symbols""... $ac_c" 1>&6
--echo "configure:2365: checking for build with symbols" >&5
-+echo "configure:2381: checking for build with symbols" >&5
- # Check whether --enable-symbols or --disable-symbols was given.
- if test "${enable_symbols+set}" = set; then
- enableval="$enable_symbols"
-@@ -2405,12 +2421,12 @@
- #--------------------------------------------------------------------
-
- echo $ac_n "checking for sin""... $ac_c" 1>&6
--echo "configure:2409: checking for sin" >&5
-+echo "configure:2425: checking for sin" >&5
- if eval "test \"`echo '$''{'ac_cv_func_sin'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 2414 "configure"
-+#line 2430 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char sin(); below. */
-@@ -2433,7 +2449,7 @@
-
- ; return 0; }
- EOF
--if { (eval echo configure:2437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:2453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_func_sin=yes"
- else
-@@ -2454,7 +2470,7 @@
- fi
-
- echo $ac_n "checking for main in -lieee""... $ac_c" 1>&6
--echo "configure:2458: checking for main in -lieee" >&5
-+echo "configure:2474: checking for main in -lieee" >&5
- ac_lib_var=`echo ieee'_'main | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2462,14 +2478,14 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lieee $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 2466 "configure"
-+#line 2482 "configure"
- #include "confdefs.h"
-
- int main() {
- main()
- ; return 0; }
- EOF
--if { (eval echo configure:2473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:2489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -2500,7 +2516,7 @@
- libbsd=no
- if test "`uname -s`" = "AIX" ; then
- echo $ac_n "checking for gettimeofday in -lbsd""... $ac_c" 1>&6
--echo "configure:2504: checking for gettimeofday in -lbsd" >&5
-+echo "configure:2520: checking for gettimeofday in -lbsd" >&5
- ac_lib_var=`echo bsd'_'gettimeofday | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2508,7 +2524,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lbsd $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 2512 "configure"
-+#line 2528 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -2519,7 +2535,7 @@
- gettimeofday()
- ; return 0; }
- EOF
--if { (eval echo configure:2523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:2539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -2550,9 +2566,9 @@
- #--------------------------------------------------------------------
-
- echo $ac_n "checking stdlib.h""... $ac_c" 1>&6
--echo "configure:2554: checking stdlib.h" >&5
-+echo "configure:2570: checking stdlib.h" >&5
- cat > conftest.$ac_ext <<EOF
--#line 2556 "configure"
-+#line 2572 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- EOF
-@@ -2567,7 +2583,7 @@
- rm -f conftest*
-
- cat > conftest.$ac_ext <<EOF
--#line 2571 "configure"
-+#line 2587 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- EOF
-@@ -2581,7 +2597,7 @@
- rm -f conftest*
-
- cat > conftest.$ac_ext <<EOF
--#line 2585 "configure"
-+#line 2601 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- EOF
-@@ -2613,16 +2629,16 @@
- #--------------------------------------------------------------------
-
- echo $ac_n "checking fd_set and sys/select""... $ac_c" 1>&6
--echo "configure:2617: checking fd_set and sys/select" >&5
-+echo "configure:2633: checking fd_set and sys/select" >&5
- cat > conftest.$ac_ext <<EOF
--#line 2619 "configure"
-+#line 2635 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- int main() {
- fd_set readMask, writeMask;
- ; return 0; }
- EOF
--if { (eval echo configure:2626: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:2642: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
- rm -rf conftest*
- tk_ok=yes
- else
-@@ -2634,7 +2650,7 @@
- rm -f conftest*
- if test $tk_ok = no; then
- cat > conftest.$ac_ext <<EOF
--#line 2638 "configure"
-+#line 2654 "configure"
- #include "confdefs.h"
- #include <sys/select.h>
- EOF
-@@ -2666,12 +2682,12 @@
- #--------------------------------------------------------------------
-
- echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
--echo "configure:2670: checking for ANSI C header files" >&5
-+echo "configure:2686: checking for ANSI C header files" >&5
- if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 2675 "configure"
-+#line 2691 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- #include <stdarg.h>
-@@ -2679,7 +2695,7 @@
- #include <float.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:2683: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:2699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- rm -rf conftest*
-@@ -2696,7 +2712,7 @@
- if test $ac_cv_header_stdc = yes; then
- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 2700 "configure"
-+#line 2716 "configure"
- #include "confdefs.h"
- #include <string.h>
- EOF
-@@ -2714,7 +2730,7 @@
- if test $ac_cv_header_stdc = yes; then
- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 2718 "configure"
-+#line 2734 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- EOF
-@@ -2735,7 +2751,7 @@
- :
- else
- cat > conftest.$ac_ext <<EOF
--#line 2739 "configure"
-+#line 2755 "configure"
- #include "confdefs.h"
- #include <ctype.h>
- #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-@@ -2746,7 +2762,7 @@
- exit (0); }
-
- EOF
--if { (eval echo configure:2750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:2766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
- :
- else
-@@ -2770,12 +2786,12 @@
- fi
-
- echo $ac_n "checking for mode_t""... $ac_c" 1>&6
--echo "configure:2774: checking for mode_t" >&5
-+echo "configure:2790: checking for mode_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 2779 "configure"
-+#line 2795 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -2803,12 +2819,12 @@
- fi
-
- echo $ac_n "checking for pid_t""... $ac_c" 1>&6
--echo "configure:2807: checking for pid_t" >&5
-+echo "configure:2823: checking for pid_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 2812 "configure"
-+#line 2828 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -2836,12 +2852,12 @@
- fi
-
- echo $ac_n "checking for size_t""... $ac_c" 1>&6
--echo "configure:2840: checking for size_t" >&5
-+echo "configure:2856: checking for size_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 2845 "configure"
-+#line 2861 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -2869,12 +2885,12 @@
- fi
-
- echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
--echo "configure:2873: checking for uid_t in sys/types.h" >&5
-+echo "configure:2889: checking for uid_t in sys/types.h" >&5
- if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 2878 "configure"
-+#line 2894 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- EOF
-@@ -2911,17 +2927,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:2915: checking for $ac_hdr" >&5
-+echo "configure:2931: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 2920 "configure"
-+#line 2936 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:2925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:2941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- rm -rf conftest*
-@@ -2948,12 +2964,12 @@
- done
-
- echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
--echo "configure:2952: checking whether time.h and sys/time.h may both be included" >&5
-+echo "configure:2968: checking whether time.h and sys/time.h may both be included" >&5
- if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
--#line 2957 "configure"
-+#line 2973 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/time.h>
-@@ -2962,7 +2978,7 @@
- struct tm *tp;
- ; return 0; }
- EOF
--if { (eval echo configure:2966: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:2982: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
- rm -rf conftest*
- ac_cv_header_time=yes
- else
-@@ -2988,16 +3004,16 @@
- #-------------------------------------------
-
- echo $ac_n "checking pw_gecos in struct pwd""... $ac_c" 1>&6
--echo "configure:2992: checking pw_gecos in struct pwd" >&5
-+echo "configure:3008: checking pw_gecos in struct pwd" >&5
- cat > conftest.$ac_ext <<EOF
--#line 2994 "configure"
-+#line 3010 "configure"
- #include "confdefs.h"
- #include <pwd.h>
- int main() {
- struct passwd pwd; pwd.pw_gecos;
- ; return 0; }
- EOF
--if { (eval echo configure:3001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:3017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
- rm -rf conftest*
- tk_ok=yes
- else
-@@ -3030,7 +3046,7 @@
- # Uses ac_ vars as temps to allow command line to override cache and checks.
- # --without-x overrides everything else, but does not touch the cache.
- echo $ac_n "checking for X""... $ac_c" 1>&6
--echo "configure:3034: checking for X" >&5
-+echo "configure:3050: checking for X" >&5
-
- # Check whether --with-x or --without-x was given.
- if test "${with_x+set}" = set; then
-@@ -3092,12 +3108,12 @@
-
- # First, try using that file with no special directory specified.
- cat > conftest.$ac_ext <<EOF
--#line 3096 "configure"
-+#line 3112 "configure"
- #include "confdefs.h"
- #include <$x_direct_test_include>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:3101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:3117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- rm -rf conftest*
-@@ -3166,14 +3182,14 @@
- ac_save_LIBS="$LIBS"
- LIBS="-l$x_direct_test_library $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 3170 "configure"
-+#line 3186 "configure"
- #include "confdefs.h"
-
- int main() {
- ${x_direct_test_function}()
- ; return 0; }
- EOF
--if { (eval echo configure:3177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- LIBS="$ac_save_LIBS"
- # We can link X programs with no special library path.
-@@ -3263,12 +3279,12 @@
- if test "$no_x" = ""; then
- if test "$x_includes" = ""; then
- cat > conftest.$ac_ext <<EOF
--#line 3267 "configure"
-+#line 3283 "configure"
- #include "confdefs.h"
- #include <X11/XIntrinsic.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:3272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:3288: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- :
-@@ -3288,15 +3304,15 @@
- fi
- if test "$no_x" = "yes" -o "$not_really_there" = "yes"; then
- echo $ac_n "checking for X11 header files""... $ac_c" 1>&6
--echo "configure:3292: checking for X11 header files" >&5
-+echo "configure:3308: checking for X11 header files" >&5
- XINCLUDES="# no special path needed"
- cat > conftest.$ac_ext <<EOF
--#line 3295 "configure"
-+#line 3311 "configure"
- #include "confdefs.h"
- #include <X11/Intrinsic.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:3300: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:3316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- :
-@@ -3332,13 +3348,17 @@
-
- if test "$no_x" = yes; then
- echo $ac_n "checking for X11 libraries""... $ac_c" 1>&6
--echo "configure:3336: checking for X11 libraries" >&5
-+echo "configure:3352: checking for X11 libraries" >&5
- XLIBSW=nope
- dirs="/usr/unsupported/lib /usr/local/lib /usr/X386/lib /usr/X11R6/lib /usr/X11R5/lib /usr/lib/X11R5 /usr/lib/X11R4 /usr/openwin/lib /usr/X11/lib /usr/sww/X11/lib"
- for i in $dirs ; do
- if test -r $i/libX11.a -o -r $i/libX11.so -o -r $i/libX11.sl; then
- echo "$ac_t""$i" 1>&6
-- XLIBSW="-L$i -lX11"
-+ if test "${RPATH_FLAG}" != ""; then
-+ XLIBSW="-L$i ${RPATH_FLAG}$i -lX11"
-+ else
-+ XLIBSW="-L$i -lX11"
-+ fi
- x_libraries="$i"
- break
- fi
-@@ -3347,12 +3367,16 @@
- if test "$x_libraries" = ""; then
- XLIBSW=-lX11
- else
-- XLIBSW="-L$x_libraries -lX11"
-+ if test "${RPATH_FLAG}" != ""; then
-+ XLIBSW="-L$x_libraries ${RPATH_FLAG}$x_libraries -lX11"
-+ else
-+ XLIBSW="-L$x_libraries -lX11"
-+ fi
- fi
- fi
- if test "$XLIBSW" = nope ; then
- echo $ac_n "checking for XCreateWindow in -lXwindow""... $ac_c" 1>&6
--echo "configure:3356: checking for XCreateWindow in -lXwindow" >&5
-+echo "configure:3380: checking for XCreateWindow in -lXwindow" >&5
- ac_lib_var=`echo Xwindow'_'XCreateWindow | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -3360,7 +3384,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lXwindow $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 3364 "configure"
-+#line 3388 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -3371,7 +3395,7 @@
- XCreateWindow()
- ; return 0; }
- EOF
--if { (eval echo configure:3375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -3417,6 +3441,10 @@
+--- configure.orig Sat Oct 20 02:24:40 2001
++++ configure
+@@ -3916,6 +3916,10 @@
fi
if test "${TCL_LD_SEARCH_FLAGS}" = '-L${LIB_RUNTIME_DIR}'; then
LIB_RUNTIME_DIR=`echo ${LIB_RUNTIME_DIR} |sed -e 's/:/ -L/g'`
@@ -690,333 +13,333 @@ $NetBSD: patch-ab,v 1.8 2001/10/23 09:55:47 jlam Exp $
fi
# The statement below is very tricky! It actually *evaluates* the
-@@ -3456,7 +3484,7 @@
+@@ -3955,7 +3959,7 @@
#--------------------------------------------------------------------
echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6
--echo "configure:3460: checking for main in -lXbsd" >&5
-+echo "configure:3488: checking for main in -lXbsd" >&5
+-echo "configure:3959: checking for main in -lXbsd" >&5
++echo "configure:3963: checking for main in -lXbsd" >&5
ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
-@@ -3464,14 +3492,14 @@
+@@ -3963,14 +3967,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lXbsd $LIBS"
cat > conftest.$ac_ext <<EOF
--#line 3468 "configure"
-+#line 3496 "configure"
+-#line 3967 "configure"
++#line 3971 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
--if { (eval echo configure:3475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:3978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
-@@ -3494,12 +3522,12 @@
+@@ -3993,12 +3997,12 @@
tk_checkBoth=0
echo $ac_n "checking for connect""... $ac_c" 1>&6
--echo "configure:3498: checking for connect" >&5
-+echo "configure:3526: checking for connect" >&5
+-echo "configure:3997: checking for connect" >&5
++echo "configure:4001: checking for connect" >&5
if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
--#line 3503 "configure"
-+#line 3531 "configure"
+-#line 4002 "configure"
++#line 4006 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char connect(); below. */
-@@ -3522,7 +3550,7 @@
+@@ -4021,7 +4025,7 @@
; return 0; }
EOF
--if { (eval echo configure:3526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:4025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:4029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_connect=yes"
else
-@@ -3544,7 +3572,7 @@
+@@ -4043,7 +4047,7 @@
if test "$tk_checkSocket" = 1; then
echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
--echo "configure:3548: checking for main in -lsocket" >&5
-+echo "configure:3576: checking for main in -lsocket" >&5
+-echo "configure:4047: checking for main in -lsocket" >&5
++echo "configure:4051: checking for main in -lsocket" >&5
ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
-@@ -3552,14 +3580,14 @@
+@@ -4051,14 +4055,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lsocket $LIBS"
cat > conftest.$ac_ext <<EOF
--#line 3556 "configure"
-+#line 3584 "configure"
+-#line 4055 "configure"
++#line 4059 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
--if { (eval echo configure:3563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:4062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:4066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
-@@ -3585,12 +3613,12 @@
+@@ -4084,12 +4088,12 @@
tk_oldLibs=$LIBS
LIBS="$LIBS -lsocket -lnsl"
echo $ac_n "checking for accept""... $ac_c" 1>&6
--echo "configure:3589: checking for accept" >&5
-+echo "configure:3617: checking for accept" >&5
+-echo "configure:4088: checking for accept" >&5
++echo "configure:4092: checking for accept" >&5
if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
--#line 3594 "configure"
-+#line 3622 "configure"
+-#line 4093 "configure"
++#line 4097 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char accept(); below. */
-@@ -3613,7 +3641,7 @@
+@@ -4112,7 +4116,7 @@
; return 0; }
EOF
--if { (eval echo configure:3617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:4116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:4120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_accept=yes"
else
-@@ -3635,12 +3663,12 @@
+@@ -4134,12 +4138,12 @@
fi
echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
--echo "configure:3639: checking for gethostbyname" >&5
-+echo "configure:3667: checking for gethostbyname" >&5
+-echo "configure:4138: checking for gethostbyname" >&5
++echo "configure:4142: checking for gethostbyname" >&5
if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
--#line 3644 "configure"
-+#line 3672 "configure"
+-#line 4143 "configure"
++#line 4147 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyname(); below. */
-@@ -3663,7 +3691,7 @@
+@@ -4162,7 +4166,7 @@
; return 0; }
EOF
--if { (eval echo configure:3667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:4166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:4170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gethostbyname=yes"
else
-@@ -3681,7 +3709,7 @@
+@@ -4180,7 +4184,7 @@
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
--echo "configure:3685: checking for main in -lnsl" >&5
-+echo "configure:3713: checking for main in -lnsl" >&5
+-echo "configure:4184: checking for main in -lnsl" >&5
++echo "configure:4188: checking for main in -lnsl" >&5
ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
-@@ -3689,14 +3717,14 @@
+@@ -4188,14 +4192,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lnsl $LIBS"
cat > conftest.$ac_ext <<EOF
--#line 3693 "configure"
-+#line 3721 "configure"
+-#line 4192 "configure"
++#line 4196 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
--if { (eval echo configure:3700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:4199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:4203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
-@@ -3736,13 +3764,13 @@
+@@ -4235,13 +4239,13 @@
if test -d /usr/include/mit ; then
echo $ac_n "checking MIT X libraries""... $ac_c" 1>&6
--echo "configure:3740: checking MIT X libraries" >&5
-+echo "configure:3768: checking MIT X libraries" >&5
+-echo "configure:4239: checking MIT X libraries" >&5
++echo "configure:4243: checking MIT X libraries" >&5
tk_oldCFlags=$CFLAGS
CFLAGS="$CFLAGS -I/usr/include/mit"
tk_oldLibs=$LIBS
LIBS="$LIBS -lX11-mit"
cat > conftest.$ac_ext <<EOF
--#line 3746 "configure"
-+#line 3774 "configure"
+-#line 4245 "configure"
++#line 4249 "configure"
#include "confdefs.h"
#include <X11/Xlib.h>
-@@ -3753,7 +3781,7 @@
+@@ -4252,7 +4256,7 @@
; return 0; }
EOF
--if { (eval echo configure:3757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:4256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6
-@@ -3780,12 +3808,12 @@
+@@ -4279,12 +4283,12 @@
MATH_LIBS=""
echo $ac_n "checking for sin""... $ac_c" 1>&6
--echo "configure:3784: checking for sin" >&5
-+echo "configure:3812: checking for sin" >&5
+-echo "configure:4283: checking for sin" >&5
++echo "configure:4287: checking for sin" >&5
if eval "test \"`echo '$''{'ac_cv_func_sin'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
--#line 3789 "configure"
-+#line 3817 "configure"
+-#line 4288 "configure"
++#line 4292 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sin(); below. */
-@@ -3808,7 +3836,7 @@
+@@ -4307,7 +4311,7 @@
; return 0; }
EOF
--if { (eval echo configure:3812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:4311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:4315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sin=yes"
else
-@@ -3829,7 +3857,7 @@
+@@ -4328,7 +4332,7 @@
fi
echo $ac_n "checking for main in -lieee""... $ac_c" 1>&6
--echo "configure:3833: checking for main in -lieee" >&5
-+echo "configure:3861: checking for main in -lieee" >&5
+-echo "configure:4332: checking for main in -lieee" >&5
++echo "configure:4336: checking for main in -lieee" >&5
ac_lib_var=`echo ieee'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
-@@ -3837,14 +3865,14 @@
+@@ -4336,14 +4340,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lieee $LIBS"
cat > conftest.$ac_ext <<EOF
--#line 3841 "configure"
-+#line 3869 "configure"
+-#line 4340 "configure"
++#line 4344 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
--if { (eval echo configure:3848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:4347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:4351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
-@@ -3871,14 +3899,14 @@
+@@ -4370,14 +4374,14 @@
#--------------------------------------------------------------------
echo $ac_n "checking whether char is unsigned""... $ac_c" 1>&6
--echo "configure:3875: checking whether char is unsigned" >&5
-+echo "configure:3903: checking whether char is unsigned" >&5
+-echo "configure:4374: checking whether char is unsigned" >&5
++echo "configure:4378: checking whether char is unsigned" >&5
if eval "test \"`echo '$''{'ac_cv_c_char_unsigned'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
if test "$GCC" = yes; then
# GCC predefines this symbol on systems where it applies.
cat > conftest.$ac_ext <<EOF
--#line 3882 "configure"
-+#line 3910 "configure"
+-#line 4381 "configure"
++#line 4385 "configure"
#include "confdefs.h"
#ifdef __CHAR_UNSIGNED__
yes
-@@ -3900,7 +3928,7 @@
+@@ -4399,7 +4403,7 @@
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
--#line 3904 "configure"
-+#line 3932 "configure"
+-#line 4403 "configure"
++#line 4407 "configure"
#include "confdefs.h"
/* volatile prevents gcc2 from optimizing the test away on sparcs. */
#if !defined(__STDC__) || __STDC__ != 1
-@@ -3910,7 +3938,7 @@
+@@ -4409,7 +4413,7 @@
volatile char c = 255; exit(c < 0);
}
EOF
--if { (eval echo configure:3914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:3942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+-if { (eval echo configure:4413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
++if { (eval echo configure:4417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_char_unsigned=yes
else
-@@ -3943,12 +3971,12 @@
+@@ -4442,12 +4446,12 @@
echo $ac_n "checking for strtod""... $ac_c" 1>&6
--echo "configure:3947: checking for strtod" >&5
-+echo "configure:3975: checking for strtod" >&5
+-echo "configure:4446: checking for strtod" >&5
++echo "configure:4450: checking for strtod" >&5
if eval "test \"`echo '$''{'ac_cv_func_strtod'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
--#line 3952 "configure"
-+#line 3980 "configure"
+-#line 4451 "configure"
++#line 4455 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strtod(); below. */
-@@ -3971,7 +3999,7 @@
+@@ -4470,7 +4474,7 @@
; return 0; }
EOF
--if { (eval echo configure:3975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:4003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:4474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:4478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strtod=yes"
else
-@@ -3993,12 +4021,12 @@
+@@ -4492,12 +4496,12 @@
- if test "$tk_strtod" = 1; then
- echo $ac_n "checking for Solaris 2.4 strtod bug""... $ac_c" 1>&6
--echo "configure:3997: checking for Solaris 2.4 strtod bug" >&5
-+echo "configure:4025: checking for Solaris 2.4 strtod bug" >&5
+ if test "$tcl_strtod" = 1; then
+ echo $ac_n "checking for Solaris2.4/Tru64 strtod bugs""... $ac_c" 1>&6
+-echo "configure:4496: checking for Solaris2.4/Tru64 strtod bugs" >&5
++echo "configure:4500: checking for Solaris2.4/Tru64 strtod bugs" >&5
if test "$cross_compiling" = yes; then
- tk_ok=0
+ tcl_ok=0
else
cat > conftest.$ac_ext <<EOF
--#line 4002 "configure"
-+#line 4030 "configure"
+-#line 4501 "configure"
++#line 4505 "configure"
#include "confdefs.h"
extern double strtod();
-@@ -4018,7 +4046,7 @@
+@@ -4517,7 +4521,7 @@
exit(0);
}
EOF
--if { (eval echo configure:4022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:4050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+-if { (eval echo configure:4521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
++if { (eval echo configure:4525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
- tk_ok=1
+ tcl_ok=1
else
-@@ -4049,7 +4077,7 @@
+@@ -4549,7 +4553,7 @@
echo $ac_n "checking how to build libraries""... $ac_c" 1>&6
--echo "configure:4053: checking how to build libraries" >&5
-+echo "configure:4081: checking how to build libraries" >&5
+-echo "configure:4553: checking how to build libraries" >&5
++echo "configure:4557: checking how to build libraries" >&5
# Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then
enableval="$enable_shared"
-@@ -4088,7 +4116,7 @@
+@@ -4588,7 +4592,7 @@
if test "${SHARED_BUILD}" = "1" -a "${SHLIB_SUFFIX}" != ""; then
TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}"
TK_LIB_FILE=libtk${TK_SHARED_LIB_SUFFIX}
-- MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${LIBS}"
-+ MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE:C/\.so.*/.la/} \${OBJS:.o=.lo} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${LIBS} -version-info 1:0"
+- MAKE_LIB="\${SHLIB_LD} -o \$@ \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${SHLIB_LD_LIBS}"
++ MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE:C/\.so.*/.la/} \${OBJS:.o=.lo} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${SHLIB_LD_LIBS} -version-info 1:0"
RANLIB=":"
# TCL_STUB_FLAGS="-DUSE_TCL_STUBS"
-@@ -4111,11 +4139,17 @@
+@@ -4611,11 +4615,17 @@
if test "$SHARED_BUILD" = 0 -o $TCL_NEEDS_EXP_FILE = 0; then
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
eval TK_LIB_FLAG="-ltk${VERSION}\${TK_DBGX}"
@@ -1024,14 +347,14 @@ $NetBSD: patch-ab,v 1.8 2001/10/23 09:55:47 jlam Exp $
else
eval TK_LIB_FLAG="-ltk`echo ${VERSION} | tr -d .`\${TK_DBGX}"
+ eval TK_BUILD_LIB_SPEC="libtk`echo ${VERSION} | tr -d .`\${TK_DBGX}.la"
-+ fi
+ fi
+- TK_BUILD_LIB_SPEC="-L`pwd` ${TK_LIB_FLAG}"
+- TK_LIB_SPEC="-L${exec_prefix}/lib ${TK_LIB_FLAG}"
+ if test "${RPATH_FLAG}" != ""; then
+ TK_LIB_SPEC_RPATH="${RPATH_FLAG}${exec_prefix}/lib"
+ else
+ TK_LIB_SPEC_RPATH=""
- fi
-- TK_BUILD_LIB_SPEC="-L`pwd` ${TK_LIB_FLAG}"
-- TK_LIB_SPEC="-L${exec_prefix}/lib ${TK_LIB_FLAG}"
++ fi
+ TK_LIB_SPEC="-L${exec_prefix}/lib ${TK_LIB_SPEC_RPATH} ${TK_LIB_FLAG}"
TK_BUILD_EXP_FILE=""
TK_EXP_FILE=""
diff --git a/x11/tk/patches/patch-ac b/x11/tk/patches/patch-ac
index caa18bb3989..7e941b3f491 100644
--- a/x11/tk/patches/patch-ac
+++ b/x11/tk/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.3 2001/10/23 09:55:47 jlam Exp $
+$NetBSD: patch-ac,v 1.4 2001/12/23 17:11:30 bjoern Exp $
---- aclocal.m4.orig Tue Aug 8 21:19:32 2000
-+++ aclocal.m4 Sun Jul 29 09:43:02 2001
-@@ -580,6 +580,7 @@
+--- tcl.m4.orig Sat Oct 20 02:24:40 2001
++++ tcl.m4
+@@ -602,6 +602,7 @@
do64bit_ok=no
fullSrcDir=`cd $srcdir; pwd`
@@ -10,7 +10,7 @@ $NetBSD: patch-ac,v 1.3 2001/10/23 09:55:47 jlam Exp $
EXTRA_CFLAGS=""
TCL_EXPORT_FILE_SUFFIX=""
UNSHARED_LIB_SUFFIX=""
-@@ -769,7 +770,6 @@
+@@ -915,7 +916,6 @@
AC_CHECK_HEADER(dlfcn.h, [
# NetBSD/SPARC needs -fPIC, -fpic will not do.
SHLIB_CFLAGS="-fPIC"
@@ -18,7 +18,7 @@ $NetBSD: patch-ac,v 1.3 2001/10/23 09:55:47 jlam Exp $
SHLIB_LD_LIBS=""
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
-@@ -781,11 +781,19 @@
+@@ -927,11 +927,19 @@
#ifdef __ELF__
yes
#endif
@@ -40,7 +40,7 @@ $NetBSD: patch-ac,v 1.3 2001/10/23 09:55:47 jlam Exp $
)
], [
SHLIB_CFLAGS=""
-@@ -933,6 +941,9 @@
+@@ -1130,6 +1138,9 @@
DL_LIBS="-ldl"
LDFLAGS=""
LD_SEARCH_FLAGS='-Wl,-R,${LIB_RUNTIME_DIR}'
@@ -49,8 +49,8 @@ $NetBSD: patch-ac,v 1.3 2001/10/23 09:55:47 jlam Exp $
+ TCL_LIB_VERSIONS_OK=nodots
;;
SunOS-5*)
- SHLIB_CFLAGS="-KPIC"
-@@ -972,6 +983,9 @@
+
+@@ -1174,6 +1185,9 @@
else
LD_SEARCH_FLAGS='-R ${LIB_RUNTIME_DIR}'
fi
@@ -60,7 +60,7 @@ $NetBSD: patch-ac,v 1.3 2001/10/23 09:55:47 jlam Exp $
;;
ULTRIX-4.*)
SHLIB_CFLAGS="-G 0"
-@@ -1383,7 +1397,11 @@
+@@ -1652,7 +1666,11 @@
for i in $dirs ; do
if test -r $i/libX11.a -o -r $i/libX11.so -o -r $i/libX11.sl; then
AC_MSG_RESULT($i)
@@ -73,7 +73,7 @@ $NetBSD: patch-ac,v 1.3 2001/10/23 09:55:47 jlam Exp $
x_libraries="$i"
break
fi
-@@ -1392,7 +1410,11 @@
+@@ -1661,7 +1679,11 @@
if test "$x_libraries" = ""; then
XLIBSW=-lX11
else
diff --git a/x11/tk/patches/patch-ad b/x11/tk/patches/patch-ad
index 2ade9917edb..99f4a1d3074 100644
--- a/x11/tk/patches/patch-ad
+++ b/x11/tk/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.2 2001/10/23 09:55:47 jlam Exp $
+$NetBSD: patch-ad,v 1.3 2001/12/23 17:11:30 bjoern Exp $
---- configure.in.orig Tue Aug 8 15:19:32 2000
+--- configure.in.orig Sat Oct 20 02:24:40 2001
+++ configure.in
-@@ -205,6 +205,10 @@
+@@ -220,6 +220,10 @@
fi
if test "${TCL_LD_SEARCH_FLAGS}" = '-L${LIB_RUNTIME_DIR}'; then
LIB_RUNTIME_DIR=`echo ${LIB_RUNTIME_DIR} |sed -e 's/:/ -L/g'`
@@ -13,16 +13,16 @@ $NetBSD: patch-ad,v 1.2 2001/10/23 09:55:47 jlam Exp $
fi
# The statement below is very tricky! It actually *evaluates* the
-@@ -334,7 +338,7 @@
+@@ -349,7 +353,7 @@
if test "${SHARED_BUILD}" = "1" -a "${SHLIB_SUFFIX}" != ""; then
TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}"
TK_LIB_FILE=libtk${TK_SHARED_LIB_SUFFIX}
-- MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${LIBS}"
-+ MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE:C/\.so.*/.la/} \${OBJS:.o=.lo} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${LIBS} -version-info 1:0"
+- MAKE_LIB="\${SHLIB_LD} -o \[$]@ \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${SHLIB_LD_LIBS}"
++ MAKE_LIB="\${SHLIB_LD} -o \${@:C/\.so.*/.la/} \${OBJS:.o=.lo} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${SHLIB_LD_LIBS} -version-info 1:0"
RANLIB=":"
# TCL_STUB_FLAGS="-DUSE_TCL_STUBS"
-@@ -357,11 +361,17 @@
+@@ -372,11 +376,17 @@
if test "$SHARED_BUILD" = 0 -o $TCL_NEEDS_EXP_FILE = 0; then
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
eval TK_LIB_FLAG="-ltk${VERSION}\${TK_DBGX}"