Overview
Comment: | Updated to latest tcllib |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
830629525ae3165efd8ce78732e0fa3b |
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 2 | #! /bin/bash | | > > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #! /bin/bash VERS=1.16 VERS_TAG="$(echo "${VERS}" | sed 's@\.@-@g')" VERS_US="$(echo "${VERS}" | sed 's@\.@_@g')" SRC="src/tcllib-${VERS}.tar.gz" SRCURL="http://sourceforge.net/projects/tcllib/files/tcllib/${VERS}/tcllib-${VERS}.tar.gz/download" SRCURL="http://core.tcl.tk/tcllib/tarball/tcllib-${VERS}.tar.gz?uuid=tcllib-${VERS_TAG}" SRCURL="https://github.com/tcltk/tcllib/archive/tcllib_${VERS_US}.tar.gz" BUILDDIR="tcllib-tcllib_${VERS_US}" export VERS SRC SRCURL BUILDDIR # Load common functions source ../common.sh # Do not build if the "tcl" platform has NOT been requested only_platforms 'tcl' |
︙ | ︙ |
Added server/buildpkgs/tcllib/process.tcl version [86d7214b3e].
> > > | 1 2 3 | #! /usr/bin/env tclsh create fake interp with "if" defined to take both halves, "package" to determine stuff, and "source" as real -- all other commands noops |