mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
tcl: update to 8.6.13
This commit is contained in:
parent
2f02de3ea2
commit
f08f2565c3
1 changed files with 3 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tcl'
|
# Template file for 'tcl'
|
||||||
pkgname=tcl
|
pkgname=tcl
|
||||||
version=8.6.12
|
version=8.6.13
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc=unix
|
build_wrksrc=unix
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,15 +13,11 @@ short_desc="TCL scripting language"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="TCL"
|
license="TCL"
|
||||||
homepage="http://www.tcl.tk"
|
homepage="http://www.tcl.tk"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}${version}-src.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/tcl/tcl${version}-src.tar.gz"
|
||||||
checksum=26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6
|
checksum=43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066
|
||||||
|
|
||||||
shlib_provides="libtcl${version%.*}.so"
|
shlib_provides="libtcl${version%.*}.so"
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
vsed -i pkgs/sqlite*/Makefile.in -e 's/-DSQLITE_API=MODULE_SCOPE//g'
|
|
||||||
}
|
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# thread-4.5 and thread-5* are skipped because they test UB
|
# thread-4.5 and thread-5* are skipped because they test UB
|
||||||
make test TESTFLAGS="-skip 'thread-4.5 thread-5*'"
|
make test TESTFLAGS="-skip 'thread-4.5 thread-5*'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue