pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Changes 8.4.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9be982cdee1
branches:  trunk
changeset: 484231:d9be982cdee1
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 26 10:30:01 2004 +0000

description:
Changes 8.4.8:
  * Fixed possible deadlock in Tcl_Finalize
  * Fixed thread IDs on 64-bit systems
  * Fixed [scan %ld] handling LP64 systems
  * Fixed [string map $samevar $samevar] crash
  * Fixed broken [namespace forget] logic
  * Fixed [namespace import] cycle prevention
  * Improved control over int <-> wideInt conversion
  * Fixed buffer overflow when there is a syntax error in [subst]
  * Fixed [file executable] result for case insensitivity on Windows
  * Fixed [expr {NaN == NaN}] result
  * Make [tcl_findLibrary] search $::auto_path as well
  * Fixed crash in [fconfigure -ttycontrol] in threaded build
  * [TIP 222] implementation of [wm attributes -alpha] on Windows
  * [TIP 159] implementation of [wm iconphoto]
  * Make Tk [load]-able on OS X/Aqua
  * Handle color/screen resolution changes on Windows
  * Fixed [wm resizable] for Solaris/CDE
  * Handle Windows native dialog double clicks that fall through
  * Fixed [place forget] memory leak
  * Recompute menu geometry on named font size change
  * Fixed X/IME IC focus after creation
  * Improved multiple display Tk dialog window placement
  * Fixed compound buttons for OS X/Aqua
  * Documentation improvements and test suite expansion

diffstat:

 lang/tcl/Makefile         |  13 ++++++-------
 lang/tcl/PLIST            |  13 +++++--------
 lang/tcl/distinfo         |  14 +++++++-------
 lang/tcl/patches/patch-aa |  16 ++++++++--------
 lang/tcl/patches/patch-ab |  20 ++++++++++----------
 lang/tcl/patches/patch-ae |   8 ++++----
 lang/tcl/patches/patch-af |  22 +++++++++++-----------
 x11/tk/Makefile           |  16 ++++++++--------
 x11/tk/PLIST              |  13 ++-----------
 x11/tk/distinfo           |  12 ++++++------
 x11/tk/patches/patch-aa   |   8 ++++----
 x11/tk/patches/patch-ab   |  20 ++++++++++----------
 x11/tk/patches/patch-ac   |  22 +++++++++++-----------
 13 files changed, 92 insertions(+), 105 deletions(-)

diffs (truncated from 672 to 300 lines):

diff -r b8f3748d3670 -r d9be982cdee1 lang/tcl/Makefile
--- a/lang/tcl/Makefile Fri Nov 26 10:17:40 2004 +0000
+++ b/lang/tcl/Makefile Fri Nov 26 10:30:01 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2004/11/16 22:44:51 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2004/11/26 10:30:01 adam Exp $
 
-DISTNAME=      tcl8.4.7-src
-PKGNAME=       tcl-8.4.7
-PKGREVISION=   3
+DISTNAME=      tcl8.4.8-src
+PKGNAME=       tcl-8.4.8
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tcl/}
 
@@ -15,14 +14,14 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:C/-src//}/unix
-GNU_CONFIGURE=         yes
-MAKE_ENV+=             TOUCH="${TOUCH}"
-TEST_TARGET=           test
 
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+MAKE_ENV+=             TOUCH="${TOUCH}"
 
 INSTALL_TARGET=                install
+TEST_TARGET=           test
 
 # Initially install the man pages into ${WRKDIR}/man, as we need a staged
 # install to avoid overwriting existing manpages in ${PREFIX}/man.
diff -r b8f3748d3670 -r d9be982cdee1 lang/tcl/PLIST
--- a/lang/tcl/PLIST    Fri Nov 26 10:17:40 2004 +0000
+++ b/lang/tcl/PLIST    Fri Nov 26 10:30:01 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/10/30 05:18:52 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/11/26 10:30:01 adam Exp $
 bin/tclsh
 bin/tclsh8.4
 include/tcl.h
@@ -102,8 +102,8 @@
 lib/tcl8.4/history.tcl
 lib/tcl8.4/http1.0/http.tcl
 lib/tcl8.4/http1.0/pkgIndex.tcl
-lib/tcl8.4/http2.4/http.tcl
-lib/tcl8.4/http2.4/pkgIndex.tcl
+lib/tcl8.4/http2.5/http.tcl
+lib/tcl8.4/http2.5/pkgIndex.tcl
 lib/tcl8.4/init.tcl
 lib/tcl8.4/ldAix
 lib/tcl8.4/ldAout.tcl
@@ -422,6 +422,7 @@
 man/man3/Tcl_MacEvalResource.3
 man/man3/Tcl_MacFindResource.3
 man/man3/Tcl_MacSetEventProc.3
+man/man3/Tcl_Main.3
 man/man3/Tcl_MakeFileChannel.3
 man/man3/Tcl_MakeSafe.3
 man/man3/Tcl_MakeTcpClientChannel.3
@@ -671,7 +672,6 @@
 man/mann/interp.n
 man/mann/join.n
 man/mann/lappend.n
-man/mann/library.n
 man/mann/lindex.n
 man/mann/linsert.n
 man/mann/list.n
@@ -687,11 +687,9 @@
 man/mann/namespace.n
 man/mann/open.n
 man/mann/package.n
-man/mann/packagens.n
 man/mann/parray.n
 man/mann/pid.n
 man/mann/pkg::create.n
-man/mann/pkgMkIndex.n
 man/mann/pkg_mkIndex.n
 man/mann/proc.n
 man/mann/puts.n
@@ -704,7 +702,6 @@
 man/mann/rename.n
 man/mann/resource.n
 man/mann/return.n
-man/mann/safe.n
 man/mann/scan.n
 man/mann/seek.n
 man/mann/set.n
@@ -736,7 +733,7 @@
 @dirrm lib/tcl8.4/tcltest2.2
 @dirrm lib/tcl8.4/opt0.4
 @dirrm lib/tcl8.4/msgcat1.3
-@dirrm lib/tcl8.4/http2.4
+@dirrm lib/tcl8.4/http2.5
 @dirrm lib/tcl8.4/http1.0
 @dirrm lib/tcl8.4/encoding
 @dirrm lib/tcl8.4
diff -r b8f3748d3670 -r d9be982cdee1 lang/tcl/distinfo
--- a/lang/tcl/distinfo Fri Nov 26 10:17:40 2004 +0000
+++ b/lang/tcl/distinfo Fri Nov 26 10:30:01 2004 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.26 2004/10/04 02:15:52 minskim Exp $
+$NetBSD: distinfo,v 1.27 2004/11/26 10:30:01 adam Exp $
 
-SHA1 (tcl8.4.7-src.tar.gz) = 1529d8473bde5ba3430a93047d546697fe6dee7b
-Size (tcl8.4.7-src.tar.gz) = 3472974 bytes
-SHA1 (patch-aa) = 5c5034b02b753f129124ee3a337772abaf83ef48
-SHA1 (patch-ab) = 7981c3ec9c4aaa1fb81755705478a996adcdf967
+SHA1 (tcl8.4.8-src.tar.gz) = 6b3f618aa8525cde1f10a613bd013fb9138f618b
+Size (tcl8.4.8-src.tar.gz) = 3492731 bytes
+SHA1 (patch-aa) = b9a40bcc2873065714f802e8605709da8532eeee
+SHA1 (patch-ab) = 44aff6dfb3c87d36a9aca16e33f693e356346238
 SHA1 (patch-ac) = ca2409270eee18ca2c8ddf9a002d9fff95053e4d
-SHA1 (patch-ae) = 1a5d12dc602dcde257e6b3e139f0d975ece74983
-SHA1 (patch-af) = e28694b1dcd5ffd423469b3c15a7786398c187d1
+SHA1 (patch-ae) = f086af46134e7698e71a9cf1b5668f32ae722d46
+SHA1 (patch-af) = 86a31fbab57616868991661afbccaedc2dadaa32
 SHA1 (patch-ag) = 0a11bfc878d43b15f6444923fac18b4876b62398
 SHA1 (patch-ah) = 0aaa349fcf9ce736e1f7d3dad377ee355f549ecb
diff -r b8f3748d3670 -r d9be982cdee1 lang/tcl/patches/patch-aa
--- a/lang/tcl/patches/patch-aa Fri Nov 26 10:17:40 2004 +0000
+++ b/lang/tcl/patches/patch-aa Fri Nov 26 10:30:01 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.12 2004/10/01 13:35:37 adam Exp $
+$NetBSD: patch-aa,v 1.13 2004/11/26 10:30:01 adam Exp $
 
---- Makefile.in.orig   2004-07-26 21:40:46.000000000 +0000
+--- Makefile.in.orig   2004-11-19 18:49:51.000000000 +0000
 +++ Makefile.in
 @@ -172,8 +172,8 @@ SHELL                      = /bin/sh
  INSTALL_STRIP_PROGRAM   = -s
@@ -39,9 +39,9 @@
 +CC                    = ${LIBTOOL} --mode=compile @CC@
 +LD                    = ${LIBTOOL} --mode=link @CC@
  
- # Flags to be passed to mkLinks to control whether the manpages
+ # Flags to be passed to installManPage to control whether the manpages
  # should be compressed and linked with softlinks
-@@ -445,7 +447,7 @@ SRCS = $(GENERIC_SRCS) $(UNIX_SRCS) $(ST
+@@ -447,7 +449,7 @@ SRCS = $(GENERIC_SRCS) $(UNIX_SRCS) $(ST
  
  all: binaries libraries doc
  
@@ -50,7 +50,7 @@
  
  libraries:
  
-@@ -453,7 +455,7 @@ doc:
+@@ -455,7 +457,7 @@ doc:
  
  # The following target is configured by autoconf to generate either
  # a shared library or non-shared library for Tcl.
@@ -59,7 +59,7 @@
        rm -f $@
        @MAKE_LIB@
  
-@@ -473,8 +475,8 @@ tclLibObjs:
+@@ -475,8 +477,8 @@ tclLibObjs:
  objs: ${OBJS}
  
  
@@ -70,7 +70,7 @@
                ${CC_SEARCH_FLAGS} -o tclsh
  
  # Resetting the LIB_RUNTIME_DIR below is required so that
-@@ -482,11 +484,11 @@ tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE}
+@@ -484,11 +486,11 @@ tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE}
  # burned into its ld search path. This keeps tcltest from
  # picking up an already installed version of the Tcl library.
  
@@ -84,7 +84,7 @@
                ${CC_SEARCH_FLAGS} -o tcltest
  
  # Note, in the target below TCL_LIBRARY needs to be set or else
-@@ -1054,7 +1056,7 @@ tclMacOSXBundle.o: $(MAC_OSX_DIR)/tclMac
+@@ -1040,7 +1042,7 @@ tclMacOSXBundle.o: $(MAC_OSX_DIR)/tclMac
  
  xttest:  ${XTTEST_OBJS} ${GENERIC_OBJS} ${UNIX_OBJS} ${COMPAT_OBJS} \
        @DL_OBJS@ ${BUILD_DLTEST}
diff -r b8f3748d3670 -r d9be982cdee1 lang/tcl/patches/patch-ab
--- a/lang/tcl/patches/patch-ab Fri Nov 26 10:17:40 2004 +0000
+++ b/lang/tcl/patches/patch-ab Fri Nov 26 10:30:01 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.26 2004/10/01 13:35:37 adam Exp $
+$NetBSD: patch-ab,v 1.27 2004/11/26 10:30:01 adam Exp $
 
---- configure.orig     2004-07-26 21:40:46.000000000 +0000
+--- configure.orig     2004-11-19 18:49:51.000000000 +0000
 +++ configure
-@@ -2076,12 +2076,13 @@ fi
+@@ -2103,12 +2103,13 @@ fi
      # Step 3: set configuration options based on system name and version.
  
      do64bit_ok=no
@@ -17,7 +17,7 @@
      CFLAGS_DEBUG=-g
      CFLAGS_OPTIMIZE=-O
      if test "$GCC" = "yes" ; then
-@@ -2751,6 +2752,9 @@ fi
+@@ -2778,6 +2779,9 @@ fi
            LD_SEARCH_FLAGS=""
            ;;
        NetBSD-*|FreeBSD-[1-2].*)
@@ -27,7 +27,7 @@
            # 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
-@@ -2783,13 +2787,11 @@ if eval "test \"`echo '$ac_cv_header_'$a
+@@ -2810,13 +2814,11 @@ if eval "test \"`echo '$ac_cv_header_'$a
    
                # NetBSD/SPARC needs -fPIC, -fpic will not do.
                SHLIB_CFLAGS="-fPIC"
@@ -39,9 +39,9 @@
                CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
 -              LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
                echo $ac_n "checking for ELF""... $ac_c" 1>&6
- echo "configure:2795: checking for ELF" >&5
+ echo "configure:2822: checking for ELF" >&5
                cat > conftest.$ac_ext <<EOF
-@@ -2804,11 +2806,20 @@ EOF
+@@ -2831,11 +2833,20 @@ EOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    egrep "yes" >/dev/null 2>&1; then
    rm -rf conftest*
@@ -64,7 +64,7 @@
                    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
                
  fi
-@@ -3424,16 +3435,16 @@ fi
+@@ -3451,16 +3462,16 @@ fi
      fi
  
      if test "$SHARED_LIB_SUFFIX" = "" ; then
@@ -85,7 +85,7 @@
      else
          LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
  
-@@ -7251,7 +7262,7 @@ elif test "$SHARED_BUILD" = "0" || test 
+@@ -7282,7 +7293,7 @@ elif test "$SHARED_BUILD" = "0" || test 
          TCL_LIB_FLAG="-ltcl`echo ${TCL_VERSION} | tr -d .`\${TCL_DBGX}"
      fi
      TCL_BUILD_LIB_SPEC="-L`pwd` ${TCL_LIB_FLAG}"
@@ -94,7 +94,7 @@
  else
      TCL_BUILD_EXP_FILE="lib.exp"
      eval "TCL_EXP_FILE=libtcl${TCL_EXPORT_FILE_SUFFIX}"
-@@ -7281,13 +7292,19 @@ VERSION=${TCL_VERSION}
+@@ -7312,13 +7323,19 @@ VERSION=${TCL_VERSION}
  #--------------------------------------------------------------------
  
  if test "$FRAMEWORK_BUILD" = "1" ; then
diff -r b8f3748d3670 -r d9be982cdee1 lang/tcl/patches/patch-ae
--- a/lang/tcl/patches/patch-ae Fri Nov 26 10:17:40 2004 +0000
+++ b/lang/tcl/patches/patch-ae Fri Nov 26 10:30:01 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.5 2004/10/01 13:35:37 adam Exp $
+$NetBSD: patch-ae,v 1.6 2004/11/26 10:30:01 adam Exp $
 
---- configure.in.orig  2004-07-26 21:40:46.000000000 +0000
+--- configure.in.orig  2004-11-19 18:49:51.000000000 +0000
 +++ configure.in
-@@ -478,7 +478,7 @@ elif test "$SHARED_BUILD" = "0" || test 
+@@ -479,7 +479,7 @@ elif test "$SHARED_BUILD" = "0" || test 
          TCL_LIB_FLAG="-ltcl`echo ${TCL_VERSION} | tr -d .`\${TCL_DBGX}"
      fi
      TCL_BUILD_LIB_SPEC="-L`pwd` ${TCL_LIB_FLAG}"
@@ -11,7 +11,7 @@
  else
      TCL_BUILD_EXP_FILE="lib.exp"
      eval "TCL_EXP_FILE=libtcl${TCL_EXPORT_FILE_SUFFIX}"
-@@ -508,13 +508,19 @@ VERSION=${TCL_VERSION}
+@@ -509,13 +509,19 @@ VERSION=${TCL_VERSION}
  #--------------------------------------------------------------------
  
  if test "$FRAMEWORK_BUILD" = "1" ; then
diff -r b8f3748d3670 -r d9be982cdee1 lang/tcl/patches/patch-af
--- a/lang/tcl/patches/patch-af Fri Nov 26 10:17:40 2004 +0000
+++ b/lang/tcl/patches/patch-af Fri Nov 26 10:30:01 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.12 2004/10/01 13:35:37 adam Exp $
+$NetBSD: patch-af,v 1.13 2004/11/26 10:30:01 adam Exp $
 
---- tcl.m4.orig        2004-07-26 21:40:46.000000000 +0000
+--- tcl.m4.orig        2004-11-19 18:49:51.000000000 +0000
 +++ tcl.m4
-@@ -802,6 +802,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
+@@ -826,6 +826,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
      # Step 3: set configuration options based on system name and version.
  
      do64bit_ok=no
@@ -10,7 +10,7 @@
      LDFLAGS_ORIG="$LDFLAGS"
      TCL_EXPORT_FILE_SUFFIX=""
      UNSHARED_LIB_SUFFIX=""
-@@ -1076,6 +1077,9 @@ dnl AC_CHECK_TOOL(AR, ar)
+@@ -1100,6 +1101,9 @@ dnl AC_CHECK_TOOL(AR, ar)
            DL_LIBS=""
            CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
            LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'



Home | Main Index | Thread Index | Old Index