head 1.2; access; symbols pkgsrc-2026Q3:1.2.0.2 pkgsrc-2026Q3-base:1.2 pkgsrc-2026Q2:1.1.0.6 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2026.07.19.11.17.41; author adam; state Exp; branches; next 1.1; commitid FhXjPkGd9j9WSfOG; 1.1 date 2025.11.08.07.04.02; author mrg; state Exp; branches; next ; commitid wnmt3AFTvrA3CIhG; desc @@ 1.2 log @gcc15: updated to 15.3 15.3 This release is a bug-fix release, containing fixes for regressions in GCC 15.2 relative to previous releases of GCC. PkgSrc: Allow building on Darwin/aarch64. @ text @$NetBSD$ Enable COBOL on NetBSD amd64/arm64/riscv64. Support Darwin/aarch64. https://github.com/Homebrew/homebrew-core/blob/main/Patches/gcc/gcc-15.3.0.diff --- configure.orig 2026-06-12 06:10:23.755719904 +0000 +++ configure @@@@ -3581,14 +3581,14 @@@@ case ,${enable_languages}, in ;; *) case "${target}" in - aarch64-*-linux*|x86_64-*-linux*) + aarch64-*-linux*|x86_64-*-linux*|aarch64-*-netbsd*|x86_64-*-netbsd*|riscv64-*-netbsd*) ;; *-*-*) unsupported_languages="$unsupported_languages cobol" ;; esac case "${host}" in - aarch64-*-linux*|x86_64-*-linux*) + aarch64-*-linux*|x86_64-*-linux*|aarch64-*-netbsd*|x86_64-*-netbsd*|riscv64-*-netbsd*) ;; *-*-*) unsupported_languages="$unsupported_languages cobol" @@@@ -3599,6 +3599,8 @@@@ esac # Disable libffi for some systems. case "${target}" in + aarch64*-*-darwin2*) + ;; powerpc-*-darwin*) ;; i[3456789]86-*-darwin*) @ 1.1 log @port gcobol to netbsd amd64 and arm64. also fix the arm64 port - it wasn't including LSE and had link issues. define DL_LIBRARY "" on netbsd, we don't have -ldl. avoid a weird "unused" isn't ignored warning on arm64. tested with a simple hello.cob: IDENTIFICATION DIVISION. PROGRAM-ID. HELLO. PROCEDURE DIVISION. DISPLAY 'hello cobol world'. STOP RUN. bump pkg revision. @ text @d5 2 d8 2 a9 2 --- configure.orig 2025-08-07 23:51:39.874338130 -0700 +++ configure 2025-11-05 19:28:09.763698065 -0800 d27 9 @