head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.4 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.2 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @-- @; 1.2 date 2025.10.18.05.31.22; author dkazankov; state Exp; branches; next 1.1; commitid DQ6enTFTzAenM0fG; 1.1 date 2025.04.25.19.35.10; author dkazankov; state Exp; branches; next ; commitid UNL0eZmaL4DA6tSF; desc @@ 1.2 log @gcc14-gnat: migrate to new bootstrap, some patch and option changes * Update common patches from gcc14. * Move conditional NetBSD specific Ada patches to SUBST framework. * Default math now use inplace option. * GCC's inplace graphite changed to distribution downloading variant. * NetBSD builds migrated to the new bootstrap compiler. Other platforms uses old build with gcc10-aux package which still doesn't work. @ text @$NetBSD: patch-gcc_ada_libgnat_g-socthi.ads,v 1.1 2025/04/25 19:35:10 dkazankov Exp $ Fix RTS build warning --- gcc/ada/libgnat/g-socthi.ads.orig 2021-10-09 18:09:40.607907149 +0200 +++ gcc/ada/libgnat/g-socthi.ads @@@@ -53,8 +53,6 @@@@ package C renames Interfaces.C; - use type System.CRTL.ssize_t; - function Socket_Errno return Integer renames GNAT.OS_Lib.Errno; -- Returns last socket error number @ 1.1 log @lang/gcc14-gnat*: add new packages for GCC GNAT 14 @ text @d1 1 a1 1 $NetBSD: patch-gcc_ada_libgnat_g-socthi.ads,v 1.1 2024/03/08 12:02:33 wiz Exp $ d3 1 a3 1 Fix symbol to make it use the C processed one. a14 10 @@@@ -256,7 +254,7 @@@@ pragma Import (C, C_Getsockname, "getsockname"); pragma Import (C, C_Getsockopt, "getsockopt"); pragma Import (C, C_Listen, "listen"); - pragma Import (C, C_Select, "select"); + pragma Import (C, C_Select, "__gnat_select"); pragma Import (C, C_Setsockopt, "setsockopt"); pragma Import (C, C_Shutdown, "shutdown"); pragma Import (C, C_Socketpair, "socketpair"); @