Commit graph

114 commits

Author SHA1 Message Date
Dmitri Goutnik
c5b2031734 lang/go: Update to 1.14.4
Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
2020-06-02 13:09:56 +00:00
Dmitri Goutnik
853e3aa64e lang/go: Update to 1.14.3
Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
2020-05-15 18:49:36 +00:00
Dmitri Goutnik
580c57d783 lang/go-devel: Convert to a slave of lang/go, apply D24122
- Convert lang/go-devel to a slave port of lang/go
- Apply D24122 (similar to r530387 for lang/go) to relax module consistency
  checks in go1.14 mode

Reviewed by:	mikael tobik
Differential Revision:	https://reviews.freebsd.org/D24397
2020-04-13 19:16:39 +00:00
Dmitri Goutnik
39aff2406d lang/go: Update to 1.14.2
Put back aarch64 OSVERSION check removed in r528785.

Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
2020-04-09 12:07:42 +00:00
Adam Weinberger
5b7c91a1fb go: Assign dmgk as maintainer
It's the only logical next step here.
2020-04-06 03:04:04 +00:00
Yuri Victorovich
88cc504565 Reset maintainer for ports maintaned by jlaffaye@.
As per policy, based on timeouts on
* www/py-scgi: bug#244982
* textproc/discount: bug#244981
* devel/py-python-gflags: bug#244965
* lang/go: bug#244783, https://reviews.freebsd.org/D24122
* news/py-yenc: bug#239309
* irc/libircclient: bug#221567
2020-04-05 18:33:39 +00:00
Dmitri Goutnik
601af82fb7 lang/go: relax module consistency checks if vendor/modules.txt is missing
Starting from go1.14, go verifies that vendor/modules.txt matches the
requirements and replacements listed in the main module go.mod file, and it is
a hard failure if vendor/modules.txt is missing.

Relax module consistency checks and switch back to pre go1.14 behaviour if
vendor/modules.txt is missing and GO_NO_VENDOR_CHECKS=1 is set in the
environment regardless of go version requirement in go.mod.

Upstream PR: https://github.com/golang/go/issues/37948

PR:		244783
Reported by:	Christopher Hall <hsw@bitmark.com>
Reviewed by:	mikael swills yuri
Approved by:	jlaffaye (maintainer timeout, 2 weeks)
MFH:		2020Q2
Differential Revision:	https://reviews.freebsd.org/D24122
2020-04-02 17:29:17 +00:00
Julien Laffaye
4849bc786e lang/go: update to 1.14.1 2020-03-20 15:46:53 +00:00
Dmitri Goutnik
494ef92d61 lang/go: Update bootstrap to go1.14 final release
Approved by:	jlaffaye (maintainer timeout, 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D23924
2020-03-17 11:56:18 +00:00
Dmitri Goutnik
655e823288 lang/go: Switch to the new bootstrap, add aarch64 support
PR:		244494
Reviewed by:	tobik, mikael
Approved by:	jlaffaye (maintainer timeout, >1 month)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D23151
2020-03-02 12:34:25 +00:00
Julien Laffaye
980825dbf0 lang/go: update to 1.14 2020-02-25 23:42:37 +00:00
Julien Laffaye
6d5ea1d47b lang/go: update to 1.13.7 2020-01-28 18:26:43 +00:00
Julien Laffaye
76bb01ae45 lang/go: update to 1.13.5 2019-12-06 23:35:03 +00:00
Julien Laffaye
c82e92d72c lang/go: update to 1.13.4 2019-11-04 21:47:45 +00:00
Julien Laffaye
f87fcb6ad8 lang/go: update to 1.13.3 2019-10-18 00:04:41 +00:00
Julien Laffaye
43b560b6e2 lang/go: update to 1.13.1 2019-09-27 23:00:14 +00:00
Julien Laffaye
13e01cfd62 lang/go: update to 1.13 2019-09-04 02:45:32 +00:00
Julien Laffaye
17e61f7e78 lang/go: update to 1.12.9 2019-08-21 19:29:28 +00:00
Julien Laffaye
6b0deb0136 lang/go: update to 1.12.8 2019-08-13 23:39:42 +00:00
Julien Laffaye
6a97e193bd lang/go: update to 1.12.7 2019-07-09 21:32:42 +00:00
Tobias Kortkamp
9a3c0ab0ca New port: lang/go-devel
A development snapshot of lang/go.  This port is intended to be
used by port maintainers for testing with future Go versions.

PR:		238374
Submitted by:	dg@syrec.org
2019-06-23 11:38:44 +00:00
Julien Laffaye
abf6ee1855 lang/go: update to 1.12.6 2019-06-12 09:39:35 +00:00
Julien Laffaye
7f59b622dc Update to 1.12.5 2019-05-07 14:02:40 +00:00
Julien Laffaye
91ee33dd02 - Update to 1.12.4
- Various ARM improvements [1]
- Disable building in qemu-user-static [1]
- Fix test target [1]

PR:		221297
Submitted by:	Dmitri Goutnik <dg@syrec.org> [1]
2019-04-23 21:18:38 +00:00
Julien Laffaye
a567ac2631 - Update to 1.12.2 2019-04-06 19:20:18 +00:00
Julien Laffaye
cba1a8907e - Update to 1.12.1
- Remove useless files after build (this saves 150M in my tests)
2019-03-14 22:54:03 +00:00
Julien Laffaye
fa21a789e6 Fix shebang and simplify shebangfix
PR:		236159
Submitted by:	sunpoet
2019-03-02 18:31:44 +00:00
Julien Laffaye
eec4c466f3 Update to 1.12 2019-02-26 13:53:25 +00:00
Julien Laffaye
c450afbdcf Update to 1.11.5
Security:	CVE-2019-6486
2019-01-24 12:54:21 +00:00
Julien Laffaye
9db5a81580 Update to 1.11.4 2018-12-15 14:07:53 +00:00
Julien Laffaye
e9b44ffbb2 Update to 1.11.3 2018-12-14 15:44:08 +00:00
Julien Laffaye
52cb6b901a Update to 1.11.1
PR:		231883
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2018-10-03 19:53:11 +00:00
Julien Laffaye
a699a37fb0 - Update to 1.11
- Scope GO387 port option to i386

PR:		230893
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2018-08-26 17:58:16 +00:00
Adam Weinberger
0b82056c9a Update go to 1.10.3 [1], and enable verbose build [2]
PR:		228857 [1], 229013 [2]
Submitted by:	Dmitri Goutnik [1], adamw [2]
Approved by:	maintainer (jlaffaye)
Exp-run by:	antoine
2018-06-25 15:59:49 +00:00
Julien Laffaye
501a500aeb Update to 1.10.2
PR:		228253
Submitted by:	Dmitri Goutnik
2018-05-22 14:32:09 +00:00
Julien Laffaye
558907ff0e Update to 1.10.1 2018-04-02 18:58:11 +00:00
Mathieu Arnold
37677d32e3 Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
2018-02-27 13:03:48 +00:00
Julien Laffaye
3b52e3a783 - Update to 1.10 2018-02-16 20:59:38 +00:00
Julien Laffaye
a1c7003042 Update to 1.9.4 2018-02-08 21:16:25 +00:00
Julien Laffaye
87dce7ba45 - Update to 1.9.3 2018-01-25 19:32:22 +00:00
Julien Laffaye
c5bd55c13f Update to 1.9.2 2017-11-03 10:45:39 +00:00
Mark Linimon
3ef3461740 For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
2017-10-10 21:31:30 +00:00
Julien Laffaye
b82796c5f2 - Update to 1.9.1 2017-10-05 16:40:40 +00:00
Julien Laffaye
d338c8b8ac Remove .error introduced by error in r434383
Reported by:	Lundin Cahill <lundincahill@gmail.com>
2017-09-19 20:31:58 +00:00
Julien Laffaye
9412ea4253 Update to 1.9 2017-08-25 09:55:55 +00:00
Julien Laffaye
c27a3d99ab Add pkg-plist target
PR:		221759
Submitted by:	smh
2017-08-24 16:24:26 +00:00
Julien Laffaye
3485c62929 - Update to 1.8.3 2017-05-25 21:53:14 +00:00
Martin Wilke
f51091ad59 - Fix shebangs
- Fix bin/rc in lang/go since we dont have it in base or a port to support it
- While in lang/go remove WRKSRC for SHEBANG_FILES
- Bump PORTREVISION for package change
2017-04-21 10:02:27 +00:00
Julien Laffaye
3e6b6b7704 Fix build with new shebang checks
PR:		218702
Submitted by:	Kenji Rikitake <kenji@k2r.org>
2017-04-20 16:59:10 +00:00
Julien Laffaye
fe660b8ae5 Update to 1.8.1 2017-04-15 22:46:47 +00:00