Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2021 23:45:49 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        "gerald@freebsd.org" <gerald@FreeBSD.org>, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 8f52533f6367 - main - lang/gcc11: New port cloned from  gcc11-devel
Message-ID:  <9A51F9C8-0FDF-40E0-8FCD-4CAC55075CA2@yahoo.com>

index | next in thread | raw e-mail

Gerald Pfeifer gerald at FreeBSD.org wrote on
Fri Jun 18 20:09:30 UTC 2021 :

The branch main has been updated by gerald:

> URL: 
> https://cgit.FreeBSD.org/ports/commit/?id=8f52533f636733a36dda6f804c4784077da8a7f2
> 
> 
> commit 8f52533f636733a36dda6f804c4784077da8a7f2
> Author:     Gerald Pfeifer <
> gerald at FreeBSD.org
> >
> AuthorDate: 2021-06-18 17:08:44 +0000
> Commit:     Gerald Pfeifer <
> gerald at FreeBSD.org
> >
> CommitDate: 2021-06-18 20:08:57 +0000
> 
>     lang/gcc11: New port cloned from gcc11-devel
. . .

But the logic in Mk/bsd.gcc.mk still has:

# A concrete version has been selected. Set proper ports dependencies,
# CC, CXX, CPP, and flags.
V:=                     ${_USE_GCC:S/.//}
. if ${V} == 11
_GCC_PORT:=             gcc${V}-devel
. else
_GCC_PORT:=             gcc${V}
. endif

and so turning such 11 's into 11-devel 's .

===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9A51F9C8-0FDF-40E0-8FCD-4CAC55075CA2>