aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl
Commit message (Collapse)AuthorAge
* tcl: fix build on macosSergey V. Lobanov2022-01-29
| | | | | | | | | | configure script detects Darwin and uses flags incompatible with Linux target build. This patch uses fakeuname tool if host OS is MacOS to avoid Darwin detection on target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* tcl: update to 8.6.11Rosen Penev2021-06-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tcl: update to 8.6.10Rosen Penev2020-12-01
| | | | | | | | Add *BUILD_PARALLEL for faster compilation. Rearrange variable for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tcl: Fix pkgconfig fileRosen Penev2019-11-27
| | | | | | It's pointing to the host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tcl: Update to 8.6.9Rosen Penev2018-12-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lang/tcl: bring back package, update to 8.6.8, add host compileVadim Radovel2018-10-18
| | | | Signed-off-by: Vadim Radovel <vadim@radovel.ru>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* tcl: Add BROKEN tag until package build fixedTed Hess2016-03-08
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* lang/tcl: Bring back package, updated to 8.6.4.mistachkin2015-11-15
Signed-off-by: Joe Mistachkin <joe@mistachkin.com>