[Bug 265947] lang/guile: Has USE_GCC=12 but gcc11 is used instead

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 19 Aug 2022 18:43:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265947

            Bug ID: 265947
           Summary: lang/guile: Has USE_GCC=12 but gcc11 is used instead
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: salvadore@freebsd.org
                CC: gerald@FreeBSD.org
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

The Makefile has USE_GCC=12, however the port does not depend on gcc12 and
depends on gcc11 instead (see make all-depends-list, see index, see freshports
etc.).

Since I am now maintaining most of gcc ports, I am going to investigate about
why USE_GCC=12 does not work as expected and try to fix it. However, if the
port is working fine with gcc11, it is porbably better to set USE_GCC=yes
instead (or even better try clang, if it works).

-- 
You are receiving this mail because:
You are the assignee for the bug.