From 9597cb30ed644a5b8ccf04561159b6b93c9c44b7 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 20 Jun 2026 14:18:06 +0700 Subject: [PATCH 1/2] Remove gawk patches --- recipes/text/gawk/recipe.toml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/recipes/text/gawk/recipe.toml b/recipes/text/gawk/recipe.toml index 3a0e6e2cf..c69e65069 100644 --- a/recipes/text/gawk/recipe.toml +++ b/recipes/text/gawk/recipe.toml @@ -1,18 +1,9 @@ [source] -git = "https://gitlab.redox-os.org/redox-os/gawk.git" -upstream = "https://git.savannah.gnu.org/git/gawk.git" -branch = "redox" +tar = "https://ftp.gnu.org/gnu/gawk/gawk-5.2.0.tar.xz" +blake3 = "31b907e8223fc265b73d94f32a6fce8082993da8558ed6e9f4ec95cdb98ad032" script = """ autotools_recursive_regenerate """ [build] -template = "custom" -script = """ -DYNAMIC_INIT -COOKBOOK_CONFIGURE_FLAGS+=( - ac_cv_func_gethostbyname=no - ac_cv_func_connect=no -) -cookbook_configure -""" +template = "configure" From 2426b0a0bf9570415ae0cc17165f68def80a944d Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 20 Jun 2026 14:19:09 +0700 Subject: [PATCH 2/2] Remove older duplicate tk recipe --- recipes/wip/dev/other/tk/recipe.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 recipes/wip/dev/other/tk/recipe.toml diff --git a/recipes/wip/dev/other/tk/recipe.toml b/recipes/wip/dev/other/tk/recipe.toml deleted file mode 100644 index a52bfa6f7..000000000 --- a/recipes/wip/dev/other/tk/recipe.toml +++ /dev/null @@ -1,9 +0,0 @@ -#TODO maybe wrong template, see https://www.tcl.tk/doc/howto/compile.html#unix -[source] -tar = "http://prdownloads.sourceforge.net/tcl/tk8.6.13-src.tar.gz" -[build] -template = "custom" -script = """ -cd unix -cookbook_configure -"""