When did pkg(8) drop support for 12-STABLE?

Mark Millard marklmi at yahoo.com
Wed Feb 24 03:43:43 UTC 2021



On 2021-Feb-23, at 19:26, Tatsuki Makino <tatsuki_makino at hotmail.com> wrote:

> Hello.
> 
> Jonathan Chen wrote on 2021/02/24 11:25:
>> 
>> You're running 12.1, and not -STABLE. The EOL for 12.1 was Nov-2019.
>> 
>> You need to get a later version or run -STABLE (ie: build from source
>> off the stable/12 branch).
> 
> No, it's the 12.x-STABLE. But it's older than 12.2-RELEASE.
> 
> By the way, now 12.x-STABLE needs to bring the source with the following git command.
> Is there an announcement about it anywhere?
> 
> git clone -b stable/12 "https://git.FreeBSD.org/src.git" /usr/src
> git -C /usr/src/ fetch -- origin stable/12
> git -C /usr/src/ merge --
> git -C /usr/src/ reset --hard HEAD --

For only getting 12's source (not for committing source)
. . .

For stable/12/ and releng/12.*/ and release/12.*.*/
svn can still be used: git use is and will be optional,
although svn is somewhat delayed from git for when
commits appear. (There was a recent problem that
made for a huge delay for svn to have the commits
appear. That has been fixed and the delays are back
to the normal timescale as I understand.)

For stable/13/ and releng/13.*/ and relelase/13.*/
and main (14) and later: snv can no longer be used
to get source.

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



More information about the freebsd-ports mailing list