Re: Update micro editor to v2.0.8

2021-02-04 Thread Aaron Bieber
On Sun, 31 Jan 2021 at 21:00:47 +0100, Thaison Nguyen wrote: > Hi, > I have added your patch to the Makefile. Thanks for that. > I had to add WRKDIST=${WRKSRC}, else the correct directory for patching > was not found. > > OK? > > On Sat, 30 Jan 2021, Aaron Bieber wrote: > > > On Sat, 30 Jan 202

Re: Update micro editor to v2.0.8

2021-02-02 Thread Thaison Nguyen
Subject: Re: Update micro editor to v2.0.8 Hi, I have added your patch to the Makefile. Thanks for that. I had to add WRKDIST=${WRKSRC}, else the correct directory for patching was not found. OK? On Sat, 30 Jan 2021, Aaron Bieber wrote: > On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Ngu

Re: Update micro editor to v2.0.8

2021-01-31 Thread Thaison Nguyen
Hi, I have added your patch to the Makefile. Thanks for that. I had to add WRKDIST=${WRKSRC}, else the correct directory for patching was not found. OK? On Sat, 30 Jan 2021, Aaron Bieber wrote: > On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Nguyen wrote: > > Hi, > > > > do you mean like this

Re: Update micro editor to v2.0.8

2021-01-31 Thread Stuart Henderson
On 2021/01/31 07:38, Aaron Bieber wrote: > On Sun, 31 Jan 2021 at 09:27:30 +, Stuart Henderson wrote: > > On 2021/01/30 08:21, Aaron Bieber wrote: > > > On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Nguyen wrote: > > > > Hi, > > > > > > > > do you mean like this? > > > > I have not seen any M

Re: Update micro editor to v2.0.8

2021-01-31 Thread Aaron Bieber
On Sun, 31 Jan 2021 at 09:27:30 +, Stuart Henderson wrote: > On 2021/01/30 08:21, Aaron Bieber wrote: > > On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Nguyen wrote: > > > Hi, > > > > > > do you mean like this? > > > I have not seen any Makefile yet, where PORTS_PRIVSEP=Yes is set. > > > The

Re: Update micro editor to v2.0.8

2021-01-31 Thread Stuart Henderson
On 2021/01/30 08:21, Aaron Bieber wrote: > On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Nguyen wrote: > > Hi, > > > > do you mean like this? > > I have not seen any Makefile yet, where PORTS_PRIVSEP=Yes is set. > > The only place where I have seen this is /etc/mk.conf. > > > > Correct. It is a

Re: Update micro editor to v2.0.8

2021-01-30 Thread Thaison Nguyen
Hi, do you mean like this? I have not seen any Makefile yet, where PORTS_PRIVSEP=Yes is set. The only place where I have seen this is /etc/mk.conf. On Mon, 25 Jan 2021, Aaron Bieber wrote: > On Fri, 22 Jan 2021 at 15:35:04 +0100, Thaison Nguyen wrote: > > Hi, > > > > I have updated micro to th

Re: Update micro editor to v2.0.8

2021-01-30 Thread Aaron Bieber
On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Nguyen wrote: > Hi, > > do you mean like this? > I have not seen any Makefile yet, where PORTS_PRIVSEP=Yes is set. > The only place where I have seen this is /etc/mk.conf. > Correct. It is a mk.conf option and without '-modcacherw' set 'make clean'

Re: Update micro editor to v2.0.8

2021-01-25 Thread Aaron Bieber
On Fri, 22 Jan 2021 at 15:35:04 +0100, Thaison Nguyen wrote: > Hi, > > I have updated micro to the latest version (2.0.8). I had to change quite > a lot because of the go modules. The modules list I have retrieved using > the new macro. > I have only tested it on amd64. > > OK? > Looks good!