Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tcl, tk: update to 8.6.12
@ 2021-12-18  1:46 4ricci
  2021-12-18  1:56 ` 4ricci
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: 4ricci @ 2021-12-18  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1531 bytes --]

There is a new pull request by 4ricci against master on the void-packages repository

https://github.com/4ricci/void-packages tcl-tk
https://github.com/void-linux/void-packages/pull/34598

tcl, tk: update to 8.6.12
I didn't include `checkdepends` for database tests.
Failed tests do not cause `xbps-src` to exit with failure.
Except for `cmdAH-25.3 Tcl_FileObjCmd: owned`, which fails because in the chroot `/` is actually owned by the user, the only failure is `pkgconfig-1.1 query keys`. It doesn't fail when using built-in sqlite.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34598.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tcl-tk-34598.patch --]
[-- Type: text/x-diff, Size: 2609 bytes --]

From 0acb32991573dfce703eb10563c31fe556abf3e7 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Fri, 17 Dec 2021 12:23:27 +0100
Subject: [PATCH 1/2] tcl: update to 8.6.12.

- enable tests
- use vsed
---
 srcpkgs/tcl/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tcl/template b/srcpkgs/tcl/template
index d36663d8b1fa..6014e66b2c69 100644
--- a/srcpkgs/tcl/template
+++ b/srcpkgs/tcl/template
@@ -1,6 +1,6 @@
 # Template file for 'tcl'
 pkgname=tcl
-version=8.6.11
+version=8.6.12
 revision=1
 wrksrc="tcl${version}"
 build_wrksrc=unix
@@ -9,18 +9,20 @@ configure_args="--enable-threads --without-tzdata --enable-man-symlinks
  --disable-static --disable-rpath --with-system-sqlite
  tcl_cv_strstr_unbroken=ok
  tcl_cv_strtoul_unbroken=ok"
+make_check_target=test
 makedepends="zlib-devel sqlite-devel"
 short_desc="TCL scripting language"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="TCL"
 homepage="http://www.tcl.tk"
+changelog="https://core.tcl-lang.org/tcl/raw?ci=trunk&filename=changes&m=text/plain"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}${version}-src.tar.gz"
-checksum=8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258
+checksum=26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6
 
 shlib_provides="libtcl${version%.*}.so"
 
 post_extract() {
-	sed -i 's/-DSQLITE_API=MODULE_SCOPE//g' pkgs/sqlite*/Makefile.in
+	vsed -i pkgs/sqlite*/Makefile.in -e 's/-DSQLITE_API=MODULE_SCOPE//g'
 }
 
 do_install() {

From 2c0e05c80013eb419a9dad94dc82ef74f0958d8c Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Fri, 17 Dec 2021 12:23:32 +0100
Subject: [PATCH 2/2] tk: update to 8.6.12.

---
 srcpkgs/tk/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tk/template b/srcpkgs/tk/template
index d09a878d6256..e37432f7e413 100644
--- a/srcpkgs/tk/template
+++ b/srcpkgs/tk/template
@@ -1,6 +1,6 @@
 # Template file for 'tk'
 pkgname=tk
-version=8.6.11
+version=8.6.12
 revision=1
 wrksrc="tk${version}"
 build_wrksrc=unix
@@ -14,8 +14,9 @@ short_desc="TK graphical user interface toolkit for TCL"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:TCL"
 homepage="http://www.tcl.tk"
+changelog="https://core.tcl-lang.org/tk/raw?ci=trunk&filename=changes&m=text/plain"
 distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
-checksum=5228a8187a7f70fa0791ef0f975270f068ba9557f57456f51eb02d9d4ea31282
+checksum=12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630
 
 shlib_provides="libtk8.6.so"
 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-12-20 12:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-18  1:46 [PR PATCH] tcl, tk: update to 8.6.12 4ricci
2021-12-18  1:56 ` 4ricci
2021-12-18  9:39 ` 4ricci
2021-12-18  9:41 ` 4ricci
2021-12-18 10:49 ` [PR PATCH] [Updated] " 4ricci
2021-12-18 11:52 ` 4ricci
2021-12-18 11:54 ` 4ricci
2021-12-18 15:46 ` [PR PATCH] [Updated] " 4ricci
2021-12-20 10:31 ` 4ricci
2021-12-20 12:48 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).