Date: Wed, 24 Feb 2021 13:41:26 +0900 From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: Mark Millard <marklmi@yahoo.com> Cc: FreeBSD ports <freebsd-ports@freebsd.org> Subject: Re: When did pkg(8) drop support for 12-STABLE? Message-ID: <TY2PR02MB4013857F1517B593DE5BDC09FA9F9@TY2PR02MB4013.apcprd02.prod.outlook.com> In-Reply-To: <A089504F-4A92-4CCD-B638-2429B3C38B2B@yahoo.com> References: <DDE4E045-DAEF-4B6F-B9FD-8A8A9867442C.ref@yahoo.com> <DDE4E045-DAEF-4B6F-B9FD-8A8A9867442C@yahoo.com> <6d0749479e9e3b173127ebbad18ac5cd@bsdforge.com> <CAJuc1zN9y9dF0O66hwfNP2mFoC3wpKa98UXbW4WAn4xnygFUnw@mail.gmail.com> <TY2PR02MB4013F197DF08C9090590C3DAFA9F9@TY2PR02MB4013.apcprd02.prod.outlook.com> <A089504F-4A92-4CCD-B638-2429B3C38B2B@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Millard wrote on 2021/02/24 12:43: > On 2021-Feb-23, at 19:26, Tatsuki Makino <tatsuki_makino@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?TY2PR02MB4013857F1517B593DE5BDC09FA9F9>