Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Feb 2021 11:44:50
1.16,1

|
dmgk  |
lang/go: Update to 1.16
Changes: https://golang.org/doc/go1.16 |
05 Feb 2021 11:54:34
1.15.8,1

|
dmgk  |
lang/go: Update to 1.15.8
Changes: https://golang.org/doc/devel/release.html#go1.15.minor |
20 Jan 2021 00:37:34
1.15.7,1

|
dmgk  |
lang/go: Update to 1.15.7
Changes: https://groups.google.com/g/golang-announce/c/mperVMGa98w?pli=1
Security: 6a4805d5-5aaf-11eb-a21d-79f5bc5ef6a9 |
03 Dec 2020 22:19:56
1.15.6,1

|
dmgk  |
lang/go: Update to 1.15.6
Changes: https://golang.org/doc/devel/release.html#go1.15.minor |
12 Nov 2020 21:30:35
1.15.5,1

|
dmgk  |
lang/go: Update to 1.15.5
Changes: https://golang.org/doc/devel/release.html#go1.15.minor
MFH: 2020Q4
Security: db4b2f27-252a-11eb-865c-00155d646400 |
06 Nov 2020 12:31:48
1.15.4,1

|
dmgk  |
lang/go: Update to 1.15.4
Changes: https://golang.org/doc/devel/release.html#go1.15.minor |
15 Oct 2020 11:32:03
1.15.3,1

|
dmgk  |
lang/go: Update to 1.15.3
Changes: https://golang.org/doc/devel/release.html#go1.15.minor |
10 Sep 2020 13:46:05
1.15.2,1

|
dmgk  |
lang/go: Update to 1.15.2
Changes: https://golang.org/doc/devel/release.html#go1.15.minor |
01 Sep 2020 19:36:59
1.15.1,1

|
dmgk  |
lang/go: Update to 1.15.1
Changes: https://golang.org/doc/devel/release.html#go1.15.minor
Security: 67b050ae-ec82-11ea-9071-10c37b4ac2ea |
11 Aug 2020 22:42:09
1.15,1

|
dmgk  |
lang/go: Update to 1.15
Changes: https://golang.org/doc/go1.15 |
06 Aug 2020 17:38:15
1.14.7,1

|
dmgk  |
lang/go: Update to 1.14.7
Changes: https://golang.org/doc/devel/release.html#go1.14.minor
MFH: 2020Q3
Security: bc7aff8c-d806-11ea-a5aa-0800272260e5 |
17 Jul 2020 13:02:48
1.14.6,1

|
dmgk  |
lang/go: Update to 1.14.6
Changes: https://golang.org/doc/devel/release.html#go1.14.minor |
15 Jul 2020 13:12:48
1.14.5,1

|
dmgk  |
lang/go: Update to 1.14.5
Changes: https://golang.org/doc/devel/release.html#go1.14.minor |
02 Jun 2020 13:09:57
1.14.4,1

|
dmgk  |
lang/go: Update to 1.14.4
Changes: https://golang.org/doc/devel/release.html#go1.14.minor |
15 May 2020 18:49:37
1.14.3,1

|
dmgk  |
lang/go: Update to 1.14.3
Changes: https://golang.org/doc/devel/release.html#go1.14.minor |
13 Apr 2020 19:16:39
1.14.2,1

|
dmgk  |
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 |
09 Apr 2020 12:07:43
1.14.2,1

|
dmgk  |
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 |
06 Apr 2020 03:04:04
1.14.1_1,1

|
adamw  |
go: Assign dmgk as maintainer
It's the only logical next step here. |
05 Apr 2020 18:33:39
1.14.1_1,1

|
yuri  |
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 |
02 Apr 2020 17:29:18
1.14.1_1,1

|
dmgk  |
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 |
20 Mar 2020 15:46:53
1.14.1,1

|
jlaffaye  |
lang/go: update to 1.14.1 |
17 Mar 2020 11:56:19
1.14_2,1

|
dmgk  |
lang/go: Update bootstrap to go1.14 final release
Approved by: jlaffaye (maintainer timeout, 2 weeks)
Differential Revision: https://reviews.freebsd.org/D23924 |
02 Mar 2020 12:34:25
1.14_1,1

|
dmgk  |
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 |
25 Feb 2020 23:42:37
1.14,1

|
jlaffaye  |
lang/go: update to 1.14 |
28 Jan 2020 18:26:43
1.13.7,1

|
jlaffaye  |
lang/go: update to 1.13.7 |
06 Dec 2019 23:35:03
1.13.5,1

|
jlaffaye  |
lang/go: update to 1.13.5 |
04 Nov 2019 21:47:46
1.13.4,1

|
jlaffaye  |
lang/go: update to 1.13.4 |
18 Oct 2019 00:04:41
1.13.3,1

|
jlaffaye  |
lang/go: update to 1.13.3 |
27 Sep 2019 23:00:15
1.13.1,1

|
jlaffaye  |
lang/go: update to 1.13.1 |
04 Sep 2019 02:45:32
1.13,1

|
jlaffaye  |
lang/go: update to 1.13 |
21 Aug 2019 19:29:28
1.12.9,1

|
jlaffaye  |
lang/go: update to 1.12.9 |
13 Aug 2019 23:39:43
1.12.8,1

|
jlaffaye  |
lang/go: update to 1.12.8 |
09 Jul 2019 21:32:42
1.12.7,1

|
jlaffaye  |
lang/go: update to 1.12.7 |
23 Jun 2019 11:38:45
1.12.6,1

|
tobik  |
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 |
12 Jun 2019 09:39:35
1.12.6,1

|
jlaffaye  |
lang/go: update to 1.12.6 |
07 May 2019 14:02:41
1.12.5,1

|
jlaffaye  |
Update to 1.12.5 |
23 Apr 2019 21:18:38
1.12.4,1

|
jlaffaye  |
- 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] |
06 Apr 2019 19:20:18
1.12.2,1

|
jlaffaye  |
- Update to 1.12.2 |
14 Mar 2019 22:54:03
1.12.1,1

|
jlaffaye  |
- Update to 1.12.1
- Remove useless files after build (this saves 150M in my tests) |
02 Mar 2019 18:31:45
1.12_1,1

|
jlaffaye  |
Fix shebang and simplify shebangfix
PR: 236159
Submitted by: sunpoet |
26 Feb 2019 13:53:26
1.12,1

|
jlaffaye  |
Update to 1.12 |
24 Jan 2019 12:54:21
1.11.5,1

|
jlaffaye  |
Update to 1.11.5
Security: CVE-2019-6486 |
15 Dec 2018 14:07:53
1.11.4,1

|
jlaffaye  |
Update to 1.11.4 |
14 Dec 2018 15:44:09
1.11.3,1

|
jlaffaye  |
Update to 1.11.3 |
03 Oct 2018 19:53:11
1.11.1,1

|
jlaffaye  |
Update to 1.11.1
PR: 231883
Submitted by: Dmitri Goutnik <dg@syrec.org> |
26 Aug 2018 17:58:16
1.11,1

|
jlaffaye  |
- Update to 1.11
- Scope GO387 port option to i386
PR: 230893
Submitted by: Dmitri Goutnik <dg@syrec.org> |
25 Jun 2018 15:59:49
1.10.3,1

|
adamw  |
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 |
22 May 2018 14:32:09
1.10.2,1

|
jlaffaye  |
Update to 1.10.2
PR: 228253
Submitted by: Dmitri Goutnik |
02 Apr 2018 18:58:12
1.10.1,1

|
jlaffaye  |
Update to 1.10.1 |
27 Feb 2018 13:03:48
1.10,1

|
mat  |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight |
16 Feb 2018 20:59:38
1.10,1

|
jlaffaye  |
- Update to 1.10 |
08 Feb 2018 21:16:25
1.9.4,1

|
jlaffaye  |
Update to 1.9.4 |
25 Jan 2018 19:32:22
1.9.3,1

|
jlaffaye  |
- Update to 1.9.3 |
03 Nov 2017 10:45:39
1.9.2,1

|
jlaffaye  |
Update to 1.9.2 |
10 Oct 2017 21:31:30
1.9.1,1

|
linimon  |
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) |
05 Oct 2017 16:40:40
1.9.1,1

|
jlaffaye  |
- Update to 1.9.1 |
19 Sep 2017 20:31:58
1.9,1

|
jlaffaye  |
Remove .error introduced by error in r434383
Reported by: Lundin Cahill <lundincahill@gmail.com> |
25 Aug 2017 09:55:55
1.9,1

|
jlaffaye  |
Update to 1.9 |
24 Aug 2017 16:24:27
1.8.3,1

|
jlaffaye  |
Add pkg-plist target
PR: 221759
Submitted by: smh |
25 May 2017 21:53:15
1.8.3,1

|
jlaffaye  |
- Update to 1.8.3 |
21 Apr 2017 10:02:28
1.8.1_1,1

|
miwi  |
- 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 |
20 Apr 2017 16:59:10
1.8.1,1

|
jlaffaye  |
Fix build with new shebang checks
PR: 218702
Submitted by: Kenji Rikitake <kenji@k2r.org> |
15 Apr 2017 22:46:47
1.8.1,1

|
jlaffaye  |
Update to 1.8.1 |
26 Mar 2017 15:21:45
1.8_1,1

|
antoine  |
Fix plist
Reported by: pkg-fallout |
26 Mar 2017 06:22:52
1.8,1

|
glebius  |
Use pipe2() syscall. It is available on all supported FreeBSD versions.
This makes lang/go not depending on pipe() syscall, this not depending
on COMPAT_FREEBSD10 kernel.
This is adjusted version of 0ebaca6ba27534add5930a95acffa9acff182e2b
from the official Go repo.
Approved by: jlaffaye |
18 Feb 2017 21:30:15
1.8,1

|
jlaffaye  |
- Update to 1.8
- Add option to disable SSE2 [1]
- Remove CC when calling make.bash [2]
PR: 210612, 209465 |
28 Jan 2017 14:31:08
1.7.5,1

|
jlaffaye  |
Update to 1.7.5 |
27 Dec 2016 14:38:46
1.7.4,1

|
jlaffaye  |
- Update to 1.7.4
PR: 215465
Submitted by: wen |
23 Oct 2016 09:21:08
1.7.3,1

|
jlaffaye  |
Update to 1.7.3 |
11 Sep 2016 20:40:28
1.7.1,1

|
jlaffaye  |
Update to 1.7.1
PR: 212587
Submitted by: Larry Rosenman <ler@lerctr.org> |
16 Aug 2016 21:47:34
1.7,1

|
jlaffaye  |
Remove EXTRA_PATCHES forgotten in previous commit
PR: 211919
Submitted by: ler@lerctr.org |
16 Aug 2016 20:06:26
1.7,1

|
jlaffaye  |
- Update to 1.7, based on [1]
- Delete now useless patch
PR: 211898 [1]
Submitted by: roberto [1] |
18 Jul 2016 17:57:05
1.6.3_1,1

|
jlaffaye  |
Update to 1.6.3
Security: CVE-2016-5386 |
23 Jun 2016 06:41:27
1.6.2_1,1

|
bapt  |
Use relative symlinks to make the port relocation friendly |
22 Apr 2016 12:40:05
1.6.2,1

|
mat  |
Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6057 |
21 Apr 2016 07:06:24
1.6.2,1

|
jlaffaye  |
- Update to 1.6.2 |
13 Apr 2016 10:54:13
1.6.1,1

|
jlaffaye  |
- Update to 1.6.1
Security: CVE-2016-3958, CVE-2016-3959 |
01 Apr 2016 14:08:38
1.6,1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
26 Feb 2016 19:22:23
1.6,1

|
jlaffaye  |
- Update to 1.6 |
13 Jan 2016 22:11:06
1.5.3,1

|
jlaffaye  |
- Update to 1.5.3 |
10 Nov 2015 21:45:24
1.5.1,1

|
swills  |
lang/go: fix build on 11i386
Approved by: jlaffaye (maintainer)
Obtained
from: https://github.com/golang/go/commit/26263354a3d607e1cc6c06be67530dad57f43074 |
19 Oct 2015 14:50:52
1.5.1,1

|
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
10 Sep 2015 22:57:47
1.5.1,1

|
marino  |
lang/go: adjust PLIST_SUB and bsd.go.mk to support DragonFly
Change hardcoded "freebsd" to variable (OPSYS:tl) to allow DragonFly
to build without patches.
PR: 203006
Approved by: maintainer |
10 Sep 2015 07:20:53
1.5.1,1

|
marino  |
lang/go: Restrict if_data8 "extra" patch to FreeBSD
The use of OSVERSION to define EXTRA_PATCHES requires an OPSYS check.
The extra patch in question is not valid for DragonFly.
Approved by: portmgr (bapt, after technical discussion) |
09 Sep 2015 18:17:25
1.5.1,1

|
jlaffaye  |
- Update to 1.5.1 |
01 Sep 2015 20:41:31
1.5_1,1

|
jlaffaye  |
Fix net package on CURRENT
PR: 202504
Submitted by: Maciej Pasternacki <maciej@pasternacki.net> |
26 Aug 2015 18:50:02
1.5,1

|
jlaffaye  |
Force GOBIN to the empty string.
If GOBIN is already defined in the environment,
it can break ports using bsd.go.mk
PR: 202675 |
22 Aug 2015 05:42:46
1.5,1

|
antoine  |
Unbreak INDEX on mips/sparc64/ia64 etc. |
20 Aug 2015 20:32:04
1.5,1

|
jlaffaye  |
Update to 1.5 |
18 Feb 2015 21:32:03
1.4.2,1

|
jlaffaye  |
- Update to 1.4.2 |
13 Dec 2014 22:43:47
1.4,1

|
antoine  |
Fix plist on i386 |
13 Dec 2014 21:28:17
1.4,1

|
jlaffaye  |
- Update to 1.4 |
07 Dec 2014 09:47:43
1.3.2,1

|
bapt  |
Fix typo |
07 Dec 2014 09:25:00
1.3.2,1

|
bapt  |
Fix build when compiler is clang |
27 Oct 2014 15:23:31
1.3.2,1

|
bapt  |
Cleanup plist |
27 Sep 2014 19:07:28
1.3.2,1

|
jlaffaye  |
Update to 1.3.2 |
15 Aug 2014 21:44:32
1.3.1,1

|
jlaffaye  |
- Update to 1.3.1 |
01 Aug 2014 20:09:54
1.3_1,1

|
jlaffaye  |
Fix plist on i386
PR: 192317
Submitted by: robak |
19 Jun 2014 19:04:06
1.3,1

|
jlaffaye  |
- Update to 1.3 |
05 May 2014 09:45:37
1.2.1,1

|
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |