non port: lang/go/Makefile |
SVNWeb
|
Number of commits found: 148 (showing only 100 on this page) |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Mon, 6 Jun 2022
|
[ 18:27 Dmitri Goutnik (dmgk) ] a3ead31
*/*: Pass lang/go* and Mk/Uses/go.mk maintainership
Pass maintainership to the new Go team.
Approved by: ygy (maintainer, by email)
|
[ 18:19 Dmitri Goutnik (dmgk) ] 3012ca2 (Only the first 10 of 15 ports in this commit are shown above. )
*/*: Introduce versioned Go ports
- Mk/Uses/go.mk: add support for selecting Go port version in USES=go;
- Mk/bsd.default-versions.mk: add GO_DEFAULT;
- convert lang/go-devel to the master and lang/go{117,118} to slave
ports;
- add lang/go meta-port that provides go and gofmt symlinks to the
current default version.
PR: 264336
Reviewed by: ygy jwb yuri mikael drtr0jan@yandex.ru decke mat
Differential Revision: https://reviews.freebsd.org/D35346
|
Mon, 16 May 2022
|
[ 18:37 Dmitri Goutnik (dmgk) ] 0d862e9
lang/go: Update to 1.18.2
Changes: https://go.dev/doc/devel/release#go1.18.minor
PR: 263992
Approved by: ygy (maintainer)
Security: a1360138-d446-11ec-8ea1-10c37b4ac2ea
|
Tue, 3 May 2022
|
[ 12:14 Dmitri Goutnik (dmgk) ] 5468a00
lang/go: Update to 1.18.1
Changes: https://go.dev/doc/devel/release#go1.18.minor
PR: 263723
Approved by: ygy@ (maintainer)
Security: 61bce714-ca0c-11ec-9cfc-10c37b4ac2ea
|
[ 12:14 Dmitri Goutnik (dmgk) ] ef05a2e
lang/{go,go117,go-devel}: Update bootstrap to go1.17.9
Switch to the newer go1.17.9 bootstrap with backported CL346872
[1,2], fixes ports 259709.
[1] https://go-review.googlesource.com/c/go/+/346872/
[2] https://github.com/golang/go/issues/48112
PR: 263726
PR: 259709
Approved by: ygy@ (maintainer)
|
Wed, 23 Mar 2022
|
[ 04:37 Guangyuan Yang (ygy) ] e0e1067
lang/go: Update to 1.18
Changes: https://go.dev/doc/devel/release#go1.18
|
Sat, 19 Mar 2022
|
[ 22:34 Guangyuan Yang (ygy) ] 9de646a
lang/go: Update to 1.17.8
Changes: https://golang.org/doc/devel/release#go1.17.minor
Security: e2af876f-a7c8-11ec-9a2a-002324b2fba8
|
Fri, 18 Feb 2022
|
[ 06:57 Guangyuan Yang (ygy) ] 83acd07
lang/go: Update to 1.17.7
Changes: https://golang.org/doc/devel/release#go1.17.minor
Security: 096ab080-907c-11ec-bb14-002324b2fba8
|
Thu, 6 Jan 2022
|
[ 21:40 Guangyuan Yang (ygy) ] 4e78b7e
lang/go: Update to 1.17.6
Changes: https://go.dev/doc/devel/release#go1.17.minor
|
Fri, 10 Dec 2021
|
[ 02:46 Guangyuan Yang (ygy) ] 5e65bf9
lang/go: Update to 1.17.5
Changes: https://golang.org/doc/devel/release#go1.17.minor
Security: 720505fe-593f-11ec-9ba8-002324b2fba8
|
Fri, 3 Dec 2021
|
[ 00:54 Guangyuan Yang (ygy) ] 66b73ca
lang/go: Update to 1.17.4
Changes: https://golang.org/doc/devel/release#go1.17.minor
|
Mon, 15 Nov 2021
|
[ 21:52 Guangyuan Yang (ygy) ] 2309e28
lang/go, lang/go-devel: Respect CC
PR: 258291
Fixes: f55607ce7b906bd7886b857f568956880f4281ff
Reported by: Evgeniy Khramtsov <evgeniy@khramtsov.org>
|
Mon, 8 Nov 2021
|
[ 06:19 Guangyuan Yang (ygy) Author: Evgeniy Khramtsov ] f55607c
lang/go, lang/go-devel: Respect CC
PR: 258291
|
Fri, 5 Nov 2021
|
[ 07:52 Guangyuan Yang (ygy) ] 34b8755
lang/go: Update to 1.17.3
Changes: https://golang.org/doc/devel/release#go1.17.minor
Security: 930def19-3e05-11ec-9ba8-002324b2fba8
|
Sat, 9 Oct 2021
|
[ 07:02 Guangyuan Yang (ygy) ] 12b9c41
lang/go: Update to 1.17.2
Changes: https://golang.org/doc/devel/release#go1.17.minor
Security: 4fce9635-28c0-11ec-9ba8-002324b2fba8
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Tue, 21 Sep 2021
|
[ 18:06 Guangyuan Yang (ygy) ] c72a8f3
lang/go: Take maintainership
|
[ 15:56 Dmitri Goutnik (dmgk) ] be0dbc8
lang/go: Resign maintainership
|
Fri, 10 Sep 2021
|
[ 21:18 Bernhard Froehlich (decke) ] 5bee454
lang/go: Add CPE information
Approved by: portmgr (blanket)
|
[ 17:21 Dmitri Goutnik (dmgk) ] 8532f72
lang/go: Update to 1.17.1
Changes: https://golang.org/doc/devel/release#go1.17.minor
Security: 4ea1082a-1259-11ec-b4fa-dd5a552bdd17
|
Fri, 3 Sep 2021
|
[ 17:14 Dmitri Goutnik (dmgk) ] 34c43da
lang/go: correct patch size mismatch
Github seems to be undecided whether
782aa42255163559c5e1c4c2d98c8f28da8cf96b.patch size should be 1111 or
1113 bytes. Give them some time to contemplate and commit this patch to
the repo for now.
PR: 258253
Reported by: Alex <marcarianalexandru@gmail.com>
Reported by: Marc Flambard <marc-pub@alluem.fr> (by email)
|
[ 13:25 Dmitri Goutnik (dmgk) Author: Mina Galić ] 4e2f244
lang/go: mark stacks as non-executable on freebsd (CL346872 backport)
PR: 258241
|
Wed, 18 Aug 2021
|
[ 13:51 Dmitri Goutnik (dmgk) ] e8b9324
lang/go: Update to 1.17
Changes: https://golang.org/doc/go1.17
|
Thu, 5 Aug 2021
|
[ 23:08 Dmitri Goutnik (dmgk) ] a372ea0
lang/go: Update to 1.16.7
Changes: https://golang.org/doc/devel/release#go1.16.minor
Security: 880552c4-f63f-11eb-9d56-7186043316e9
|
Tue, 13 Jul 2021
|
[ 12:03 Dmitri Goutnik (dmgk) ] 720b8bd
lang/go: Update to 1.16.6
Changes: https://golang.org/doc/devel/release#go1.16.minor
Security: c365536d-e3cf-11eb-9d8d-b37b683944c2
|
Thu, 3 Jun 2021
|
[ 23:17 Dmitri Goutnik (dmgk) ] 4b0da80
lang/go: Update to 1.16.5
Changes: https://golang.org/doc/devel/release#go1.16.minor
Security: 079b3641-c4bd-11eb-a22a-693f0544ae52
|
Thu, 6 May 2021
|
[ 20:21 Dmitri Goutnik (dmgk) ] 008d020
lang/go: Update to 1.16.4
Changes: https://golang.org/doc/devel/release.html#go1.16.minor
Security: 7f242313-aea5-11eb-8151-67f74cf7c704
|
Tue, 6 Apr 2021
|
[ 14:51 Dmitri Goutnik (dmgk) ] 0c2d584
lang/go: Update to 1.16.3
Changes: https://golang.org/doc/devel/release.html#go1.16.minor
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 12 Mar 2021
|
[ 13:07 dmgk ]
lang/go: Update to 1.16.2
Changes: https://golang.org/doc/devel/release.html#go1.16.minor
|
Wed, 10 Mar 2021
|
[ 23:41 dmgk ]
lang/go: Update to 1.16.1
Changes: https://golang.org/doc/devel/release.html#go1.16.minor
Security: 72709326-81f7-11eb-950a-00155d646401
|
Wed, 17 Feb 2021
|
[ 11:44 dmgk ]
lang/go: Update to 1.16
Changes: https://golang.org/doc/go1.16
|
Fri, 5 Feb 2021
|
[ 11:54 dmgk ]
lang/go: Update to 1.15.8
Changes: https://golang.org/doc/devel/release.html#go1.15.minor
|
Wed, 20 Jan 2021
|
[ 00:37 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
|
Thu, 3 Dec 2020
|
[ 22:19 dmgk ]
lang/go: Update to 1.15.6
Changes: https://golang.org/doc/devel/release.html#go1.15.minor
|
Thu, 12 Nov 2020
|
[ 21:30 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
|
Fri, 6 Nov 2020
|
[ 12:31 dmgk ]
lang/go: Update to 1.15.4
Changes: https://golang.org/doc/devel/release.html#go1.15.minor
|
Thu, 15 Oct 2020
|
[ 11:32 dmgk ]
lang/go: Update to 1.15.3
Changes: https://golang.org/doc/devel/release.html#go1.15.minor
|
Thu, 10 Sep 2020
|
[ 13:46 dmgk ]
lang/go: Update to 1.15.2
Changes: https://golang.org/doc/devel/release.html#go1.15.minor
|
Tue, 1 Sep 2020
|
[ 19:36 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
|
Tue, 11 Aug 2020
|
[ 22:42 dmgk ]
lang/go: Update to 1.15
Changes: https://golang.org/doc/go1.15
|
Thu, 6 Aug 2020
|
[ 17:38 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
|
Fri, 17 Jul 2020
|
[ 13:02 dmgk ]
lang/go: Update to 1.14.6
Changes: https://golang.org/doc/devel/release.html#go1.14.minor
|
Wed, 15 Jul 2020
|
[ 13:12 dmgk ]
lang/go: Update to 1.14.5
Changes: https://golang.org/doc/devel/release.html#go1.14.minor
|
Tue, 2 Jun 2020
|
[ 13:09 dmgk ]
lang/go: Update to 1.14.4
Changes: https://golang.org/doc/devel/release.html#go1.14.minor
|
Fri, 15 May 2020
|
[ 18:49 dmgk ]
lang/go: Update to 1.14.3
Changes: https://golang.org/doc/devel/release.html#go1.14.minor
|
Mon, 13 Apr 2020
|
[ 19:16 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
|
Thu, 9 Apr 2020
|
[ 12:07 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
|
Mon, 6 Apr 2020
|
[ 03:04 adamw ]
go: Assign dmgk as maintainer
It's the only logical next step here.
|
Sun, 5 Apr 2020
|
[ 18:33 yuri ] (Only the first 10 of 20 ports in this commit are shown above. )
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
|
Thu, 2 Apr 2020
|
[ 17:29 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
|
Fri, 20 Mar 2020
|
[ 15:46 jlaffaye ]
lang/go: update to 1.14.1
|
Tue, 17 Mar 2020
|
[ 11:56 dmgk ]
lang/go: Update bootstrap to go1.14 final release
Approved by: jlaffaye (maintainer timeout, 2 weeks)
Differential Revision: https://reviews.freebsd.org/D23924
|
Mon, 2 Mar 2020
|
[ 12:34 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
|
Tue, 25 Feb 2020
|
[ 23:42 jlaffaye ]
lang/go: update to 1.14
|
Tue, 28 Jan 2020
|
[ 18:26 jlaffaye ]
lang/go: update to 1.13.7
|
Fri, 6 Dec 2019
|
[ 23:35 jlaffaye ]
lang/go: update to 1.13.5
|
Mon, 4 Nov 2019
|
[ 21:47 jlaffaye ]
lang/go: update to 1.13.4
|
Fri, 18 Oct 2019
|
[ 00:04 jlaffaye ]
lang/go: update to 1.13.3
|
Fri, 27 Sep 2019
|
[ 23:00 jlaffaye ]
lang/go: update to 1.13.1
|
Wed, 4 Sep 2019
|
[ 02:45 jlaffaye ]
lang/go: update to 1.13
|
Wed, 21 Aug 2019
|
[ 19:29 jlaffaye ]
lang/go: update to 1.12.9
|
Tue, 13 Aug 2019
|
[ 23:39 jlaffaye ]
lang/go: update to 1.12.8
|
Tue, 9 Jul 2019
|
[ 21:32 jlaffaye ]
lang/go: update to 1.12.7
|
Sun, 23 Jun 2019
|
[ 11:38 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
|
Wed, 12 Jun 2019
|
[ 09:39 jlaffaye ]
lang/go: update to 1.12.6
|
Tue, 7 May 2019
|
[ 14:02 jlaffaye ]
Update to 1.12.5
|
Tue, 23 Apr 2019
|
[ 21:18 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]
|
Sat, 6 Apr 2019
|
[ 19:20 jlaffaye ]
- Update to 1.12.2
|
Thu, 14 Mar 2019
|
[ 22:54 jlaffaye ]
- Update to 1.12.1
- Remove useless files after build (this saves 150M in my tests)
|
Sat, 2 Mar 2019
|
[ 18:31 jlaffaye ]
Fix shebang and simplify shebangfix
PR: 236159
Submitted by: sunpoet
|
Tue, 26 Feb 2019
|
[ 13:53 jlaffaye ]
Update to 1.12
|
Thu, 24 Jan 2019
|
[ 12:54 jlaffaye ]
Update to 1.11.5
Security: CVE-2019-6486
|
Sat, 15 Dec 2018
|
[ 14:07 jlaffaye ]
Update to 1.11.4
|
Fri, 14 Dec 2018
|
[ 15:44 jlaffaye ]
Update to 1.11.3
|
Wed, 3 Oct 2018
|
[ 19:53 jlaffaye ]
Update to 1.11.1
PR: 231883
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
Sun, 26 Aug 2018
|
[ 17:58 jlaffaye ]
- Update to 1.11
- Scope GO387 port option to i386
PR: 230893
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
Mon, 25 Jun 2018
|
[ 15:59 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
|
Tue, 22 May 2018
|
[ 14:32 jlaffaye ]
Update to 1.10.2
PR: 228253
Submitted by: Dmitri Goutnik
|
Mon, 2 Apr 2018
|
[ 18:58 jlaffaye ]
Update to 1.10.1
|
Tue, 27 Feb 2018
|
[ 13:03 mat ] (Only the first 10 of 26 ports in this commit are shown above. )
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
|
Fri, 16 Feb 2018
|
[ 20:59 jlaffaye ]
- Update to 1.10
|
Thu, 8 Feb 2018
|
[ 21:16 jlaffaye ]
Update to 1.9.4
|
Thu, 25 Jan 2018
|
[ 19:32 jlaffaye ]
- Update to 1.9.3
|
Fri, 3 Nov 2017
|
[ 10:45 jlaffaye ]
Update to 1.9.2
|
Tue, 10 Oct 2017
|
[ 21:31 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
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)
|
Thu, 5 Oct 2017
|
[ 16:40 jlaffaye ]
- Update to 1.9.1
|
Tue, 19 Sep 2017
|
[ 20:31 jlaffaye ]
Remove .error introduced by error in r434383
Reported by: Lundin Cahill <lundincahill@gmail.com>
|
Fri, 25 Aug 2017
|
[ 09:55 jlaffaye ]
Update to 1.9
|
Thu, 24 Aug 2017
|
[ 16:24 jlaffaye ]
Add pkg-plist target
PR: 221759
Submitted by: smh
|
Thu, 25 May 2017
|
[ 21:53 jlaffaye ]
- Update to 1.8.3
|
Fri, 21 Apr 2017
|
[ 10:02 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
|
Thu, 20 Apr 2017
|
[ 16:59 jlaffaye ]
Fix build with new shebang checks
PR: 218702
Submitted by: Kenji Rikitake <kenji@k2r.org>
|
Sat, 15 Apr 2017
|
[ 22:46 jlaffaye ]
Update to 1.8.1
|
Sun, 26 Mar 2017
|
[ 15:21 antoine ]
Fix plist
Reported by: pkg-fallout
|
Sat, 18 Feb 2017
|
[ 21:30 jlaffaye ]
- Update to 1.8
- Add option to disable SSE2 [1]
- Remove CC when calling make.bash [2]
PR: 210612, 209465
|
Sat, 28 Jan 2017
|
[ 14:31 jlaffaye ]
Update to 1.7.5
|
Tue, 27 Dec 2016
|
[ 14:38 jlaffaye ]
- Update to 1.7.4
PR: 215465
Submitted by: wen
|
Sun, 23 Oct 2016
|
[ 09:21 jlaffaye ]
Update to 1.7.3
|
Number of commits found: 148 (showing only 100 on this page) |