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

Tatsuki Makino tatsuki_makino at hotmail.com
Wed Feb 24 04:41:37 UTC 2021


Mark Millard wrote on 2021/02/24 12:43:
> On 2021-Feb-23, at 19:26, Tatsuki Makino <tatsuki_makino at hotmail.com> wrote:
> 
>> 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)
> . . .
> 

Thank you.
I was able to get r368787 and later with svnlite update :)

It's a pain to delete /usr/src every time, so I switch it with nullfs.
mount -t nullfs /home/svn/FreeBSD/base/stable/12 /usr/src
mount -t nullfs /home/git/FreeBSD/src/stable/12 /usr/src

Regards.



More information about the freebsd-ports mailing list