1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/tcl9: upgrade to 9.0.2

This commit is contained in:
Celeste 2025-07-03 07:35:27 +00:00
parent 52ba47cb7c
commit 907155ab71
2 changed files with 3 additions and 16 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=tcl9
pkgver=9.0.1
pkgver=9.0.2
pkgrel=0
_major=${pkgver%.*}
pkgdesc="The Tcl scripting language, version 9"
@ -20,9 +20,7 @@ makedepends="
zlib-dev
"
subpackages="$pkgname-dev $pkgname-doc"
source="https://downloads.sourceforge.net/sourceforge/tcl/tcl$pkgver-src.tar.gz
tclsqlite-include-stdint.patch
"
source="https://downloads.sourceforge.net/sourceforge/tcl/tcl$pkgver-src.tar.gz"
builddir="$srcdir/tcl$pkgver/unix"
options="net" # tests require networking
@ -82,6 +80,5 @@ dev() {
}
sha512sums="
8ef8289bd86b4cc2597d63f4b460fa4a67da66dbb1bafa29cb8cd960867d07636f12713ecb1a95a96bd6c284b6f0f4264ff96da2feeb52a5a9795f036fa346c3 tcl9.0.1-src.tar.gz
3c194e3e08751f362ba8a93f356811d55d877dd6f814069665decbc112538a216d7507791e6c59fff024f6a3bb367d6e33bdd045323146a5accef623e9678a32 tclsqlite-include-stdint.patch
4c33095acc884117b2943dd25fbf71ac567a6c396dc9c3fd8394d1fb9d433844ed491d5214b0e5e895dcfd06adc785993f761cc04bcdfea0d360dbf116c0d84b tcl9.0.2-src.tar.gz
"

View file

@ -1,10 +0,0 @@
--- a/pkgs/sqlite3.47.2/generic/tclsqlite3.c
+++ b/pkgs/sqlite3.47.2/generic/tclsqlite3.c
@@ -83,6 +83,7 @@
# endif
# endif /* SQLITE_PTRSIZE */
# if defined(HAVE_STDINT_H)
+# include <stdint.h>
typedef uintptr_t uptr;
# elif SQLITE_PTRSIZE==4
typedef unsigned int uptr;