aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl/Makefile
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* 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>