Differences From Artifact [fa88feba81]:
- Executable file tcllux/build.sh — part of check-in [f9d652be14] at 2019-08-26 14:27:08 on branch trunk — Ignore more parameters while building tcllux (user: rkeene, size: 466) [annotate] [blame] [check-ins using]
To Artifact [1695886ba1]:
- Executable file
tcllux/build.sh
— part of check-in
[b93594845d]
at
2022-08-12 15:21:39
on branch trunk
— Remove setting _USE_32BIT_TIME_T, does not seem to be required anymore.
It was added as part of [cb7ed6affe], but now causes [df2dd68dca] (user: rkeene, size: 467) [annotate] [blame] [check-ins using]
1 2 3 4 | #! /usr/bin/env bash # BuildCompatible: KitCreator | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #! /usr/bin/env bash # BuildCompatible: KitCreator version='0.5' url="https://chiselapp.com/user/stwo/repository/tcllux/uv/tcllux-${version}.tar.gz" sha256='c5100f784b0790f878f75dbdadc109f69e3cee536eb9376785a360284345d4fe' pkg_ignore_opts=(--enable-threads --disable-threads --enable-kit-storage) pkg_no_support_for_static='1' function postinstall_() { ( cd "${installdir}/lib" || exit 1 if [ -d 'tcl' ]; then mv tcl/* . rmdir tcl fi ) || return 1 |
︙ | ︙ |