Overview
Comment: | Updated to latest tcc4tcl |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 759c5f1892bfa518cd7532c1712b9955f9b88f58 |
User & Date: | rkeene on 2014-06-21 21:22:05 |
Other Links: | manifest | tags |
Context
2014-06-21
| ||
21:59 | Updated to include "fake-uname" in pkgs file check-in: 98b6dd903b user: rkeene tags: trunk | |
21:22 | Updated to latest tcc4tcl check-in: 759c5f1892 user: rkeene tags: trunk | |
2014-06-17
| ||
05:27 | Upgraded to latest tcc4tcl check-in: 85eb7fc7b7 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/tcc4tcl/build.sh from [2b8248ffc7] to [649bd9fbb7].
1 1 #! /bin/bash 2 2 3 3 # Define parameters 4 -VERS=0.19 4 +VERS=0.20 5 5 SRC="src/tcc4tcl-${VERS}.tar.gz" 6 6 SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz" 7 7 BUILDDIR="tcc4tcl-${VERS}" 8 8 LICENSE="LGPLv2.1" 9 9 export VERS SRC SRCURL BUILDDIR 10 10 11 11 # Load common functions