Overview
| Comment: | Updated to CTk 8.0.2801 to fix issues with Tcl 8.6 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
c80dceaca00714da6035a3e0410d4f5f |
| User & Date: | rkeene on 2011-09-11 23:59:30 |
| Other Links: | manifest | tags |
Context
|
2011-11-23
| ||
| 13:06 | Added "sun4v" and "sun4u" to list of sparc64 types Copied web CustomKit interface into teaparty check-in: 09fa0e9b42 user: rkeene tags: trunk | |
|
2011-09-11
| ||
| 23:59 | Updated to CTk 8.0.2801 to fix issues with Tcl 8.6 check-in: c80dceaca0 user: rkeene tags: trunk | |
|
2011-09-10
| ||
| 22:29 | Fixed some bugs in cross-compile builds check-in: 9fbb0ef3ca user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/ctk/build.sh from [c5026b8cdd] to [a29f46985e].
1 2 3 | #! /bin/bash # Define parameters | | | 1 2 3 4 5 6 7 8 9 10 11 |
#! /bin/bash
# Define parameters
VERS=8.0.2801
SRC="src/ctk-${VERS}.tar.gz"
SRCURL="http://www.rkeene.org/devel/ctk/ctk-${VERS}.tar.gz"
BUILDDIR="ctk-${VERS}"
export VERS SRC SRCURL BUILDDIR
# Load common functions
source ../common.sh
|
| ︙ | ︙ |