Overview
Comment: | Updated URL to tcllib |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | faeac9b5b26cee98cb2e29428db7f96e889f3075 |
User & Date: | rkeene on 2015-08-05 03:27:54 |
Other Links: | manifest | tags |
Context
2015-09-14
| ||
19:04 | Updated to include timeout for tests check-in: 404a1c438f user: rkeene tags: trunk | |
2015-08-05
| ||
03:27 | Updated URL to tcllib check-in: faeac9b5b2 user: rkeene tags: trunk | |
2015-05-29
| ||
17:08 | Fixed issue with locating main.tcl on KitDLLs check-in: b6937cc4c5 user: rkeene tags: trunk | |
Changes
Modified tcllib/build.sh from [0558ed07b0] to [d804d69dc7].
1 1 #! /usr/bin/env bash 2 2 3 3 TCLLIB_VERS='1.16' 4 4 SRC="src/tcllib-${TCLLIB_VERS}.tar.bz2" 5 -SRCURL="http://sourceforge.net/projects/tcllib/files/tcllib/${TCLLIB_VERS}/Tcllib-${TCLLIB_VERS}.tar.bz2" 5 +SRCURL="http://sourceforge.net/projects/tcllib/files/tcllib/${TCLLIB_VERS}/tcllib-${TCLLIB_VERS}.tar.bz2" 6 6 BUILDDIR="$(pwd)/build/Tcllib-${TCLLIB_VERS}" 7 7 OUTDIR="$(pwd)/out" 8 8 INSTDIR="$(pwd)/inst" 9 9 PATCHDIR="$(pwd)/patches" 10 10 export TCLLIB_VERS SRC SRCURL BUILDDIR OUTDIR INSTDIR PATCHDIR 11 11 12 12 rm -rf 'build' 'out' 'inst'