diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-05 06:31:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-05 06:31:58 +0000 |
commit | e4d9d6796d5018e338f0b27a3bc97716195bf0b8 (patch) | |
tree | 38d56da69a3b5d5ccc7d73796d38469f5d4e610c /dev-scheme/guile | |
parent | 38efae7f3eb932ed41510139679efd5c1e2f5eda (diff) |
gentoo auto-resync : 05:01:2025 - 06:31:57
Diffstat (limited to 'dev-scheme/guile')
-rw-r--r-- | dev-scheme/guile/Manifest | 1 | ||||
-rw-r--r-- | dev-scheme/guile/files/guile-2.2.7-fix-buggy-gnulib.patch | 85 |
2 files changed, 0 insertions, 86 deletions
diff --git a/dev-scheme/guile/Manifest b/dev-scheme/guile/Manifest index 078df17a2356..84f805a34d41 100644 --- a/dev-scheme/guile/Manifest +++ b/dev-scheme/guile/Manifest @@ -9,7 +9,6 @@ AUX guile-1.8.8-sandbox.patch 514 BLAKE2B d47f7a6ffc4e67cec738e963ff2ec7c3bfa600 AUX guile-1.8.8-texinfo-6.7.patch 1243 BLAKE2B fe485bcfd807394797b9561f95151a458fc4c6397c5903c9d17204dd5f485b28600ca6004de76c89ad3807bad4c84b2eaa1bda5fe13d0b763bf5b70c1157a0ff SHA512 85136f0997c4da3c7f7831fdf85ea790c1083fd373617111b78e17bb5559e8333e70da22cfd9f4109f9ad9026f30d408864b3c84d13cf2c5164d990c2a8c1754 AUX guile-1.8.8-tinfo.patch 450 BLAKE2B 0dcf1728e30034f1e612d666b07cdbf2147dbbe8151a23479d1519f4bc55a0fcf83c37e545592c2a2fb7c7426f026ae3fac0f08d3a36248cd8b27c3d9ae8a618 SHA512 0ea33680a57b1adb0821bd00cd73955e8c2fd5f31c4bd20a291c3e4fbb6a3dd9e2f4977b135f05fa3e2b65b1f5e0f5253db642e7b0b0fcd2e78ff8b6dd1cf37a AUX guile-2.2.3-gentoo-sandbox.patch 361 BLAKE2B 997d4cec108f302f34b42c59c78d420c858f964b8587bed523d95fadedbf9981dd9c196934299413db9c23e940a4b88e798e4fff65cdea1507968494338313ba SHA512 450f44cbd2b3f0c7c02963c35e58e8d0e4a7192239993215b69713d8a1109692ab1e153efe685c27681069477a56e7bc52b34ebd8717a2c8695be8c6b8abe673 -AUX guile-2.2.7-fix-buggy-gnulib.patch 2813 BLAKE2B 9905f91b37fc8262ed508f8dd9507e9bb38704847f84ba0fc0b214f52b2359182d56b9a766ed31102d1d5c9d6ad852f6a3ca5976f032e77d536c2374448b242e SHA512 eea1f62f2e8ce3d476bba79d0d400c13d32e3ccd138db5f512788dfe08ddca234cfc83e8c2df7cf0252e958271e78d74cbb9632b3fc97f7f6fd1bacb6f1f5e54 AUX guile-2.2.7-stack-up.patch 568 BLAKE2B 11f19c9e657b9b23c033e0edac9d06fcaa2f56f69230d526fc42eed6050022395599855015539c32ed83b6e3f5c8a94744ff6ef50b3c9284818d0d8f725f18b6 SHA512 f312e4e5d8d3781efb6fe65f4ec94431d8b19a7ac3e3e9e461748c60643088237e570314e74b5253418a01b129586465ed43107463d8de182e362393f75073bd AUX guile-3.0-fix-32bit-BE.patch 779 BLAKE2B 7665d10c97a86c3c269122010821fed6fd83f5a3794d1b15a7c16479f30258f25d7c659257bac4296c0be43ea881c80d0ecd5033ff3a383da9eff4f5e34e884b SHA512 05a6fda0c4d8fb1a5d6da98611f00e430ce03e6ace1cf412290275bd6051ac028b42f8ccd05bba0bbe385f5681df2a26112e0a0f377f911acadb6acedbb15037 AUX guile-3.0.10-backport-issue72913.patch 17953 BLAKE2B 4fbdbc8ab51d39acadac5b181df43687f9913e60a1431ea8affbd66b1af1d8d55d39d9477086ca520ae455d9a03ec4a073e94b6dabf9cfdb7ced56f9d4ab7879 SHA512 3eac97a35fd6a86fab90c36730935d317e051e11cb20509521ad7e9e74713c7d844b5d23920491d0318ec4d84570cc036847c25a0d3404522b11fc6339af3799 diff --git a/dev-scheme/guile/files/guile-2.2.7-fix-buggy-gnulib.patch b/dev-scheme/guile/files/guile-2.2.7-fix-buggy-gnulib.patch deleted file mode 100644 index 20f04c3b095c..000000000000 --- a/dev-scheme/guile/files/guile-2.2.7-fix-buggy-gnulib.patch +++ /dev/null @@ -1,85 +0,0 @@ -From 76d84a62e84d4206d41ffed16b8baa5af2d1e62f Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz93@gmail.com> -Date: Sun, 26 May 2024 13:02:54 -0400 -Subject: [PATCH 1/2] fix invalid bash code causing the wrong type of failure - -test $var = no - -fails if $var is only ever defined after this line. gnulib is brilliant -software and naturally does exactly this, because it is highly logical -to only define code after you try to use it. - -Probably. It's hard to tell because the actual code that gets run is: - -func_gl_gnulib_m4code_5264294aa0a5557541b53c8c741f7f31 - -since the other sparkling aspect of gnulib's innovative brilliance is -the realization that *of course* the most robust way to design software -is to use checksums as *replacements* for function names. - -Or, "that time Eli got jiatanned by gnulib". - -The quoting was silently "fixed" upstream in: -https://github.com/coreutils/gnulib/commit/db1ee11e2168af7137db53289a92e306d2277b0b - -It is the same "fix" we do here, thus restoring dash <--> bash -compatibility and preventing: - -``` - * QA Notice: Abnormal configure code - * - * ./configure: 38012: test: =: unexpected operator -``` - -although it seems to me gnulib is just more generally broken. ---- - m4/timegm.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/m4/timegm.m4 b/m4/timegm.m4 -index 510e25a..34e5347 100644 ---- a/m4/timegm.m4 -+++ b/m4/timegm.m4 -@@ -11,7 +11,7 @@ AC_DEFUN([gl_FUNC_TIMEGM], - REPLACE_TIMEGM=0 - AC_CHECK_FUNCS_ONCE([timegm]) - if test $ac_cv_func_timegm = yes; then -- if test $gl_cv_func_working_mktime = no; then -+ if test "$gl_cv_func_working_mktime" = no; then - # Assume that timegm is buggy if mktime is. - REPLACE_TIMEGM=1 - fi --- -2.44.1 - - -From fa98775e2a0bc6e33de851a8bd399635b977d0e6 Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz93@gmail.com> -Date: Sun, 26 May 2024 13:07:25 -0400 -Subject: [PATCH 2/2] gnulib: backport fix for Modern C in round.m4 - -https://github.com/coreutils/gnulib/commit/f12a7bbb4acaaa72f48e452e04da2a4dd749a664 - -Fixes undefined exit() by switching it to merely return. That's the -upstream fix, so use it although arguably one could simply #include the -headers for functions that are used... ---- - m4/round.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/m4/round.m4 b/m4/round.m4 -index 45b7df4..d4ef7f2 100644 ---- a/m4/round.m4 -+++ b/m4/round.m4 -@@ -57,7 +57,7 @@ int main() - * (double) (1U << ((DBL_MANT_DIG + 3) / 5)) - * (double) (1U << ((DBL_MANT_DIG + 4) / 5)); - volatile double x = 0.5 - 0.5 / TWO_MANT_DIG; -- exit (x < 0.5 && round (x) != 0.0); -+ return (x < 0.5 && round (x) != 0.0); - }]])], [gl_cv_func_round_works=yes], [gl_cv_func_round_works=no], - [case "$host_os" in - netbsd* | aix*) gl_cv_func_round_works="guessing no";; --- -2.44.1 - |