[Bug 229681] bsd.gcc.mk does not recognize gcc8 and gcc9 as valid versions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 10 19:26:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229681

            Bug ID: 229681
           Summary: bsd.gcc.mk does not recognize gcc8 and gcc9 as valid
                    versions
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: mi at FreeBSD.org
                CC: gerald at FreeBSD.org, ports-bugs at FreeBSD.org

Until I made the change below, adding gcc=gcc8 to DEFAULT_VERSIONS had no
positive effect:

--- bsd.gcc.mk  (revision 474372)
+++ bsd.gcc.mk  (working copy)
@@ -35,7 +35,7 @@
 # ascending order and in sync with the table below. 
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
-GCCVERSIONS=   040200 040800 040900 050000 060000 070000
+GCCVERSIONS=   040200 040800 040900 050000 060000 070000 080000

 # The first field is the OSVERSION in which it disappeared from the base.
 # The second field is the version as USE_GCC would use.
@@ -45,6 +45,7 @@
 GCCVERSION_050000=           0 5
 GCCVERSION_060000=           0 6
 GCCVERSION_070000=           0 7
+GCCVERSION_080000=           0 8

 # No configurable parts below this. ####################################
 #

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list