./lang/gcc9, The GNU Compiler Collection (GCC) - Release 9 Series

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q4, Version: 9.3.0nb10, Package name: gcc9-9.3.0nb10, Maintainer: pkgsrc-users

The GNU Compiler Collection includes front ends for C, C++, Objective-C,
Fortran, Ada, Go, and D, as well as libraries for these languages
(libstdc++,...).



Package options: gcc-c++, gcc-fortran, gcc-inplace-math, gcc-objc, gcc-objc++, nls

Master sites: (Expand)

Filesize: 68880.73 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-21 15:48:42 by Benny Siegert | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #6723 - requested by tsutsui
x11/qt6-qtbase: i386 build fix
lang/gcc9: dependent update

Revisions pulled up:
- lang/gcc9-libs/Makefile                                       1.8
- lang/gcc9/Makefile                                            1.41
- lang/gcc9/distinfo                                            1.10
- lang/gcc9/patches/patch-gcc_targhooks.c                       1.1
- x11/qt6-qtbase/Makefile.common                                1.26

---
   Module Name:    pkgsrc
   Committed By:   tsutsui
   Date:           Sun Jan  1 12:59:39 UTC 2023

   Modified Files:
           pkgsrc/lang/gcc9: Makefile distinfo
   Added Files:
           pkgsrc/lang/gcc9/patches: patch-gcc_targhooks.c

   Log message:
   gcc9: pull a hack for the __stack_chk_fail_local() on NetBSD.

   Taken from src/external/gpl3/gcc/dist/gcc/targhooks.c in the NetBSD HEAD:
    \ 
http://cvsweb.netbsd.org/bsdweb.cgi/src/external/gpl3/gcc/dist/gcc/targhooks.c#rev1.2
   via pkgsrc/lang/gcc49 in Attic:
    \ 
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/gcc49/patches/Attic/patch-gcc_targhooks.c#rev1.1

   This fixes an error during make configure in pkgsrc/x11/qt6-qtbase
   on NetBSD/i386 9.3 as mentioned in PR/57151.

   Bump PKGREVISION.

---
   Module Name:    pkgsrc
   Committed By:   tsutsui
   Date:           Sun Jan  1 13:00:54 UTC 2023

   Modified Files:
           pkgsrc/lang/gcc9-libs: Makefile

   Log message:
   gcc9-libs: bump PKGREVISION to follow gcc9 bump.

---
   Module Name:    pkgsrc
   Committed By:   tsutsui
   Date:           Sun Jan  8 08:13:31 UTC 2023

   Modified Files:
           pkgsrc/x11/qt6-qtbase: Makefile.common

   Log message:
   qt6-qtbase: fix build failure on NetBSD/i386.

   Closes PR/57151.
   No PKGREVISION bump because buildable ports are not affected.