Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2018 19:26:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229681] bsd.gcc.mk does not recognize gcc8 and gcc9 as valid versions
Message-ID:  <bug-229681-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229681

            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@FreeBSD.org
          Reporter: mi@FreeBSD.org
                CC: gerald@FreeBSD.org, ports-bugs@FreeBSD.org

Until I made the change below, adding gcc=3Dgcc8 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.=20
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
-GCCVERSIONS=3D   040200 040800 040900 050000 060000 070000
+GCCVERSIONS=3D   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=3D           0 5
 GCCVERSION_060000=3D           0 6
 GCCVERSION_070000=3D           0 7
+GCCVERSION_080000=3D           0 8

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229681-7788>