Overview
Comment: | Updated to latest tcllib |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 830629525ae3165efd8ce78732e0fa3b4ca87a4b |
User & Date: | rkeene on 2014-05-06 12:11:27 |
Other Links: | manifest | tags |
Context
2014-05-06
| ||
12:11 | Swapped out "tcltcc" for "tcc4tcl" check-in: 326afc96d5 user: rkeene tags: trunk | |
12:11 | Updated to latest tcllib check-in: 830629525a user: rkeene tags: trunk | |
12:11 | Updated to latest OpenSSL check-in: 0e41fdc8db user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/tcllib/build.sh from [9a83c56fd8] to [773c04dec9].
1 1 #! /bin/bash 2 2 3 -VERS=1.14 3 +VERS=1.16 4 +VERS_TAG="$(echo "${VERS}" | sed 's@\.@-@g')" 5 +VERS_US="$(echo "${VERS}" | sed 's@\.@_@g')" 4 6 SRC="src/tcllib-${VERS}.tar.gz" 5 7 SRCURL="http://sourceforge.net/projects/tcllib/files/tcllib/${VERS}/tcllib-${VERS}.tar.gz/download" 6 -BUILDDIR="tcllib-${VERS}" 8 +SRCURL="http://core.tcl.tk/tcllib/tarball/tcllib-${VERS}.tar.gz?uuid=tcllib-${VERS_TAG}" 9 +SRCURL="https://github.com/tcltk/tcllib/archive/tcllib_${VERS_US}.tar.gz" 10 +BUILDDIR="tcllib-tcllib_${VERS_US}" 7 11 export VERS SRC SRCURL BUILDDIR 8 12 9 13 # Load common functions 10 14 source ../common.sh 11 15 12 16 # Do not build if the "tcl" platform has NOT been requested 13 17 only_platforms 'tcl'
Added server/buildpkgs/tcllib/process.tcl version [86d7214b3e].
1 +#! /usr/bin/env tclsh 2 + 3 +create fake interp with "if" defined to take both halves, "package" to determine stuff, and "source" as real -- all other commands noops