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>
References:  <9A51F9C8-0FDF-40E0-8FCD-4CAC55075CA2.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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:=20
> =
https://cgit.FreeBSD.org/ports/commit/?id=3D8f52533f636733a36dda6f804c4784=
077da8a7f2
>=20
>=20
> 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
>=20
>     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:=3D                     ${_USE_GCC:S/.//}
. if ${V} =3D=3D 11
_GCC_PORT:=3D             gcc${V}-devel
. else
_GCC_PORT:=3D             gcc${V}
. endif

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

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




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