non port: lang/go-devel/Makefile |
SVNWeb
|
Number of commits found: 57 |
Thu, 2 Feb 2023
|
[ 13:47 Dmitri Goutnik (dmgk) ] ac549a1
lang/go-devel: Update to go1.20, add riscv64 support
Also update bootstrap to the latest go1.20 release, which adds support
for freebsd/riscv64.
|
Sun, 15 Jan 2023
|
[ 15:18 Dmitri Goutnik (dmgk) ] 1e2f60d
lang/go-devel: Update to go1.20rc3
Changes: https://tip.golang.org/doc/go1.20
|
Thu, 5 Jan 2023
|
[ 12:32 Dmitri Goutnik (dmgk) ] 844c479
lang/go-devel: Update to go1.20rc2
While here, make sure installed binaries are stripped.
Changes: https://tip.golang.org/doc/go1.20
|
Sun, 11 Dec 2022
|
[ 12:00 Dmitri Goutnik (dmgk) ] ac4d327
lang/go-devel: Update to go1.20rc1
Changes: https://tip.golang.org/doc/go1.20
|
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 )
|
Tue, 2 Aug 2022
|
[ 18:19 Dmitri Goutnik (dmgk) ] 7ff1d0f
lang/go-devel: Update to 1.19
Release notes: https://go.dev/doc/go1.19
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 Jul 2022
|
[ 12:39 Dmitri Goutnik (dmgk) ] 6ea1aaa
lang/go-devel: Update to go1.19rc2
Changes: https://tip.golang.org/doc/go1.19
|
Fri, 8 Jul 2022
|
[ 19:53 Dmitri Goutnik (dmgk) ] 69d8cd0
lang/go{-devel,118}: Add GOAMD64 knobs
Add amd64 microarchitecture level knobs for the Go compiler. Note that
this will affect only the compiler itself, port users will still need to
set GOAMD64 in the environment to adjust the microarchitecture of the
compiled code [1, 2].
Set default to the baseline level for the maximum backward
compatibility.
GOAMD64=v1 (default): The baseline. Exclusively generates instructions
that all 64-bit x86 processors can execute.
GOAMD64=v2: all v1 instructions, plus CMPXCHG16B, LAHF, SAHF, POPCNT,
SSE3, SSE4.1, SSE4.2, SSSE3.
GOAMD64=v3: all v2 instructions, plus AVX, AVX2, BMI1, BMI2, F16C, FMA,
LZCNT, MOVBE, OSXSAVE.
GOAMD64=v4: all v3 instructions, plus AVX512F, AVX512BW, AVX512CD,
AVX512DQ, AVX512VL.
[1]
https://github.com/golang/go/wiki/MinimumRequirements#microarchitecture-support
[2] https://tip.golang.org/doc/go1.18#amd64
|
Thu, 7 Jul 2022
|
[ 12:27 Dmitri Goutnik (dmgk) ] 4f8ef2c
lang/go-devel: Update to go1.19rc1
Changes: https://tip.golang.org/doc/go1.19
|
Sat, 11 Jun 2022
|
[ 22:43 Dmitri Goutnik (dmgk) ] af2d795
lang/go-devel: Update to go1.19beta1
Changes: https://tip.golang.org/doc/go1.19
|
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
|
Sat, 19 Mar 2022
|
[ 22:36 Guangyuan Yang (ygy) ] 5e06ed0
lang/go-devel: Update to 1.18
Changes: https://tip.golang.org/doc/go1.18
|
Fri, 18 Feb 2022
|
[ 05:12 Guangyuan Yang (ygy) ] c4986c0
lang/go-devel: Update to 1.18rc1
Changes: https://tip.golang.org/doc/go1.18
|
Sat, 5 Feb 2022
|
[ 00:00 Guangyuan Yang (ygy) ] 0823792
lang/go-devel: Update to 1.18beta2
Changes: https://tip.golang.org/doc/go1.18
|
Wed, 15 Dec 2021
|
[ 00:47 Guangyuan Yang (ygy) ] 7d23d1a
lang/go-devel: Update to 1.18beta1
Changes: https://tip.golang.org/doc/go1.18
|
Fri, 10 Dec 2021
|
[ 02:46 Guangyuan Yang (ygy) ] 63ffddf
lang/go-devel: Update to 1.17.5
Changes: https://golang.org/doc/devel/release#go1.17.minor
|
Fri, 3 Dec 2021
|
[ 00:54 Guangyuan Yang (ygy) ] b0962ff
lang/go-devel: 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
|
[ 06:03 Guangyuan Yang (ygy) ] 1d2e851
lang/go-devel: Update to 1.17.3
Changes: https://golang.org/doc/devel/release#go1.17.minor
|
Fri, 3 Sep 2021
|
[ 13:25 Dmitri Goutnik (dmgk) Author: Mina Galić ] 04e401e
lang/go-devel: mark stacks as non-executable on freebsd
PR: 258241
|
Wed, 18 Aug 2021
|
[ 15:32 Dmitri Goutnik (dmgk) ] a831e2c
lang/go-devel: Update to 1.17
Changes: https://golang.org/doc/go1.17
|
Wed, 14 Jul 2021
|
[ 12:06 Dmitri Goutnik (dmgk) ] 4fcc037
lang/go-devel: Update to go1.17rc1
Changes: https://tip.golang.org/doc/go1.17
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 17 Feb 2021
|
[ 11:53 dmgk ]
lang/go-devel: Update to go1.16
Changes: https://golang.org/doc/go1.16
|
Thu, 28 Jan 2021
|
[ 12:06 dmgk ]
lang/go-devel: Update to go1.16rc1
Changes: https://tip.golang.org/doc/go1.16
|
Mon, 21 Dec 2020
|
[ 20:10 dmgk ]
lang/go-devel: Update to 1.16beta1
Changes: https://tip.golang.org/doc/go1.16
|
Thu, 15 Oct 2020
|
[ 11:33 dmgk ]
lang/go-devel: Update to 1.15.3
Changes: https://golang.org/doc/devel/release.html#go1.15.minor
|
Tue, 1 Sep 2020
|
[ 22:09 dmgk ]
lang/go-devel: Update to 1.15.1
Changes: https://golang.org/doc/devel/release.html#go1.15.minor
|
Fri, 7 Aug 2020
|
[ 19:12 dmgk ]
lang/go-devel: Update to go1.15rc2
Changes: https://tip.golang.org/doc/go1.15
|
Fri, 24 Jul 2020
|
[ 20:17 dmgk ]
lang/go-devel: Update to go1.15rc1
Changes: https://tip.golang.org/doc/go1.15
|
Thu, 11 Jun 2020
|
[ 12:52 dmgk ]
lang/go-devel: Update to go1.15beta1
Changes: https://tip.golang.org/doc/go1.15
|
Tue, 2 Jun 2020
|
[ 13:09 dmgk ]
lang/go-devel: Update to 1.14.4
Changes: https://golang.org/doc/devel/release.html#go1.14.minor
|
Fri, 15 May 2020
|
[ 18:51 dmgk ]
lang/go-devel: 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:14 dmgk ]
lang/go-devel: Update to 1.14.2
Changes: https://golang.org/doc/devel/release.html#go1.14.minor
|
Thu, 19 Mar 2020
|
[ 21:32 dmgk ]
lang/go-devel: Update to go1.14.1
Changes: https://golang.org/doc/devel/release.html#go1.14.minor
|
Mon, 2 Mar 2020
|
[ 15:11 dmgk ]
lang/go-devel: Update bootstrap to go1.14
|
Wed, 26 Feb 2020
|
[ 12:45 dmgk ]
lang/go-devel: Update to go1.14
Changes: https://golang.org/doc/go1.14
|
Tue, 25 Feb 2020
|
[ 15:46 dmgk ]
lang/go-devel: Require FreeBSD 12 or newer for aarch64 support
Upstream CL: https://go-review.googlesource.com/c/go/+/220426/
|
Fri, 14 Feb 2020
|
[ 18:06 dmgk ]
lang/go-devel: Address D23151 feedback, add COMPAT_FREEBSD11 canary
- Merge do-install and post-install targets
- Simplify makesum target
- Add COMPAT_FREEBSD11 canary introduced by lang/rust in r522968 (the rationale
described in the r522968 commit message also applies to lang/go{,-devel})
|
Fri, 7 Feb 2020
|
[ 19:54 dmgk ]
lang/go-devel: Update to go1.14rc1
Changes: https://tip.golang.org/doc/go1.14
|
Tue, 7 Jan 2020
|
[ 18:25 dmgk ]
lang/go-devel: Update go bootstrap to go1.14beta1
|
Wed, 18 Dec 2019
|
[ 19:32 dmgk ]
lang/go-devel: Update to go1.14beta1
Changes: https://tip.golang.org/doc/go1.14
|
Fri, 15 Nov 2019
|
[ 22:44 dmgk ]
lang/go-devel: Add support for aarch64
AArch64 support was recently merged by the Go project and is slated to be in
go1.14. This patch adds freebsd/arm64 support to lang/go-devel first, the
intention is to similarly update lang/go when go1.14 is officially released.
The most notable change is migration to the new bootstrap [1] because aarch64
is not supported by go1.4.
[1] https://github.com/dmgk/go-bootstrap
Reviewed by: tobik, Mikael Urankar <mikael.urankar@gmail.com>
Approved by: tz (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D22316
|
Fri, 1 Nov 2019
|
[ 15:16 dmgk ]
lang/go-devel: Update to g20191031 (go1.13.4)
Changes: https://golang.org/doc/devel/release.html#go1.13.minor
Approved by: tz (mentor, implicit)
|
Sat, 19 Oct 2019
|
[ 23:20 dmgk ]
lang/go-devel: Update to g20191017 (go1.13.3)
Changes: https://golang.org/doc/devel/release.html#go1.13.minor
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D22080
|
Sat, 28 Sep 2019
|
[ 11:53 dmgk ]
lang/go-devel: Update to g20190925 (go1.13.1)
Changes: https://golang.org/doc/devel/release.html#go1.13.minor
Approved by: araujo (mentor)
MFH: 2019Q3
Security: CVE-2019-16276
Differential Revision: https://reviews.freebsd.org/D21808
|
Mon, 16 Sep 2019
|
[ 20:55 dmgk ] (Only the first 10 of 46 ports in this commit are shown above. )
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677
|
Thu, 5 Sep 2019
|
[ 07:43 tobik ]
lang/go-devel: Update to g20190903 (go1.13)
Changes: https://golang.org/doc/go1.13
PR: 240330
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Fri, 30 Aug 2019
|
[ 07:52 tobik ]
lang/go-devel: Update to g20190829 (go1.13rc2)
Changes: https://tip.golang.org/doc/go1.13
PR: 240192
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Fri, 23 Aug 2019
|
[ 19:52 tobik ]
lang/go-devel: Update to g20190821 (go1.13rc1)
Changes: https://tip.golang.org/doc/go1.13
PR: 240025
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Thu, 15 Aug 2019
|
[ 17:37 yuri ]
lang/go-devel: Update g20190626 (60f14fddfe) -> g20190814 (ad4ed87f80)
PR: 239853
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
Sun, 30 Jun 2019
|
[ 21:23 swills ]
lang/go-devel: Update to g20190626 (1.13 Beta 1)
PR: 238831
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
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
|
Number of commits found: 57 |