git: 1d019143dfc4 - main - devel/riscv64-none-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:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d019143dfc40dafd37cf81d689da713c2c22e59 commit 1d019143dfc40dafd37cf81d689da713c2c22e59 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:46:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:16:48 +0000 devel/riscv64-none-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/riscv64-none-elf-gcc-11.3.0_2.log --- devel/riscv64-none-elf-gcc/files/patch-gcc_doc_extend.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/devel/riscv64-none-elf-gcc/files/patch-gcc_doc_extend.texi b/devel/riscv64-none-elf-gcc/files/patch-gcc_doc_extend.texi new file mode 100644 index 000000000000..f5b89c8bab8c --- /dev/null +++ b/devel/riscv64-none-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