git: 270da0f124f4 - main - devel/riscv32-unknown-elf-gcc: Fix build with texinfo 7.1+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:23:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=270da0f124f46836c1319c468795d4270303ce64 commit 270da0f124f46836c1319c468795d4270303ce64 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:46:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:16:47 +0000 devel/riscv32-unknown-elf-gcc: Fix build with texinfo 7.1+ PR: 274858 Reference: https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-11-02_15h08m17s/logs/errors/riscv32-unknown-elf-gcc-11.3.0_2.log --- devel/riscv32-unknown-elf-gcc/files/patch-gcc_doc_extend.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/devel/riscv32-unknown-elf-gcc/files/patch-gcc_doc_extend.texi b/devel/riscv32-unknown-elf-gcc/files/patch-gcc_doc_extend.texi new file mode 100644 index 000000000000..f5b89c8bab8c --- /dev/null +++ b/devel/riscv32-unknown-elf-gcc/files/patch-gcc_doc_extend.texi @@ -0,0 +1,11 @@ +--- gcc/doc/extend.texi.orig 2022-04-21 07:58:53 UTC ++++ gcc/doc/extend.texi +@@ -2487,7 +2487,7 @@ The following attributes are supported on most targets + @table @code + @c Keep this table alphabetized by attribute name. Treat _ as space. + +-@itemx access (@var{access-mode}, @var{ref-index}) ++@item access (@var{access-mode}, @var{ref-index}) + @itemx access (@var{access-mode}, @var{ref-index}, @var{size-index}) + + The @code{access} attribute enables the detection of invalid or unsafe