Overview
Comment: | Upgrade the Thread package to version 2.7.2. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | d698723d210a859ef13111cbe92fd59924f9f5ee |
User & Date: | mistachkin on 2015-03-31 03:31:21 |
Other Links: | manifest | tags |
Context
2015-03-31
| ||
03:32 | Update the 'installvfs.tcl' tool to always copy to a new file before making any modifications. check-in: d720e221c4 user: mistachkin tags: trunk | |
03:31 | Upgrade the Thread package to version 2.7.2. check-in: d698723d21 user: mistachkin tags: trunk | |
03:30 | Upgrade the ITcl package to version 3.4.2. check-in: bbb02df79b user: mistachkin tags: trunk | |
00:31 | Upgrade the Thread package to version 2.7.2. Closed-Leaf check-in: f98161eeb1 user: mistachkin tags: Thread272 | |
Changes
Modified thread/build.sh from [a260bfcb8c] to [b4f11c7a4a].
7 7 fi 8 8 if [ -z "${TCLVERS}" ]; then 9 9 echo 'ERROR: The TCLVERS environment variable is not set' >&2 10 10 11 11 exit 1 12 12 fi 13 13 14 -THREADVERS="2.6.5" 14 +THREADVERS="2.7.2" 15 15 SRC="src/thread-${THREADVERS}.tar.gz" 16 16 SRCURL="http://sourceforge.net/projects/tcl/files/Thread%20Extension/${THREADVERS}/thread${THREADVERS}.tar.gz/download" 17 17 BUILDDIR="$(pwd)/build/thread${THREADVERS}" 18 18 OUTDIR="$(pwd)/out" 19 19 INSTDIR="$(pwd)/inst" 20 20 export THREADVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR 21 21