The NetBSD Project

CVS log for pkgsrc/lang/tcl/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / tcl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.125 / (download) - annotate - [select for diffs], Sat Apr 6 05:37:47 2024 UTC (12 days, 5 hours ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.124: +1 -2 lines
Diff to previous 1.124 (colored) to selected 1.60 (colored)

tcl, tk: updated to 8.6.14

Summary of Changes since Tcl/Tk 8.6.13:
--------------------------------------

This is a patch release, so it primarily includes bug fixes and corrections
to erratic behavior.  Highlighted changes are noted below.  The changes file
at the root of the source tree contains a more complete list.  The Timelines
of all changes are online.

               http://core.tcl-lang.org/tcl/timeline
               http://core.tcl-lang.org/tk/timeline

   * [TIP 402] revise path normalization for x-platform UNC path support
        *** POTENTIAL INCOMPATIBILITY ***

   * Harmonize Tk's parse of numbers (screen distance, etc) with Tcl
        *** POTENTIAL INCOMPATIBILITY ***

   * Iconlist ignores options db for fg text color; affects dialogs
        *** POTENTIAL INCOMPATIBILITY ***

   * Aqua: XPutImage() swaps red and blue channels
        *** POTENTIAL INCOMPATIBILITY ***

   * [encoding convertfrom] handling of incomplete code sequences
        *** POTENTIAL INCOMPATIBILITY ***

   * Harmonize handling of ~ in paths across platforms.
        *** POTENTIAL INCOMPATIBILITY ***

   * Fix menu clone binding misbehavior, menu-20.1[2-6].
        *** POTENTIAL INCOMPATIBILITY ***

   * Improved performance of [exec] and [open |$cmd] on unix-lke
     systems, especially with large memory footprints.

   * Improve performance of large treeview destruction.

   * Improve performance of large image insertions into text.

   * Improve widget creation performance due to poor font caching.

   * Fix notebook tab appearances when placed on edge other than top.

   * Enable treeview display of partial final line.

   * Win: restore [exec %var%] that was dropped in 8.6.13.

   * Allow [chan create {} $cmd].  Enables simulation of server channels.

   * Allow return from [tk scaling] in safe interps.

   * Prevent navigation by word exposing clues to masked entry contents.

   * Fix crashes or hangs in...
      - [chan pop] with pending input
      - thread finalization of reflected channels
      - [label .l -bitmap floppy]
      - [set tcl_precision 15; expr 6.4623485355705287e-27]
      - [tk busy forget] and [tk busy hold]
      - channel read into "string" Tcl_Obj can BO, and perform poorly
      - KVO crash after destroying Aqua's first root toplevel
      - Test treeview-6ee162c3f9
      - Test tailcall-bug-784befb0ba
      - Tests menu-40.[12]

   * Repair memory leaks and errors
      - Eliminate undefined realloc() calls
      - Silence many warnings from -fsanitize=function
      - Flawed interfacing with XIM
      - Tcl_UtfToExternal writing to one-byte buffer
      - Tcl_UtfToUniChar() handling of 0xC1.
      - Tk_ConfigureValue could call wrong free() routine.
      - tests getuncichar-1.* in utf.test
      - ...and many more

   * No more support for 32-bit Cygwin

   * ::tcl_platform(osVersion) updated to report Windows 11

   * Accommodate macOS deprecation of sprintf()

   * Silence macOS 14 warnings about secure restorable state.

   * Code changes to support ASan use-after-return detection

   * Revise Tcl_MakeFileChannel() to better partner with pledge()

   * Prevent false [clock format] error reports on FreeBSD

   * Region clip & copy make better use of OS facilities.

   * Update handling of Apple FourCC creator codes.

   * Text selection omits first character, text-38.1

   * Windows: improved support of non-BMP pathnames

   * Fixed some Y2038 limitations

   * Fix photo color drawing on X11 32-bit visuals.

   * Fix <<MenuSelect>> regression on menus with -tearoff

   * Correct rounding of [nsFont pointSize].

   * zlib comment/filename error handling (zlib-8.19, zlib-8.2[012])

   * Prevent theme change attempts after Tk finalize.

   * Make dialogs robust against parent destruction.

   * Make [tk_chooseColor] robust against failed grab.

   * Fix menu parsing of @x,y indices.  menu-22.[6-9]

   * Fix inconsistent results from [font measure].

   * Fixed [clock scan|add] handling of abbreviated options

   * Avoid endless loops replacing [unknown] or [history].

   * Fix polluted error messages from [send -option].

   * PNG photo image decoder missed a 0xFF entry.

   * Fix failing winTime-2.1 on Windows

   * test string-2.20.1 failed on big endian platforms

   * Updated bundled packages, libraries, standards, data
      - Itcl 4.2.4
      - sqlite3 3.44.2
      - Thread 2.8.9
      - TDBC* 1.1.7
      - tcltest 2.5.7
      - libtommath 1.2.1
      - zlib 1.3.1
      - Unicode 15.1
      - tzdata 2024a

Revision 1.124 / (download) - annotate - [select for diffs], Wed Nov 8 13:19:53 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.123: +2 -1 lines
Diff to previous 1.123 (colored) to selected 1.60 (colored)

*: recursive bump for icu 74.1

Revision 1.123 / (download) - annotate - [select for diffs], Mon Jun 26 15:51:55 2023 UTC (9 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.122: +2 -3 lines
Diff to previous 1.122 (colored) to selected 1.60 (colored)

tcl: updated to 8.6.13

8.6.13
2021-12-08 (update) tcltest package to version 2.5.4
2022-01-13 (bug)[26f132] Crash when sizeof(int) < sizeof(void *) (Plan 9 port)
2022-01-19 (TIP 623)[e9a271] Tcl_GetRange index args < 0 (petasis,nijtmans)
2022-03-08 (bug) test string-5.22 (porter)
2022-03-11 (bug)[8a7ec8] fat binary compile on Mac M1 (davis, nijtmans)
2022-04-04 (bug)[e5ed1b] numeric IPv6 in URLs (nijtmans)
=> http 2.9.6
2022-04-26 (bug)[27520c] test error-9.6 (goth,sebres)
2022-05-04 (bug)[8eb64b] http package tolerant again invalid reply header
2022-05-11 (bug)[6898f9] http package failed detection of shiftjis charset
2022-05-25 (bug)[76ad7a] tests string-6.13[23] (mistachkin, nijtmans)
2022-06-20 (bug)[55bf73] Avoid connection reuse after response code 101.
=> http 2.9.8
2022-07-22 (bug)[713653] FP rounding exposed by x86 musl (rubicon,sebres)
2022-07-22 More portable notation of microseconds in verbose output (sebres)
=> tcltest 2.5.5
2022-07-27 (bug)[b3977d] Process CR-LF split across packets (nadkarni,sebres)
2022-07-29 (bug)[4eb3a1] crash due to undetected bytecode invalidity (nadkarni)
2022-08-23 (new)[371080] Portability to CHERI-enabled Morello processor (jrtc27)
2022-09-06 (bug)[55a02f] Fallback init env(HOME) from USERPROFILE (nadkarni)
2022-09-13 (bug)[1073da] crash writing invalid utf-8 (nijtmans)
2022-09-14 (new) Update to Unicode-15 (nijtmans)
2022-10-14 tzdata updated to Olson's tzdata2022e (nijtmans)
Update bundled zlib to 1.2.13
Update bundled libtommath
Many code fixes to avoid overflow or undefined behavior.

Revision 1.122 / (download) - annotate - [select for diffs], Wed Apr 19 08:10:36 2023 UTC (12 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.121: +2 -2 lines
Diff to previous 1.121 (colored) to selected 1.60 (colored)

revbump after textproc/icu update

Revision 1.121 / (download) - annotate - [select for diffs], Wed Nov 23 16:20:31 2022 UTC (16 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.120: +2 -2 lines
Diff to previous 1.120 (colored) to selected 1.60 (colored)

massive revision bump after textproc/icu update

Revision 1.120 / (download) - annotate - [select for diffs], Thu Jun 23 09:07:01 2022 UTC (21 months, 3 weeks ago) by thor
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 (colored) to selected 1.60 (colored)

lang/tcl: install modules like upstream wants, fixing pkg/56696

We carried a patch that changed the installation of the standard Tcl modules,
to some old style with names that apparently made PLIST generation easier.
Now, we got some more fixed version numbers that will change on updates,
but the upside is that R does not enter an endless loop anymore on installing
R-tcltk2 when DISPLAY is empty, see pkg/56696, which should be fixed now.

Take care with PLIST when updating and please don't re-introduce the bug.
A better fix might be to fix the endless loop in Tcl as called by R, but
just messing around with upstream installation is not a good starting
point.

Revision 1.119 / (download) - annotate - [select for diffs], Mon Apr 18 19:11:31 2022 UTC (2 years ago) by adam
Branch: MAIN
Changes since 1.118: +2 -2 lines
Diff to previous 1.118 (colored) to selected 1.60 (colored)

revbump for textproc/icu update

Revision 1.118 / (download) - annotate - [select for diffs], Wed Dec 8 16:05:24 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.117: +2 -1 lines
Diff to previous 1.117 (colored) to selected 1.60 (colored)

revbump for icu and libffi

Revision 1.117 / (download) - annotate - [select for diffs], Tue Nov 16 16:24:39 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.116: +1 -2 lines
Diff to previous 1.116 (colored) to selected 1.60 (colored)

tcl: updated to 8.6.12

8.6.12:
Bug fixes

Revision 1.116 / (download) - annotate - [select for diffs], Fri Jul 16 09:56:25 2021 UTC (2 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored) to selected 1.60 (colored)

tcl: Skip --enable-64bit on Darwin/aarch64.

Causes -arch x86_64 to be added to CFLAGS and then fails to link.

Revision 1.115 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:07 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.114: +2 -1 lines
Diff to previous 1.114 (colored) to selected 1.60 (colored)

revbump for textproc/icu

Revision 1.114 / (download) - annotate - [select for diffs], Wed Jan 20 20:38:48 2021 UTC (3 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.113: +1 -2 lines
Diff to previous 1.113 (colored) to selected 1.60 (colored)

tcl: updated to 8.6.11

8.6.11:

2019-12-03 (bug)[3cd9be] Corner case in surrogate handling (nijtmans)

2019-12-09 (new) Add tcltest::(Setup|Eval|Cleanup|)Test (coulter,sebres)
=> tcltest 2.5.2

2019-12-12 (new) Add 3 libtommath functions to stub table (nijtmans)

2019-12-23 (bug)[ce3b9f] compilation errors with clang, windows msys2 (nijtmans)

2019-12-27 (bug)[1de6b0] [expr 1e2147483648] => 0.0 (kbk)

2020-01-04 (bug)[912886] tis-620 encoding fails to load (coulter)

2020-01-13 (bug)[0b9332] Win: support system encoding init to utf-8 (jedlika)

2020-01-17 (bug)[8cd2fe] [unload] corrupted list of loaded packages (berc)

2020-01-17 (bug)[5d989f] segfault in lsort for large list length (sebres)

2020-01-30 (bug) Reset WSAGetLastError()/errno in channel close (nijtmans)

2020-02-17 (bug) Win: avoid create of legacy error-vars on init phase (sebres)

2020-02-25 (bug) release refs when setting class's superclasses fails (dkf)

2020-02-26 (bug) C++ compiler compatibility for registry and dde (nijtmans)
=> registry 1.4.3
=> dde 1.3.5

2020-03-05 (new) Update to Unicode-13 (nijtmans)

2020-03-16 (bug)[8f89e2] Win: env var encoding, env-2.5 (sebres, nijtmans)

2020-03-27 (bug)[767e07] Tcl_Get(Range|UniChar) validate index inputs (nijtmans)

2020-03-28 (bug)[8edfce] [binary encode base64] & multi-byte wrapchars (dgp)

2020-03-28 (bug)[ffeb20] [binary decode base64] ignore invalid chars (dgp)
See RFC 2045
        *** POTENTIAL INCOMPATIBILITY ***

2020-03-31 (bug)[b8e82d] some -maxlen values break uuencode round trip (dgp)
        *** POTENTIAL INCOMPATIBILITY ***

2020-04-01 (bug)[f58371] Fileevent run in proper thread (bron,sebres)

2020-04-13 (bug)[afa4b2] TclNeedSpace bug; tests util-8.5 .. util-8.11 (dgp)

2020-04-13 (bug)[085913] Tcl_DStringAppendElement # quoting precision (dgp)
        *** POTENTIAL INCOMPATIBILITY ***

2020-04-13 (bug)[a7f685] test util-5.52 (dgp)

2020-04-13 (bug)[c61818] Tcl_UtfPrev regression (dgp)

2020-04-15 (bug)[8af92d] zlib transform issue, bad inflate (sebres)

2020-04-16 (bug)[5e6346] Tcl_UtfPrev handling of overlong sequences (dgp)

2020-04-27 (bug)[45ca23] [string tolower] inconsistency (dgp)

2020-04-30 (bug)[da2352] init [info hostname] with DNS, not NetBIOS (nadkarni)

2020-05-11 (bug)[d402ff] Win32 potential crash when using main() (werner)

2020-05-13 (bug)[81242a] revised documentation for Tcl_UtfAtIndex() (nijtmans)
        *** POTENTIAL INCOMPATIBILITY ***

2020-05-13 (bug)[ed2980] Tcl_UtfToUniChar reads > TCL_UTF_MAX bytes (nijtmans)
        *** POTENTIAL INCOMPATIBILITY ***

2020-06-02 (bug) prevent segfault in parser (sebres)

2020-06-21 (bug)[f81bec] http POST a binary file (alakendu,nash)
=> http 2.9.2

2020-06-23 (bug)[41c985] auto_path nonsense in Safe Base (nash)

2020-06-24 (bug)[f70ce1] zlib multi-stream inflate acts only on first (sebres)

2020-07-09 (bug)[a1bd37] [clock scan] new ISO format (clock-34.(19-24)) (sebres)
        *** POTENTIAL INCOMPATIBILITY ***

2020-07-10 (bug)[501974] [clock scan] +time zone (clock-34.(53-68)) (sebres)
        *** POTENTIAL INCOMPATIBILITY ***

2020-07-15 (bug)[3c6e47] compiled [lappend] performance, avoid copy (sebres)

2020-07-16 (bug)[5bbd04] Fix index underflow (schwab)

2020-07-27 (bug)[cb0373] http::geturl -keepalive fixes (nash)
=> http 2.9.3

2020-08-10 (bug)[29e884] cmd resolution cycle (namespace-57.0) (coulter,sebres)

2020-08-12 (bug)[e87000] Tcl_BadChannelOption tolerate NULL (werner,nijtmans)

2020-08-31 (TIP #581) disfavor Master/Slave terminology (nijtmans)
=> opt 0.4.8

2020-09-11 (bug)[3bc0f4] UBSan complains about body.chars[] usage (nijtmans)

2020-09-17 (bug)[835c93] Support TIP 525 exit code for -singleproc 1 (nijtmans)
=> tcltest 2.5.3

2020-09-25 (new) force -eofchar \032 when evaluating library scripts (nijtmans)
        *** POTENTIAL INCOMPATIBILITY ***

2020-09-29 (bug)[0063cb] http::geturl -headers must be dict (oehlmann,nijtmans)

2020-10-19 (bug)[cb4582] Update install-sh script (stu,nijtmans)

2020-10-22 (bug)[c97593] Usage of gnu_printf in latest mingw-w64 (nijtmans)

2020-10-26 (new)[48898a] improve error message consistency (stu)
        *** POTENTIAL INCOMPATIBILITY ***

2020-11-06 (new) revised case of module names (nijtmans)
        *** POTENTIAL INCOMPATIBILITY ***

2020-12-10 (bug)[ed5be7] Win: recognize "comx:" as serial port (oehlmann)

2020-12-11 (new) support for msys2, Big Sur (nijtmans)
=> platform 1.0.15

2020-12-23 tzdata updated to Olson's tzdata2020e (jima)

Revision 1.113 / (download) - annotate - [select for diffs], Thu Nov 5 09:08:34 2020 UTC (3 years, 5 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.112: +2 -2 lines
Diff to previous 1.112 (colored) to selected 1.60 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.112 / (download) - annotate - [select for diffs], Tue Jun 2 08:24:13 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored) to selected 1.60 (colored)

Revbump for icu

Revision 1.111 / (download) - annotate - [select for diffs], Sun Apr 19 23:34:38 2020 UTC (3 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.110: +5 -1 lines
Diff to previous 1.110 (colored) to selected 1.60 (colored)

tcl: update to 8.6.10nb1.

Rename man page to avoid conflict with ocaml, and to follow its
own naming convention.

Revision 1.110 / (download) - annotate - [select for diffs], Thu Apr 16 17:07:07 2020 UTC (4 years ago) by adam
Branch: MAIN
Changes since 1.109: +1 -2 lines
Diff to previous 1.109 (colored) to selected 1.60 (colored)

tcl/tk: updated to 8.6.10

Changes in Tcl/Tk 8.6.10

Tcl Changes
New unsupported commands
tcl::unsupported::timerate
tcl::unsupported::corotype

Tk Changes

New Commands
tk::mac::PerformService
tk::mac::LaunchURL
tk::mac::GetAppPath
tk::mac::PrintDocument

Expanded Syntax / New Options
menubutton post x y index
combobox current end

Updated packages
http 2.9.1
Itcl 4.2.0
Thread 2.8.5
sqlite 3.30.1
tdbc 1.1.1

Revision 1.109 / (download) - annotate - [select for diffs], Sun Apr 12 08:28:55 2020 UTC (4 years ago) by adam
Branch: MAIN
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored) to selected 1.60 (colored)

Recursive revision bump after textproc/icu update

Revision 1.108 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:32 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.107: +2 -2 lines
Diff to previous 1.107 (colored) to selected 1.60 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.107 / (download) - annotate - [select for diffs], Thu Dec 5 11:23:44 2019 UTC (4 years, 4 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.106: +3 -1 lines
Diff to previous 1.106 (colored) to selected 1.60 (colored)

tcl: Explicitly disable tzdata for now.

Fixes PLIST install failures on Darwin.

Revision 1.106 / (download) - annotate - [select for diffs], Wed Oct 2 14:50:25 2019 UTC (4 years, 6 months ago) by kamil
Branch: MAIN
Changes since 1.105: +3 -2 lines
Diff to previous 1.105 (colored) to selected 1.60 (colored)

tcl: Disable false positive detection of gethostbyaddr_r/NetBSD

gethostbyaddr_r is an internal libc symbol, not to be used in 3rd party
software.

Proper fix merged upstream:
https://core.tcl-lang.org/tcl/info/16768d65f0

Revision 1.105 / (download) - annotate - [select for diffs], Tue Oct 1 19:17:08 2019 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.104: +2 -1 lines
Diff to previous 1.104 (colored) to selected 1.60 (colored)

lang/tcl: fix the build with GNU_CONFIGURE_STRICT=yes

Revision 1.104 / (download) - annotate - [select for diffs], Wed Apr 3 00:32:50 2019 UTC (5 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.103: +2 -1 lines
Diff to previous 1.103 (colored) to selected 1.60 (colored)

Recursive revbump from textproc/icu

Revision 1.103 / (download) - annotate - [select for diffs], Sun Dec 9 18:33:55 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.102: +1 -2 lines
Diff to previous 1.102 (colored) to selected 1.60 (colored)

tcl: updated to 8.6.9

8.6.9:
* (enhance) stop blocking conversion of object to/from class
* (enhance) NR-enable [package require]
* (bug)[9fd5c6] crash in object deletion, test oo-11.5
* (bug)[3c32a3] crash deleting object with class mixed in
* (platform) stop using -lieee, removed from glibc-2.27
***POTENTIAL INCOMPATIBILITY for math programs that embed Tcl***
* (bug)[8e6a9a] bad binary [string match], test string-11.55
* (bug)[1873ea] repair multi-thread std channel init
* (bug)[db36fa] broken bytecode for index values
* (bug) broken compiled [string replace], test string-14.19
* (bug) [string trim*] engine crashed on invalid UTF
* (bug) missing trace in compiled [array set], test var-20.11
* (bug)[46a241] crash in unset array with search, var-13.[23]
* (bug)[27b682] race made [file delete] raise "no such file"
* (bug)[925643] 32/64 cleanup of filesystem DIR operations
* (bug) leaks in TclSetEnv and env cache
* (bug)[3592747] [yieldto] dying namespace, tailcall-14.1
* (bug)[270f78] race in [file mkdir]
* (bug)[3f7af0] [file delete] raised "permission denied"
* (bug)[d051b7] overflow crash in [format]
* revised quoting of [exec] args in generated command line
***POTENTIAL INCOMPATIBILITY***
* HTTP Keep-Alive with pipelined requests
=> http 2.9.0
* (new)[TIP 505] [lreplace] accepts all out of range indices
* (bug) Prevent crash from NULL keyName
=> registry 1.3.3
* (enhance) advance dde version
=> dde 1.4.1
* tzdata updated to Olson's tzdata2018g
* Update tcltest package for Travis support
=> tcltest 2.5.0
* (bug)[35a8f1] overlong string length of some lists
* (bug)[00d04c] Repair [binary encode base64]

Revision 1.102 / (download) - annotate - [select for diffs], Fri Jul 20 03:34:18 2018 UTC (5 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored) to selected 1.60 (colored)

Recursive revbump from textproc/icu-62.1

Revision 1.101 / (download) - annotate - [select for diffs], Sat Apr 14 07:34:29 2018 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.100: +2 -1 lines
Diff to previous 1.100 (colored) to selected 1.60 (colored)

revbump after icu update

Revision 1.100 / (download) - annotate - [select for diffs], Sat Feb 3 17:51:19 2018 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.99: +1 -2 lines
Diff to previous 1.99 (colored) to selected 1.60 (colored)

tcl: updated to 8.6.8

8.6.8:
[array names -regexp] supports backrefs
Fix gcc build failures due to #pragma placement
(bug)[b50fb2] exec redir append stdout and stderr to file
(bug)[2a9465] http state 100 continue handling broken
(bug)[0e4d88] replace command, delete trace kills namespace
(bug)[1a5655] [info * methods] includes mixins
tzdata updated to Olson's tzdata2017c
(bug)[fc1409] segfault in method cloning, oo-15.15
(bug)[6f2f83] More robust [load] for ReactOS
(bug)[3298012] Stop crash when hash tables overflow 32 bits
(bug)[5d6de6] Close failing case of [package prefer stable]
(bug)[fab924] Fix misleading [load] message on Windows
(bug)[4f6a1e] Crash when ensemble map and list are same
(bug)[ce3a21] file normalize failure when tail is empty
(new)[TIP 477] nmake build system reform
(bug)[586e71] EvalObjv exception handling at level 0

Revision 1.99 / (download) - annotate - [select for diffs], Thu Nov 30 16:45:29 2017 UTC (6 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (colored) to selected 1.60 (colored)

Revbump after textproc/icu update

Revision 1.98 / (download) - annotate - [select for diffs], Mon Sep 18 09:53:25 2017 UTC (6 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.97: +2 -1 lines
Diff to previous 1.97 (colored) to selected 1.60 (colored)

revbump for requiring ICU 59.x

Revision 1.97 / (download) - annotate - [select for diffs], Fri Aug 25 11:05:33 2017 UTC (6 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.96: +7 -6 lines
Diff to previous 1.96 (colored) to selected 1.60 (colored)

Changes 8.6.7:
Bug fixes.

Revision 1.96 / (download) - annotate - [select for diffs], Sat Jul 22 23:40:07 2017 UTC (6 years, 8 months ago) by dsainty
Branch: MAIN
Changes since 1.95: +4 -1 lines
Diff to previous 1.95 (colored) to selected 1.60 (colored)

install-sh requires that $SHELL is an extremely close match to /bin/sh.

The install would presumably fail outright for user shells like tcsh, so we
need to set SHELL regardless.  But technically install-sh has a quoting bug
in the exit trap, which even results in SHELL=zsh failing.

Revision 1.95 / (download) - annotate - [select for diffs], Sat Apr 22 21:03:41 2017 UTC (6 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored) to selected 1.60 (colored)

Revbump after icu update

Revision 1.94 / (download) - annotate - [select for diffs], Sun Dec 4 05:17:31 2016 UTC (7 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (colored) to selected 1.60 (colored)

Recursive revbump from textproc/icu 58.1

Revision 1.93 / (download) - annotate - [select for diffs], Fri Oct 21 11:45:44 2016 UTC (7 years, 5 months ago) by kamil
Branch: MAIN
Changes since 1.92: +8 -6 lines
Diff to previous 1.92 (colored) to selected 1.60 (colored)

Export TDBC_VERSION like ITCL_VERSION.

Use these versions as well in Makefile and PLIST.

It's unclear whether buildlink3.mk might include Makefile.version, this
is the reason to duplicate this information.

There are other packages that might be versioned similarily:
 - sqlite3,
 - thread.

No user-visible change in the main package.

Revision 1.92 / (download) - annotate - [select for diffs], Mon Sep 5 13:24:38 2016 UTC (7 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.91: +3 -3 lines
Diff to previous 1.91 (colored) to selected 1.60 (colored)

Bump sqlite3 dependency to 3.13.0

Revision 1.91 / (download) - annotate - [select for diffs], Sat Sep 3 11:58:01 2016 UTC (7 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.90: +4 -5 lines
Diff to previous 1.90 (colored) to selected 1.60 (colored)

Changes 8.6.6:
Bug-fix release.

Revision 1.90 / (download) - annotate - [select for diffs], Mon Apr 11 19:01:55 2016 UTC (8 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.89: +2 -1 lines
Diff to previous 1.89 (colored) to selected 1.60 (colored)

Recursive revbump from textproc/icu 57.1

Revision 1.89 / (download) - annotate - [select for diffs], Sun Mar 6 11:47:49 2016 UTC (8 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.88: +10 -11 lines
Diff to previous 1.88 (colored) to selected 1.60 (colored)

Changes 8.6.5:
Bug fixes.

Revision 1.88 / (download) - annotate - [select for diffs], Thu Feb 25 14:42:57 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.87: +2 -4 lines
Diff to previous 1.87 (colored) to selected 1.60 (colored)

Use OPSYSVARS.

Revision 1.87 / (download) - annotate - [select for diffs], Fri Feb 19 15:15:42 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.86: +9 -4 lines
Diff to previous 1.86 (colored) to selected 1.60 (colored)

Fix up more library names on Darwin.  Bump PKGREVISION as previously the
package would build but fail at runtime.

Revision 1.86 / (download) - annotate - [select for diffs], Sat Oct 10 01:58:11 2015 UTC (8 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored) to selected 1.60 (colored)

Recursive revbump from textproc/icu

Revision 1.85 / (download) - annotate - [select for diffs], Mon Sep 7 04:27:41 2015 UTC (8 years, 7 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored) to selected 1.60 (colored)

Improve previous to use COMPILER_RPATH_FLAG, per Joerg's request.

Revision 1.84 / (download) - annotate - [select for diffs], Sun Sep 6 09:49:40 2015 UTC (8 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored) to selected 1.60 (colored)

Improve -r1.82: insert -R as well as -L into LIBS. PR 50170.

Revision 1.83 / (download) - annotate - [select for diffs], Sat Aug 29 19:35:55 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.82: +10 -2 lines
Diff to previous 1.82 (colored) to selected 1.60 (colored)

Take advantage of tcl using the -headerpad_max_install_names option to fix
up dylib install names in post-build using install_name_tool(1) on Darwin.

Bump PKGREVISION as package built before the Mach-O shlibs checks were
introduced, but the generated PROVIDES were incorrect.

Revision 1.82 / (download) - annotate - [select for diffs], Wed Jul 29 15:23:11 2015 UTC (8 years, 8 months ago) by jperkin
Branch: MAIN
Changes since 1.81: +5 -1 lines
Diff to previous 1.81 (colored) to selected 1.60 (colored)

Ensure we can find pkgsrc-installed sqlite3.

Revision 1.81 / (download) - annotate - [select for diffs], Wed Jul 22 04:54:23 2015 UTC (8 years, 8 months ago) by dholland
Branch: MAIN
Changes since 1.80: +3 -2 lines
Diff to previous 1.80 (colored) to selected 1.60 (colored)

Requires sqlite3>=3.8.3. PR 50074.

Revision 1.80 / (download) - annotate - [select for diffs], Fri Jul 10 18:48:22 2015 UTC (8 years, 9 months ago) by dholland
Branch: MAIN
Changes since 1.79: +5 -2 lines
Diff to previous 1.79 (colored) to selected 1.60 (colored)

Use pkgsrc sqlite instead of included copy. PKGREVISION -> 2.
PR 49082.

Revision 1.78.6.1 / (download) - annotate - [select for diffs], Sat Jul 4 15:04:26 2015 UTC (8 years, 9 months ago) by bsiegert
Branch: pkgsrc-2015Q2
Changes since 1.78: +6 -1 lines
Diff to previous 1.78 (colored) next main 1.79 (colored) to selected 1.60 (colored)

Pullup ticket #4755 - requested by joerg
lang/tcl: crash fixes

Revisions pulled up:
- lang/tcl/Makefile                                             1.79
- lang/tcl/distinfo                                             1.66
- lang/tcl/patches/patch-pkgs_itcl4.0.3_configure               1.2
- lang/tcl/patches/patch-pkgs_sqlite3.8.8.3_configure           1.2
- lang/tcl/patches/patch-pkgs_tdbc1.0.3_configure               1.2
- lang/tcl/patches/patch-pkgs_tdbcmysql1.0.3_configure          1.2
- lang/tcl/patches/patch-pkgs_tdbcodbc1.0.3_configure           1.2
- lang/tcl/patches/patch-pkgs_tdbcpostgres1.0.3_configure       1.2
- lang/tcl/patches/patch-pkgs_thread2.7.2_configure             1.2
- lang/tcl/patches/patch-unix_configure                         1.8

---
   Module Name:    pkgsrc
   Committed By:   joerg
   Date:           Mon Jun 29 09:49:51 UTC 2015

   Modified Files:
           pkgsrc/lang/tcl: Makefile distinfo
           pkgsrc/lang/tcl/patches: patch-pkgs_itcl4.0.3_configure
               patch-pkgs_sqlite3.8.8.3_configure patch-pkgs_tdbc1.0.3_configure
               patch-pkgs_tdbcmysql1.0.3_configure
               patch-pkgs_tdbcodbc1.0.3_configure
               patch-pkgs_tdbcpostgres1.0.3_configure
               patch-pkgs_thread2.7.2_configure patch-unix_configure

   Log Message:
   Spell --export-dynamic correctly. Do not use gethostbyname_r on NetBSD.
   Bump revision.

Revision 1.79 / (download) - annotate - [select for diffs], Mon Jun 29 09:49:50 2015 UTC (8 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.78: +6 -1 lines
Diff to previous 1.78 (colored) to selected 1.60 (colored)

Spell --export-dynamic correctly. Do not use gethostbyname_r on NetBSD.
Bump revision.

Revision 1.78 / (download) - annotate - [select for diffs], Fri Oct 31 21:11:18 2014 UTC (9 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Branch point for: pkgsrc-2015Q2
Changes since 1.77: +1 -2 lines
Diff to previous 1.77 (colored) to selected 1.60 (colored)

Changes 8.6.2:
This is a bug-fix release.

Revision 1.77 / (download) - annotate - [select for diffs], Thu Mar 13 11:08:51 2014 UTC (10 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.76: +3 -1 lines
Diff to previous 1.76 (colored) to selected 1.60 (colored)

Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.

Revision 1.76 / (download) - annotate - [select for diffs], Wed Feb 26 12:23:36 2014 UTC (10 years, 1 month ago) by dsainty
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored) to selected 1.60 (colored)

Bump PKGREVISION for pulling in zlib dependency, because builds on systems
with PREFER_PKGSRC=yes may have successfully built and installed previously,
but are quite likely broken.

Revision 1.75 / (download) - annotate - [select for diffs], Wed Feb 26 11:24:28 2014 UTC (10 years, 1 month ago) by dsainty
Branch: MAIN
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 (colored) to selected 1.60 (colored)

The TCL library links with libz, so pull in the dependency.

Revision 1.74 / (download) - annotate - [select for diffs], Wed Feb 5 12:49:38 2014 UTC (10 years, 2 months ago) by obache
Branch: MAIN
Changes since 1.73: +1 -2 lines
Diff to previous 1.73 (colored) to selected 1.60 (colored)

--prefix=${PREFIX} is set by default with GNU_CONFIGURE=yes.

Revision 1.73 / (download) - annotate - [select for diffs], Wed Feb 5 12:46:31 2014 UTC (10 years, 2 months ago) by obache
Branch: MAIN
Changes since 1.72: +4 -2 lines
Diff to previous 1.72 (colored) to selected 1.60 (colored)

Add missing PKGCONFIG_OVERRIDE for new tcl.pc.

Bump PKGREVISION.

Revision 1.72 / (download) - annotate - [select for diffs], Sat Jan 11 14:41:05 2014 UTC (10 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.71: +5 -3 lines
Diff to previous 1.71 (colored) to selected 1.60 (colored)

Changes 8.6.1:
* object-oriented programming support
* a stackless evaluation implementation
and much more besides.

Revision 1.71 / (download) - annotate - [select for diffs], Sat Nov 24 21:38:49 2012 UTC (11 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.70: +2 -3 lines
Diff to previous 1.70 (colored) to selected 1.60 (colored)

Changes 8.5.13:
* --enable-aqua build for Mac OS X is now a Cocoa implementation.
* Support has been added for Cygwin network pathnames.
* Updated to Unicode 6.2 support. Fixes for several crashes and bugs.

Revision 1.68.2.1 / (download) - annotate - [select for diffs], Thu Nov 8 09:03:09 2012 UTC (11 years, 5 months ago) by tron
Branch: pkgsrc-2012Q3
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) next main 1.69 (colored) to selected 1.60 (colored)

Pullup ticket #3962 - requested by he
lang/tcl: bug fix patch

Revisions pulled up:
- lang/tcl/Makefile                                             1.70
- lang/tcl/distinfo                                             1.50-1.52
- lang/tcl/patches/patch-unix_tclUnixInit.c                     1.2

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Wed Nov  7 14:30:48 UTC 2012

   Modified Files:
   	pkgsrc/lang/tcl: Makefile distinfo
   	pkgsrc/lang/tcl/patches: patch-unix_tclUnixInit.c

   Log Message:
   Reinstate the NetBSD tweak to install $MACHINE_ARCH in
   tcl_platform(machine), instead of using $MACHINE there.

   This is in preparation for reverting the recent change
   to the net/tcl-scotty PLIST.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Thu Nov  8 08:40:58 UTC 2012

   Modified Files:
   	pkgsrc/lang/tcl: distinfo

   Log Message:
   Fix the patch checksums so that this builds again.

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Thu Nov  8 08:50:02 UTC 2012

   Modified Files:
   	pkgsrc/lang/tcl: distinfo

   Log Message:
   Fix this properly, I had some *.m4 and *.in patches lying around from before...

Revision 1.70 / (download) - annotate - [select for diffs], Wed Nov 7 14:30:48 2012 UTC (11 years, 5 months ago) by he
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored) to selected 1.60 (colored)

Reinstate the NetBSD tweak to install $MACHINE_ARCH in
tcl_platform(machine), instead of using $MACHINE there.

This is in preparation for reverting the recent change
to the net/tcl-scotty PLIST.

Bump PKGREVISION.

Revision 1.69 / (download) - annotate - [select for diffs], Tue Oct 2 20:11:55 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
Changes since 1.68: +1 -3 lines
Diff to previous 1.68 (colored) to selected 1.60 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.68 / (download) - annotate - [select for diffs], Wed Aug 22 22:03:16 2012 UTC (11 years, 7 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base
Branch point for: pkgsrc-2012Q3
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored) to selected 1.60 (colored)

lang/tcl: Ensure tclConfig.sh has embedded rpath

The runpath of the TCL_LIB_SPEC was missing as compared to version 8.4,
so the configure script was altered to add it back.
Also, the CONFIGURE_ARGS for thread options had unrecognized arguments.

Problems found and fixes suggested by he@

Revision 1.67 / (download) - annotate - [select for diffs], Tue Aug 21 21:31:47 2012 UTC (11 years, 7 months ago) by marino
Branch: MAIN
Changes since 1.66: +8 -44 lines
Diff to previous 1.66 (colored) to selected 1.60 (colored)

lang/tcl: Upgrade from version 8.4.18 to 8.5.12

Highlights of Tcl 8.5
  * Features: 8.5 has over 90 TIPs included to provide a wide variety of
     new features.
  * Bignums: Tcl now supports arbitrary-precision integers, which improves
    math operations on large integers.
  * Safer interps: Tcl's powerful safe interpreter mechanism now has
    improved control of time and command limits in slave interpreters.
  * clock command: More robust implementation of command for specifying
    time, with significant l10n and i18n improvements.
  * dict command: New data structure that allows access to data by value
    rather than a variable name, which is substantially faster.
  * Additional improvements: Faster list search, new and improved
    mathematics procedures, anonymous procedures, new ways to package Tcl
    extensions, Tcl-level custom channel types, file and line location
    information for each command, and more.

There is of course much, much more.
See [8.5 Changes](http://wiki.tcl.tk/10630) on the wiki for a complete
list of new features.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Aug 16 10:18:58 2011 UTC (12 years, 8 months ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.65: +2 -1 lines
Diff to previous 1.65 (colored) to selected 1.60 (colored)


Fix for buffer overflow and segfault on some Linux system
   (PR 45244 by Michael Droettboom)
Fix for build failure on NetBSD (missing --tags in libtool invocation)

Revision 1.65 / (download) - annotate - [select for diffs], Sat Sep 12 17:57:40 2009 UTC (14 years, 7 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.64: +3 -1 lines
Diff to previous 1.64 (colored) to selected 1.60 (colored)

Add 'clean' to PRIVILEGED_STAGES.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Aug 20 15:24:58 2009 UTC (14 years, 8 months ago) by jwise
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.60 (colored)

Give up maintainership of packages where I am still listed as MAINTAINER.

Revision 1.63 / (download) - annotate - [select for diffs], Tue Sep 25 10:03:53 2007 UTC (16 years, 6 months ago) by hira
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.60 (colored)

Back out previous.  Pointed out by uebayasi@ and martti@.

Revision 1.62 / (download) - annotate - [select for diffs], Tue Sep 25 08:31:54 2007 UTC (16 years, 6 months ago) by hira
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.60 (colored)

ln -> ${LN}.

Revision 1.61 / (download) - annotate - [select for diffs], Tue May 29 18:35:58 2007 UTC (16 years, 10 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.60: +11 -8 lines
Diff to previous 1.60 (colored)

Added support for installation to DESTDIR. Approved by Jim Wise.

Revision 1.60 / (download) - annotate - [selected], Thu Nov 2 17:41:23 2006 UTC (17 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.59: +13 -12 lines
Diff to previous 1.59 (colored)

Changes 8.4.14:
  * Tk_PhotoPutBlock performance restored (JPEG image loading).
  * [namespace inscope] change reverted; harmed Itcl.
  * Made [expr {srand(.)}] accept wide integer argument.
  * Made [lappend $invalidList] raise an error.
  * Improved [text] delete performance.
  * Support for the WM_UNICHAR window message on Windows
  * Stopped excess variable writes by [scale].
  * Tcl_Main no longer blocks main loop start for one interactive command.
  * [console] made thread safe.
  * Thread-enabled configuration uses MT-safe system calls.
  * Many Aqua/Tk bug fixes and improvements, see changes file.
  * Made unthreaded notifier naked-fork-safe on Darwin.
  * Support for weak linking on Mac OS X.
  * msgcat support for CFLocale on Darwin (msgcat 1.3.4)
  * Fixed crashes due to alignment issues in encoding translation routines.
  * Fixed crash with [listbox -listvariable] on namespace variable.
  * Fixed crash when Tcl_DeleteTrace changes proc on the active stack.
  * Fixed crash when normalizing filesystem pathnames.
  * Fixed crash due to invalid font name from XServer.
  * Several 64-bit bugs fixed and platform support enhanced.

Revision 1.59 / (download) - annotate - [select for diffs], Thu Apr 27 08:17:09 2006 UTC (17 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.58: +1 -2 lines
Diff to previous 1.58 (colored) to selected 1.60 (colored)

Changes 8.4.13:
* Win NT/XP: unicode console support taken back out.
* ${prefix}/share addition to ::tcl_pkgPath undone.
* Warning message for packages with incorrect index scripts silenced.
* Correct syntax error in configure script (bash 3.1 exposes it).
* Tk incompatibilities with SCIM resolved.
* Improved [file writable] support of Windows conventions.
* Tcl_GetIndexFromObj() support for exact matching of empty key.
* Tk Portuguese localization support (pt.msg).
* Tk more robust when X server does not recognize color name "Black".
* Tk_PhotoPutBlock() performance improvement.
* [lsearch -start $pastEnd] no longer finds match at end of list.
* Correct [expr abs($LONG_MIN)] result.
* Correct [string range] failures on some strings containing \x00.
* TCL_EVAL_GLOBAL and [uplevel 0] agreement when traces or [unknown] active.
* Corrections to context of auto-loading the target of an interp alias.
* Corrected some interference between enter and enterstep traces.
* Correct [$img configure -data] failure to change X display.
* Tk_GetBitmapFromData() thread safety.
* Crashes in [grid] for some invalid index arguments.
* Crash when all content of a [text] is elided.
* Crash in [$text edit undo/redo].
* Crash in animated GIF display with variable frame size.
* Crash related to pipe usage in thread-enabled Tcl on Windows.
* Crash when [$text dump -command] changes contents while dumping.
* Crash reading utf-8 when multibyte char spans multiple buffers at EOF.
* Several finalization crashes corrected.

Revision 1.58 / (download) - annotate - [select for diffs], Thu Feb 23 23:30:57 2006 UTC (18 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored) to selected 1.60 (colored)

Add link options to have a correct dependency_libs line in .la files
on NetBSD.

Bump PKGREVISION.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Jan 16 14:47:35 2006 UTC (18 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.56: +11 -11 lines
Diff to previous 1.56 (colored) to selected 1.60 (colored)

Changes 8.4.12:
  * Repeated [namespace import] of same command now permitted.
  * ${prefix}/share added to ::tcl_pkgPath on some systems.
  * [exec]'s >> redirection has improved append behavior.
  * [info globals] returned only existing variables.
  * Recognize some Solaris variations of the cp1251 encoding.
  * Addressed [file mkdir] race condition.
  * Support opening >2GB files on RHEL 3.
  * Corrections to $argv formatting when [encoding system] is multibyte.
  * http 2.5.2: Update URL encoding rules to RFC 3986.
  * Fixed issue in recursive file delete with NFS lock files.
  * Stopped crash after use of Tcl_TraceCommand().
  * Win NT/XP: support unicode console.
  * Improved support for Tclkit to set [encoding system].
  * Added Korean timezone abbreviations.
  * Windows: exit codes can now exceed -128..127 range.
  * [load] support on LynxOS.
  * Packages with incorrect index scripts now cause a warning to be logged.
        *** POTENTIAL INCOMPATIBILITY ***
  * [lsearch -regexp] now accepts backrefs in the RE.
  * [selection get] made compatible with OpenOffice.org.
  * Dialog support for widget names containing spaces.
  * Improved Tk window manager event interaction on OS X Aqua.

Revision 1.56 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:28 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.60 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.55 / (download) - annotate - [select for diffs], Fri Oct 7 18:38:34 2005 UTC (18 years, 6 months ago) by reed
Branch: MAIN
Changes since 1.54: +1 -9 lines
Diff to previous 1.54 (colored) to selected 1.60 (colored)

Remove wiz's quick workaround for the --mandir.

Remove the --mandir setting for CONFIGURE_ARGS as this is
now done by default (for GNU_CONFIGURE).

Remove the man page staging from post-install (and the
comment about this). The maintainer told me this was
a workaround for older versions of tcl and that it is
fixed now.

Revision 1.54 / (download) - annotate - [select for diffs], Fri Oct 7 17:19:03 2005 UTC (18 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.53: +3 -1 lines
Diff to previous 1.53 (colored) to selected 1.60 (colored)

Package wants to override mandir, so set
CONFIGURE_HAS_MANDIR=  no

Revision 1.53 / (download) - annotate - [select for diffs], Wed Aug 31 09:40:15 2005 UTC (18 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.52: +3 -2 lines
Diff to previous 1.52 (colored) to selected 1.60 (colored)

Restore original quoting syntax of variables in t{k,cl}Config.sh in order
to follow the principle of least surprise between the packages and the
mainstream builds.

Approved by jwise@.

Bump PKGREVISION of lang/tcl, x11/tk, x11/tk83 to 1 and of lang/tcl83 to 2.

Revision 1.52 / (download) - annotate - [select for diffs], Tue Aug 2 22:37:18 2005 UTC (18 years, 8 months ago) by seb
Branch: MAIN
Changes since 1.51: +4 -1 lines
Diff to previous 1.51 (colored) to selected 1.60 (colored)

Patches and tuning so the test target runs and pass, at least on
NetBSD/i386 2.0_STABLE and current: set timezone in TEST_ENV, use
libtool to compile shared test modules and account for that in the
Tcl test scripts.

Thanks to jwise@ for the helping hand.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Apr 13 20:41:03 2005 UTC (19 years ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.60 (colored)

patch TCL_SRC_DIR and TK_SRC_DIR into tclConfig.sh and tkConfig.sh correctly

Revision 1.50 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:16 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.49: +1 -2 lines
Diff to previous 1.49 (colored) to selected 1.60 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Apr 11 02:44:26 2005 UTC (19 years ago) by jschauma
Branch: MAIN
Changes since 1.48: +8 -1 lines
Diff to previous 1.48 (colored) to selected 1.60 (colored)

patch tclConfig.sh and tkConfig.sh so that they do not contain references
to the build environment, which of course no longer exists once we
install the file.  Also make sure that variables are set using
double quotes, so that variables inside are expanded.  Ok jwise@.

Revision 1.48 / (download) - annotate - [select for diffs], Tue Mar 8 00:26:31 2005 UTC (19 years, 1 month ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.60 (colored)

use defined() instead of !empty()

Revision 1.47 / (download) - annotate - [select for diffs], Sun Mar 6 18:20:52 2005 UTC (19 years, 1 month ago) by jschauma
Branch: MAIN
Changes since 1.46: +4 -0 lines
Diff to previous 1.46 (colored) to selected 1.60 (colored)

On 64bit capable platforms, --enable-64bit

Revision 1.46 / (download) - annotate - [select for diffs], Thu Jan 13 14:37:43 2005 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.45: +5 -3 lines
Diff to previous 1.45 (colored) to selected 1.60 (colored)

Define TCL_VERSION in a separate file so that it can be included by
other packages (e.g. tcl-tclX).

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jan 5 09:15:29 2005 UTC (19 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.44: +3 -4 lines
Diff to previous 1.44 (colored) to selected 1.60 (colored)

Changes 8.4.9:
* Fixed segfault in info vars trivial matching branch (new in 8.4.8)
* Fixed the treatment of backslashes in file join on Windows
* Improved readdir_r detection and usage on unix
* Fixed potential unix fileevent issue on 64-bit systems
* Remove file normalize on tcl_findLibrary search path uniqification
  added in 8.4.8
* Ensure tilde paths are not returned specially by 'glob'
* Fixed clipping of partially transparent images on buttons on unix to
  avoid X error
* Fix Tk_PhotoPut(Zoomed)Block overlay compositing of partially
  transparent areas on blank targets

Revision 1.44 / (download) - annotate - [select for diffs], Thu Dec 30 17:01:27 2004 UTC (19 years, 3 months ago) by kristerw
Branch: MAIN
Changes since 1.43: +4 -3 lines
Diff to previous 1.43 (colored) to selected 1.60 (colored)

Use the same configure flags for NetBSD 1.[56] as for 1.[56].x (i.e.
adjust the tests to understand that 1.[56] is not written as 1.[56].0).
Bump PKGREVISION.

This solves PR pkg/28499.

Revision 1.43 / (download) - annotate - [select for diffs], Mon Nov 29 14:55:32 2004 UTC (19 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.42: +1 -16 lines
Diff to previous 1.42 (colored) to selected 1.60 (colored)

Post-patch removed, since there is no mkLinks script any more

Revision 1.42 / (download) - annotate - [select for diffs], Fri Nov 26 10:30:01 2004 UTC (19 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.41: +6 -7 lines
Diff to previous 1.41 (colored) to selected 1.60 (colored)

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

Revision 1.41 / (download) - annotate - [select for diffs], Tue Nov 16 22:44:51 2004 UTC (19 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.40: +1 -7 lines
Diff to previous 1.40 (colored) to selected 1.60 (colored)

Migrate OS/architecture hacks for correct compilation to a separate
hacks.mk file.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Oct 30 05:18:51 2004 UTC (19 years, 5 months ago) by minskim
Branch: MAIN
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored) to selected 1.60 (colored)

Create lib/tcl at post-install and add it to PLIST, because many other
tcl packages assume that this directory exists and never delete it
when deinstalled.  This fixes the tcl-fbsql build problem noted in
recent bulk builds.  Bump PKGREVISION.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Oct 4 02:15:52 2004 UTC (19 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.60 (colored)

In Tcl 8.4.7, there's no need to use LD_FLAGS, which was introduced to
fix building the threaded versions of tcl and tk in 8.4.6nb2.  This
closes PR pkg/27130.

Bump PKGREVISION because lib/tclConfig.sh is changed.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Oct 3 00:15:03 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored) to selected 1.60 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.37 / (download) - annotate - [select for diffs], Fri Oct 1 13:35:37 2004 UTC (19 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.36: +9 -14 lines
Diff to previous 1.36 (colored) to selected 1.60 (colored)

Changes 8.4.7:
* Fixed [glob -path] bug when in the root directory
* Fixed unicode-char path installation on Windows NT-based platforms
* Properly subsitute more values in Windows tclConfig.sh
* Improved stack overflow prevention on Windows
* Fixed mem leak in [fconfigure $serial -xchar]
* Fixed crash with [cd] with a volumerelative $HOME
* Fixed clock %G %V formats for ISO8601 week numbers
* Fixed support for non-WIDE_INT aware math functions
* Added [http::config -urlencoding] option
* Fixed utf-8 encoding of \u0000 on system I/O
* Prevented dde hangs with non-responsive apps
* Added round() wide integer support
* Cleaner exit and correction of mem leaks when using the threaded
  memory allocator and reinitializing
* Improved build configuration on 64-bit systems
* Added read support of PPM/PGM with the -data option
* Correct issue with displaying maximize window button on KDE-3.2.1
* Fix drawing of unicode chars in menu titles on Windows
* Correctly post Tk clipboard data to the Windows clipboard on exit
* Fix the panedwindow -opaqueresize option to work as per the docs
* Reduce Tk tk_messageBox default font size to 14-point
* Prevent possible segfault in -maxundo
* Fix XIM initialization on Solaris
* Complete the implementation of the CG version of the X drawing
  emulation layer on Mac OS X
* Fix several Mac OS X usability issues

Revision 1.36 / (download) - annotate - [select for diffs], Sun Sep 19 19:51:04 2004 UTC (19 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.35: +14 -3 lines
Diff to previous 1.35 (colored) to selected 1.60 (colored)

Disable threads usage by tcl on NetBSD-1.6* (tested) and NetBSD-1.5*
(by extension).  Evidence suggests there is (at best) a bad interaction
between pth and the thread memory allocator inside tcl, as witnessed by
the tcl-scotty's package failure to install if threads is enabled on
1.6.2_STABLE/i386.  Interestingly, the version with native threads on
2.0_BETA/alpha works just nicely.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Jun 22 18:34:09 2004 UTC (19 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.60 (colored)

add hooks to plug in a non-threaded version of libtcl.so (needed for
embedding into non-threaded programs) without duplicating anything else

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jun 15 16:39:12 2004 UTC (19 years, 10 months ago) by jwise
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.33: +4 -7 lines
Diff to previous 1.33 (colored) to selected 1.60 (colored)

Reverse previous commit (disabling thread-safety), which was poorly though
through, unacceptably breaks threaded apps, and was made without consulting
the package's maintainer.

To quote my mail to packages@:

I am reversing this change.

With this change, tcl is _not_ usable in threaded apps, while without
this change, tcl is perfectly usable in non-threaded apps.

The fix for a package which is incorrectly written is not to break the
package it depends on, but do your job correctly when writing the
package.

With buildlink3, this is mind-numbingly easy to do.

That you neither contacted the maintainer of this package, nor did the
buildlink and dependent package changes which your change requires shows
that you have not really thought this through.

So, as I said, I am reversing this change.  Fix your own package, don't
break others.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jun 15 16:17:48 2004 UTC (19 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.32: +7 -4 lines
Diff to previous 1.32 (colored) to selected 1.60 (colored)

Don't --enable-threads for now. If we do this, all potential users of
libtcl.so/libtk.so (whether linking it in or dlopen() it) must be linked
against libpthread. This is something we can't guarantee.
Fixes bulk build error in py-imagingtk and numerous runtime problems.

Revision 1.32 / (download) - annotate - [select for diffs], Wed May 12 23:50:15 2004 UTC (19 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.31: +7 -14 lines
Diff to previous 1.31 (colored) to selected 1.60 (colored)

Install regex.h, which is used in tclRegexp.h.
While here, simplify header installation in Makefile by replacing many
INSTALL commands with a for-loop.

Bump PKGREVISION.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Apr 9 23:37:28 2004 UTC (20 years ago) by danw
Branch: MAIN
Changes since 1.30: +2 -19 lines
Diff to previous 1.30 (colored) to selected 1.60 (colored)

Fix up some Makefile logic that got broken by the libtool patches (and
prevented it from building on some platforms). Ensure that the built
library is named libtcl84 (as opposed to libtcl8.4) on all platforms.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 25 22:49:14 2004 UTC (20 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.29: +6 -4 lines
Diff to previous 1.29 (colored) to selected 1.60 (colored)

Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGS
that accumulates within itself with a do-nothing version because it tried
to re-use LDFLAGS for another purpose.  This broke all library checks after
the "checking for ELF" step.  Fix this by (duh) not re-using LDFLAGS but
by using a different variable.  Bump the PKGREVISIONs of lang/tcl and
x11/tk.

This fixes building the threaded versions of tcl and tk.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Mar 24 15:24:36 2004 UTC (20 years ago) by jwise
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored) to selected 1.60 (colored)

Now that we build tcl/tk with thread safety enabled, pull pthread buildlink
glue into the tcl buildlink glue.

Also, update buildlink dependencies appropriately.

Pointed out by wiz@netbsd.org.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Mar 22 16:14:02 2004 UTC (20 years, 1 month ago) by jwise
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored) to selected 1.60 (colored)

Build thread-safe versions of tcl and tk.  Bump PKG_REVISION to nb1 to match.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Mar 8 22:14:18 2004 UTC (20 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.60 (colored)

Update Tcl/Tk to 8.4.6.

  * Tcl_Obj sharing fixed in [binary scan]
  * Updated errno usage for recent glibc
  * Fixed [file normalize ~unknownuser] error
  * Fixed two memory leaks in VFS code
  * Fixed possible infinite loop in TclFinalizeFilesystem
  * Updated HP-UX 11 build libraries setup
  * Unix std channels forced to exist at startup
  * Stopped broken [exec] quoting of '{'
  * Fixed memory leak with very long host names
  * Corrected level interpretation of Tcl_CreateTrace
  * Allow 64-bit configure on IRIX64-6.5*
  * Several OS X/Aqua native integration improvements (scrollbar,
    event generate, unicode clipboard, tk_messageBox, mousewheel event,
    alpha blending for partially transparent images)
  * Recognized native hand2/fleur cursors on Windows
  * Post menubuttons so they stay on screen better
  * Fixed crash during intra-image copy/resize
  * New msg catalogs for Esperanto and Polish
  * Corrections bold/italic font handling (width calculations) on Windows
  * Fixed shrinking grid geometry calculations

Revision 1.26 / (download) - annotate - [select for diffs], Mon Mar 8 19:55:35 2004 UTC (20 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.25: +9 -12 lines
Diff to previous 1.25 (colored) to selected 1.60 (colored)

Update tcl to 8.4.5.  Too many changes since 8.3.4.  Please see
ChangeLog in the distfile.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Feb 9 23:19:27 2004 UTC (20 years, 2 months ago) by minskim
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored) to selected 1.60 (colored)

Remove a temporary directory created at post-install, so that a
non-root user can 'make clean'.  Approved by wiz@.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 7 17:37:24 2004 UTC (20 years, 2 months ago) by minskim
Branch: MAIN
Changes since 1.23: +2 -4 lines
Diff to previous 1.23 (colored) to selected 1.60 (colored)

Set permission of man directories correctly.  Approved by wiz@.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jan 20 12:19:18 2004 UTC (20 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.60 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jan 5 11:22:13 2004 UTC (20 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.21: +7 -2 lines
Diff to previous 1.21 (colored) to selected 1.60 (colored)

bl3ify

Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 8 03:13:21 2003 UTC (20 years, 6 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.20: +11 -1 lines
Diff to previous 1.20 (colored) to selected 1.60 (colored)

Apply patches from cyber@ provided in PR pkg/22688 to make this work under
Darwin.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jul 17 21:45:29 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.60 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 10 01:28:20 2003 UTC (21 years ago) by grant
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.60 (colored)

make ${PAX} usage consistent:

- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup

Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:33 2003 UTC (21 years ago) by jmmv
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.60 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Feb 17 15:28:01 2003 UTC (21 years, 2 months ago) by dillo
Branch: MAIN
Changes since 1.16: +2 -4 lines
Diff to previous 1.16 (colored) to selected 1.60 (colored)

convert to use test target from bsd.pkg.mk
addresses PR pkg/19416

Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 25 18:39:28 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.60 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Sun Jun 30 06:24:08 2002 UTC (21 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) next main 1.16 (colored) to selected 1.60 (colored)

Convert to use the buildlink2 framework.  Trim any unnecessary changes in
the patches or remove them entirely.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 20 18:04:04 2002 UTC (22 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base
Branch point for: buildlink2
Changes since 1.14: +8 -1 lines
Diff to previous 1.14 (colored) to selected 1.60 (colored)

Touch a few files that are modified as part of post-build so that they're
not rebuilt at install-time.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 23 17:02:30 2001 UTC (22 years, 4 months ago) by bjoern
Branch: MAIN
Changes since 1.13: +3 -4 lines
Diff to previous 1.13 (colored) to selected 1.60 (colored)

Update to version 8.3.4

Besides more bug fixes and several enhancements some of the
NetBSD relevant changes (taken from "changes" in the
distribution):


2001-04-03 (doc fixes) numerous doc corrections and clarifications.
Update of READMEs.

2001-03-29 (bug fix) prevent potential race condition and security leak in
tmp filename creation on Unix. (max)

2001-03-13 (bug fix) Correctly possible memory corruption in string map {}
$str (fellows)

2001-01-30 (bug fix) Fixed possible hangs in fcopy. (porter)

2000-11-23 (mem leak) fixed potential memory leak in error case of lsort
(fellows)

2000-11-01 (mem leak) Corrected excessive mem use of info exists on a
non-existent array element (hobbs)

2000-09-27 (bug fix) fixed a bug introduced by a partial fix in 8.3.2 that
didn't set nonBlocking correctly when resetting the flags for the write
side (mem leak) Correct mem leak in channels when statePtr was released
(hobbs)

2001-07-18 (bug fix) corrected memory overwrite error when buffer size
of a channel is changed after channel use has already begun (kupries, porter)

2001-08-07 (bug fix) corrected bytecode stack management during [break]
(see test foreach-5.5) (sofer, tallneil, jstrot)

2001-08-08 (new features) updated packages msgcat 1.1.1, opt 0.4.3,
tcltest 1.0.1, dependencies checked (porter)

2001-08-24 (bug fix) [auto_import] now matches patterns like
[namespace import], not like [string match] (porter)
        **** POTENTIAL INCOMPATABILITY ****

2001-08-27 (new feature) added Tcl_SetMainLoop() to enable loading Tk as a
true package (hobbs)

2001-09-06 (new feature) http 2.4: honor the Content-encoding and charset
parameters; add -binary switch for forcing the issue (hobbs, saoukhi, orwell)

2001-09-10 (bug fix) protect against alias loops (hobbs)

2001-09-19 (bug fix) [format] and [scan] corrected for 64-bit machines (rmax)

2001-09-26 (bug fix) corrected potential deadlock in channels that do not
provide a BlockModeProc (kupries, kogorman)

2001-10-11 (bug fix) corrected cleanup of self-referential bytecodes at
interpreter deletion (sofer, rbrunner)

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 29 01:12:39 2001 UTC (22 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) to selected 1.60 (colored)

Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:20 2001 UTC (22 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.60 (colored)

Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 25 19:42:58 2001 UTC (22 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.10: +10 -1 lines
Diff to previous 1.10 (colored) to selected 1.60 (colored)

Force no optimization (-O0) on NetBSD-1.5.x/m68k machines as there appears
to be an optimization bug that causes the build to fail (pkg/13395).  The
problem appeared in the original PR on an Amiga running NetBSD 1.5.1 and
also on a mac68k running NetBSD 1.5.1.  This workaround was tested on the
mac68k system (kindly provided by Jon Lindgren).

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jun 30 18:24:17 2001 UTC (22 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.9: +26 -1 lines
Diff to previous 1.9 (colored) to selected 1.60 (colored)

- Don't install the short names for section 3 manpages as the names are
  too generic, e.g. Hash, Object, Access.  Approved by jwise@netbsd.org.
- Touch ${TCL_LIB_FILE} after the build so that the library isn't relinked
  during installation.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 21 18:07:51 2001 UTC (22 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.60 (colored)

Mark as USE_BUILDLINK_ONLY.

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 24 02:58:15 2001 UTC (22 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.60 (colored)

Fix the installed tclConfig.sh so it's possible to use its values to generate
a shared library that depends on libtcl83.so.  The TCL_SHLIB_LD command was
set to the incorrect value for ELF platforms, relying on "ld" which doesn't
understand the -Wl,... options it receives via ${TCL_LIB_SPEC}.  Patch the
configure script to set TCL_SHLIB_LD to the proper value on NetBSD systems
depending on whether they are ELF or a.out, and also modify TCL_LIB_SPEC
to include -Wl,-rpath,... or -R...  accordingly.

Bump version number to 8.3.2nb2.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 25 04:17:56 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored) to selected 1.60 (colored)

Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 17 09:07:34 2001 UTC (23 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.60 (colored)

Move the COMMENT from being in its own file to a definition in the
package Makefile.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 24 18:42:33 2001 UTC (23 years, 2 months ago) by he
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.60 (colored)

Add a point patch pulled from development version of tcl, so that
``while 1 { close [open /dev/null r] }'' does not leak memory for
each go-around.  This corresponds to sourceforge bugid #117988.
Bump PKGNAME to tcl-8.3.2nb1.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 2 15:59:53 2000 UTC (23 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored) to selected 1.60 (colored)

remove one MASTERSITE (wouldn't let me log in), add three others

Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 30 08:35:13 2000 UTC (23 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored) to selected 1.60 (colored)

Add mirror on "ftp.informatik.uni-hamburg.de" to master site list.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 29 20:23:58 2000 UTC (23 years, 7 months ago) by jwise
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored) to selected 1.60 (colored)

Restore RCS Id accidentally lost from a patch, and make this conflict with
tclman80-*, as this package installs tcl and it's documentation.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Aug 24 19:53:32 2000 UTC (23 years, 7 months ago) by jwise
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.60 (colored)

Initial import of new pkgsrc/lang/tcl (tcl-8.3.2) package, partly derived
from the older pkgsrc/lang/tcl-8.0.5.

This is an update of the tcl package from version 8.0.5 to version 8.3.2,
and also a slight change in the organization of tcl packages.

This will be added disabled to pkgsrc/lang/Makefile until I finish updating
tk and all tcl-based packags.

Changes from out of the box tcl-8.3.2:

	Both static and shared libtcl83.* are installed, thanks to
	the magic of libtool.

	$tcl_platform(machine) is set to ${MACHINE_ARCH}, not ${MACHINE},
	thanks to the patch to tcl-8.0 from Dan McMahill.  This makes
	sharing of binary packages of tcl and tcl extensions easier.

Changes to the package since tcl-8.0.5:

	$tcl_pkgPath is now set to ${PREFIX}/lib/tcl instead of ${PREFIX}/lib
	and packages which install tcl extensions will be updated to install
	there.  This produces less clutter in ${PREFIX}/lib, and mirrors the
	usage of java and elisp extension packages.

	A symlink to ${PREFIX}/bin/tclsh8.3.2 is installed as ${PREFIX}/bin/tclsh
	This change and the above are designed to allow tcl-using packages to
	not depend on any particular version of tcl.

	public tcl include files and the tcl configuration information script
	are now installed in their standard places (${PREFIX}/include/tcl.h,
	${PREFIX}/include/tclDecls.h, and ${PREFIX}/lib/tclConfig.sh), and
	private tcl include files are now installed in ${PREFIX}/include/tcl.
	This change allows tcl extension packages to work out of the box, and
	to not need modification when tcl is updated.  When extension package
	authors use the new libtclstubs*.a API, this even allows binary packages
	of dynamically-loadable tcl extensions to be used with newer versions of
	tcl without recompilation.

Here are the new features in tcl-8.3.x as opposed to 8.0.x.  I am not including
bug fixes as this represents about 18 months of them.

New Features since Tcl 8.2:
------------------------------

Improved clarity of error messages, especially for common programming
mistakes.

New lsort -unique switch to uniqify lists when sorting.

Enhanced glob command to provide simpler and more powerful cross-platform
file listing functionality.

File date stamping through "file atime" and "file mtime" and support for
chmod style permissions setting in file attributes -permissions on Unix.

New file channels command to obtain list of open channels.

"scan" command can now be used inline to return a list of values.

"regexp" has new -start, -all and -inline switches.

New "array unset" command.

New -milliseconds granularity option to "clock clicks".

Tcl optimization improvements, as well as numerous bug fixes.

Overhaul of the clock command to improve grammar and add support for
common ISO 8601 date/time formats.

Improved build support for numerous platforms.

New Features since Tcl 8.1.1
----------------------------------

Optimized string index, length, range, and append commands. Added a 
new Unicode object type.

Added Tcl_RegExpMatchObj and Tcl_RegExpGetInfo
to public Tcl API, these functions are needed by Expect.  Changed
tools/genStubs.tcl to always write output in LF mode.

Merged string and Unicode object types.  Added new public Tcl API 
functions:  Tcl_NewUnicodeObj, Tcl_SetUnicodeObj,
Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange,
Tcl_AppendUnicodeToObj. 

Changed to conform to TEA specification, added tcl.m4 and aclocal.m4 
macro libraries for configure.

Added new regexp interfaces: -expanded, -line, -linestop, and 
-lineanchor switches.  Renamed Tcl_RegExpMatchObj to
Tcl_RegExpExecObj and added new Tcl_RegExpMatchObj that is equivalent
to Tcl_RegExpMatch.  Added public macros for regexp flags.  Added
REG_BOSONLY flag to allow Expect to iterate through a string and only
find matches that start at the current position within the
string. 

Updated Unicode character tables to reflect Unicode 2.1 data.

Added initial implementation of new Tcl test harness package.  
Modified test files to use new tcltest package.

Applied patch from Peter Hardie to add poke command to dde and changed 
the dde package version number to 1.1. 

Added options to tcltest package: -preservecore, -limitconstraints,
-help, -file, -notfile, and flags. 

Changed parsing of variable names to allow empty array names. 
Now "$(foo)" is a variable reference.  Previously you had to use
something line $::(foo), which is slower.  This change was
requested by Jean-Luc Fontaine for his STOOOP package. 

Added Tcl_SetNotifier (public API) and associated hook points in the
notifiers to be able to replace the notifier calls at runtime. The 
Xt notifier and test program use this hook. 

Added a new variant of the "Trf core patch" from Andreas Kupries 
that adds new C APIs Tcl_StackChannel, Tcl_UnstackChannel, and 
Tcl_GetStackedChannel.  This allows the Trf extension to work without 
applying patches to the Tcl core. 

Added -timeout option to http.tcl to handle timeouts that occur during
connection attempts to hosts that are down. 

New features since Tcl 8.1:
---------------------------

Applied Jeff Hobbs' string patch which includes the following changes:
   new subcommands: equal, repeat, map, is, replace 
    -length option to "string compare|equal"
    -nocase option to "string compare|equal|match"
    string and list indices can be an integer or end?-integer?.
    added optional first and last index args to string toupper, et al.
See the string.n manual entry for more details about the new string features.

Applied Jeff Hobb's patch to add Tcl_StringCaseMatch to support case 
insensitive glob style matching and Tcl_UniCharIs* character classification 
functions.

Added Tcl_UtfNcmp and Tcl_UtfNcasecmp to make Utf string comparision easier.

Replaced the per-interpreter regexp cache with a per-thread cache.  Changed 
the Regexp object to take advantage of this extra cache.  Added a reference 
count to the TclRegexp type so regexps can be shared by multiple objects.  
Removed the per-interp regexp cache from the interpreter.  Now regexps can be 
used with no need for an interpreter. This set of changes should provide 
significant speed improvements for many Tcl scripts.

Applied the patch to fix 100-year and 400-year boundaries in leap year code, 
from Isaac Hollander.

New features since Tcl 8.0.5:
-----------------------------
Full Unicode support and a message catalog for internationalization.

Thread-safety for Tcl and Tk.

A new regular expression package by Henry Spencer that adds many
advanced features: non-greedy quantifiers, bounds, positive
and negative lookahead, collating elements, equivalence classes,
several built-in character classes, and comments.  In addition,
the regular expression engine works on Unicode strings to make
this the best regular expression package available anywhere.

Integrated the stub library mechanism contributed by Paul Duffin, 
Jan Nijtmans, and Jean-Claude Wippler.  This feature will make it
possible to write extensions that support multiple versions of Tcl
simultaneously.  It also makes it possible to dynamically load
extensions into statically linked interpreters.  This patch includes
the following changes:
      - Added a Tcl_InitStubs() interface
      - Added Tcl_PkgProvideEx, Tcl_PkgRequireEx, Tcl_PkgPresentEx,
        and Tcl_PkgPresent.
More information about using the stubs interface in your extensions
can be found at http://www.scriptics.com/support/howto/stubs.html

Added a message catalog facility to Tcl.  This adds several commands
in the "msgcat" package.  Thanks to Mark Harrison for contributing
the initial implementation.

Added the "encoding" command that facilitate translations of strings
between different character encodings.

Added "string totitle" command to convert strings to capitalize the
first character of a string and lowercase all of the other characters.

-----

Whew...  If you're still reading, thanks.  Enjoy!

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 24 19:53:32 2000 UTC (23 years, 7 months ago) by jwise
Branch: MAIN
Diff to selected 1.60 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>