Re: UPDATE: lang/go 1.6

2016-05-11 Thread Dmitrij D. Czarkoff
Another attempt at updating go to version 1.6. Uses find and INSTALL_*, while taking care of installing api docs and tests and omitting bootstrap files. -- Dmitrij D. Czarkoff Index: Makefile === RCS file:

Re: UPDATE: lang/go 1.6

2016-04-19 Thread Joel Sing
On Tuesday 05 April 2016 23:43:30 Dmitrij D. Czarkoff wrote: > Juan Francisco Cantero Hurtado said: > > The files will not show up again in the future in the PLIST. > > Indeed. Also > > > - I would prefer to keep the old behavior in do-install. INSTALL_* will > > > > use the correct

Re: UPDATE: lang/go 1.6

2016-04-05 Thread Juan Francisco Cantero Hurtado
On Tue, Apr 05, 2016 at 11:43:30PM +0200, Dmitrij D. Czarkoff wrote: > Juan Francisco Cantero Hurtado said: > > The files will not show up again in the future in the PLIST. > > Indeed. Also > > > - I would prefer to keep the old behavior in do-install. INSTALL_* will > > use the correct

Re: UPDATE: lang/go 1.6

2016-04-05 Thread Dmitrij D. Czarkoff
Juan Francisco Cantero Hurtado said: > The files will not show up again in the future in the PLIST. Indeed. Also > - I would prefer to keep the old behavior in do-install. INSTALL_* will > use the correct permissions for every type of file/dir. We currently install everything (except bin/go

Re: UPDATE: lang/go 1.6

2016-04-05 Thread Juan Francisco Cantero Hurtado
On Tue, Apr 05, 2016 at 09:29:59PM +0100, Stuart Henderson wrote: > On 2016/04/05 21:15, Juan Francisco Cantero Hurtado wrote: > > On Tue, Apr 05, 2016 at 06:42:06PM +0100, Stuart Henderson wrote: > > > On 2016/04/05 00:51, Juan Francisco Cantero Hurtado wrote: > > > > > > > > > > Here is the

Re: UPDATE: lang/go 1.6

2016-04-05 Thread Stuart Henderson
On 2016/04/05 21:15, Juan Francisco Cantero Hurtado wrote: > On Tue, Apr 05, 2016 at 06:42:06PM +0100, Stuart Henderson wrote: > > On 2016/04/05 00:51, Juan Francisco Cantero Hurtado wrote: > > > > > > > > Here is the whole go update as a single huge diff including lang/go, > > > >

Re: UPDATE: lang/go 1.6

2016-04-05 Thread Juan Francisco Cantero Hurtado
On Tue, Apr 05, 2016 at 06:42:06PM +0100, Stuart Henderson wrote: > On 2016/04/05 00:51, Juan Francisco Cantero Hurtado wrote: > > > > > > Here is the whole go update as a single huge diff including lang/go, > > > devel/go-tools, three new go ports, websocketd update and net/websocketd > > >

Re: UPDATE: lang/go 1.6

2016-04-05 Thread Stuart Henderson
On 2016/04/05 00:51, Juan Francisco Cantero Hurtado wrote: > > > > Here is the whole go update as a single huge diff including lang/go, > > devel/go-tools, three new go ports, websocketd update and net/websocketd > > removal. The changes to juanfra@'s lang/go diff boil down to simplified > >

Re: UPDATE: lang/go 1.6

2016-04-04 Thread Juan Francisco Cantero Hurtado
On Sun, Apr 03, 2016 at 06:56:13AM +0200, Dmitrij D. Czarkoff wrote: > Dmitrij D. Czarkoff said: > > Dmitrij D. Czarkoff said: > > > Juan Francisco Cantero Hurtado said: > > > > I just ran "make test" on amd64, so any additional tests are welcome. > > > > > > > > OK? > > > > > > Corresponding

Re: UPDATE: lang/go 1.6

2016-04-01 Thread Dmitrij D. Czarkoff
Dmitrij D. Czarkoff said: > Juan Francisco Cantero Hurtado said: > > I just ran "make test" on amd64, so any additional tests are welcome. > > > > OK? > > Corresponding update to devel/go-tools. In previous versions go-tools did not include present and html2article tools. This happened because

Re: UPDATE: lang/go 1.6

2016-03-31 Thread Matthew Dempsky
2016-03-28 18:42 GMT-07:00 Juan Francisco Cantero Hurtado : > @@ -448,6 +501,7 @@ go/pkg/bootstrap/pkg${GOCFG}/bootstrap/c > go/pkg/bootstrap/pkg${GOCFG}/bootstrap/compile/internal/arm64.a > go/pkg/bootstrap/pkg${GOCFG}/bootstrap/compile/internal/big.a >

Re: UPDATE: lang/go 1.6

2016-03-31 Thread Dmitrij D. Czarkoff
Juan Francisco Cantero Hurtado said: > I just ran "make test" on amd64, so any additional tests are welcome. > > OK? Corresponding update to devel/go-tools. -- Dmitrij D. Czarkoff Index: Makefile === RCS file:

UPDATE: lang/go 1.6

2016-03-28 Thread Juan Francisco Cantero Hurtado
I just ran "make test" on amd64, so any additional tests are welcome. OK? Index: Makefile === RCS file: /cvs/ports/lang/go/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile14 Jan 2016 12:11:50 -