recode: Update to 3.7.15

This commit is contained in:
Ryan Carsten Schmidt
2025-08-14 08:57:02 -05:00
parent 3fe05f90ab
commit 0c0f4e1117
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -3,11 +3,11 @@
PortSystem 1.0
PortGroup github 1.0
github.setup rrthomas recode 3.7.14 v
github.setup rrthomas recode 3.7.15 v
revision 0
checksums rmd160 c1e048fe8e3b5b7d78e03e2d19cbb0b9b0325f43 \
sha256 786aafd544851a2b13b0a377eac1500f820ce62615ccc2e630b501e7743b9f33 \
size 2297471
checksums rmd160 c46290e331c8d99a20bbcc7b6cb7cf5f7add76ad \
sha256 f590407fc51badb351973fc1333ee33111f05ec83a8f954fd8cf0c5e30439806 \
size 2358971
categories textproc
license GPL-3+
@@ -23,7 +23,7 @@ long_description This recode program has the purpose of converting files \
github.tarball_from releases
set python.branch 3.12
set python.branch 3.13
set python.version [join [split ${python.branch} "."] ""]
set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch}
set python.bin ${python.prefix}/bin/python${python.branch}
+3 -3
View File
@@ -1,6 +1,6 @@
Fix "#pragma GCC diagnostic not allowed inside functions"
--- src/dump.c.orig 2023-01-06 04:33:34.000000000 -0600
+++ src/dump.c 2023-01-11 23:50:52.000000000 -0600
--- src/dump.c.orig 2023-02-20 15:09:22.000000000 -0600
+++ src/dump.c 2025-08-14 08:45:57.000000000 -0500
@@ -95,10 +95,7 @@
/* Write formatted value. */
@@ -10,7 +10,7 @@ Fix "#pragma GCC diagnostic not allowed inside functions"
sprintf (buffer, format_table[base][byte_count], value);
-#pragma GCC diagnostic pop
for (cursor = buffer; *cursor; cursor++)
put_byte (*cursor, subtask);
recode_put_byte (*cursor, subtask);
--- src/names.c.orig 2023-01-06 04:25:44.000000000 -0600
+++ src/names.c 2023-01-11 23:50:52.000000000 -0600