diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-02-06 18:22:11 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-01 17:05:51 -0500 |
commit | 2d2dc33f91a1ba3b4bc5d7798ca1386a5bad44a1 (patch) | |
tree | 6a1e970f1d7918384f70138bc9019b717b356114 /system/mandoc/cgi-adelie.patch | |
parent | c9e728b2cc46dab566d44308a3c241956a3c11ce (diff) | |
download | packages-2d2dc33f91a1ba3b4bc5d7798ca1386a5bad44a1.tar.gz packages-2d2dc33f91a1ba3b4bc5d7798ca1386a5bad44a1.tar.bz2 packages-2d2dc33f91a1ba3b4bc5d7798ca1386a5bad44a1.tar.xz packages-2d2dc33f91a1ba3b4bc5d7798ca1386a5bad44a1.zip |
system/mandoc: Update to 1.14.6, miss Max terribly
Diffstat (limited to 'system/mandoc/cgi-adelie.patch')
-rw-r--r-- | system/mandoc/cgi-adelie.patch | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/system/mandoc/cgi-adelie.patch b/system/mandoc/cgi-adelie.patch index 66ce6a9ba..fff862240 100644 --- a/system/mandoc/cgi-adelie.patch +++ b/system/mandoc/cgi-adelie.patch @@ -2,7 +2,7 @@ Adjustments for Adélie manual sections and architecture names. --- mandoc-1.14.5/cgi.c 2019-03-10 04:56:43.000000000 -0500 +++ mandoc-1.14.5/cgi.c 2020-06-05 15:54:05.681060852 -0500 -@@ -101,36 +101,28 @@ static const char *scriptname = SCRIPT_ +@@ -101,38 +101,28 @@ static const char *scriptname = SCRIPT_ static const int sec_prios[] = {1, 4, 5, 8, 6, 3, 7, 2, 9}; static const char *const sec_numbers[] = { @@ -32,16 +32,18 @@ Adjustments for Adélie manual sections and architecture names. static const int sec_MAX = sizeof(sec_names) / sizeof(char *); static const char *const arch_names[] = { -- "amd64", "alpha", "armv7", "arm64", -- "hppa", "i386", "landisk", -- "loongson", "luna88k", "macppc", "mips64", -- "octeon", "sgi", "socppc", "sparc64", +- "amd64", "alpha", "armv7", "arm64", +- "hppa", "i386", "landisk", "loongson", +- "luna88k", "macppc", "mips64", "octeon", +- "powerpc64", "riscv64", "sparc64", +- - "amiga", "arc", "armish", "arm32", - "atari", "aviion", "beagle", "cats", - "hppa64", "hp300", - "ia64", "mac68k", "mvme68k", "mvme88k", - "mvmeppc", "palm", "pc532", "pegasos", -- "pmax", "powerpc", "solbourne", "sparc", +- "pmax", "powerpc", "sgi", "socppc", +- "solbourne", "sparc", - "sun3", "vax", "wgrisc", "x68k", - "zaurus" + "aarch64", "armv7", "pmmx", |