Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.1,1 15 Apr 2017 22:46:47 |
jlaffaye |
Update to 1.8.1 |
1.8_1,1 26 Mar 2017 15:21:45 |
antoine |
Fix plist
Reported by: pkg-fallout |
1.8,1 26 Mar 2017 06:22:52 |
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 |
1.8,1 18 Feb 2017 21:30:15 |
jlaffaye |
- Update to 1.8
- Add option to disable SSE2 [1]
- Remove CC when calling make.bash [2]
PR: 210612, 209465 |
1.7.5,1 28 Jan 2017 14:31:08 |
jlaffaye |
Update to 1.7.5 |
1.7.4,1 27 Dec 2016 14:38:46 |
jlaffaye |
- Update to 1.7.4
PR: 215465
Submitted by: wen |
1.7.3,1 23 Oct 2016 09:21:08 |
jlaffaye |
Update to 1.7.3 |
1.7.1,1 11 Sep 2016 20:40:28 |
jlaffaye |
Update to 1.7.1
PR: 212587
Submitted by: Larry Rosenman <ler@lerctr.org> |
1.7,1 16 Aug 2016 21:47:34 |
jlaffaye |
Remove EXTRA_PATCHES forgotten in previous commit
PR: 211919
Submitted by: ler@lerctr.org |
1.7,1 16 Aug 2016 20:06:26 |
jlaffaye |
- Update to 1.7, based on [1]
- Delete now useless patch
PR: 211898 [1]
Submitted by: roberto [1] |
1.6.3_1,1 18 Jul 2016 17:57:05 |
jlaffaye |
Update to 1.6.3
Security: CVE-2016-5386 |
1.6.2_1,1 23 Jun 2016 06:41:27 |
bapt |
Use relative symlinks to make the port relocation friendly |
1.6.2,1 22 Apr 2016 12:40:05 |
mat |
Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6057 |
1.6.2,1 21 Apr 2016 07:06:24 |
jlaffaye |
- Update to 1.6.2 |
1.6.1,1 13 Apr 2016 10:54:13 |
jlaffaye |
- Update to 1.6.1
Security: CVE-2016-3958, CVE-2016-3959 |
1.6,1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.6,1 26 Feb 2016 19:22:23 |
jlaffaye |
- Update to 1.6 |
1.5.3,1 13 Jan 2016 22:11:06 |
jlaffaye |
- Update to 1.5.3 |
1.5.1,1 10 Nov 2015 21:45:24 |
swills |
lang/go: fix build on 11i386
Approved by: jlaffaye (maintainer)
Obtained
from: https://github.com/golang/go/commit/26263354a3d607e1cc6c06be67530dad57f43074 |
1.5.1,1 19 Oct 2015 14:50:52 |
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 |
1.5.1,1 10 Sep 2015 22:57:47 |
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 |
1.5.1,1 10 Sep 2015 07:20:53 |
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) |
1.5.1,1 09 Sep 2015 18:17:25 |
jlaffaye |
- Update to 1.5.1 |
1.5_1,1 01 Sep 2015 20:41:31 |
jlaffaye |
Fix net package on CURRENT
PR: 202504
Submitted by: Maciej Pasternacki <maciej@pasternacki.net> |
1.5,1 26 Aug 2015 18:50:02 |
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 |
1.5,1 22 Aug 2015 05:42:46 |
antoine |
Unbreak INDEX on mips/sparc64/ia64 etc. |
1.5,1 20 Aug 2015 20:32:04 |
jlaffaye |
Update to 1.5 |
1.4.2,1 18 Feb 2015 21:32:03 |
jlaffaye |
- Update to 1.4.2 |
1.4,1 13 Dec 2014 22:43:47 |
antoine |
Fix plist on i386 |
1.4,1 13 Dec 2014 21:28:17 |
jlaffaye |
- Update to 1.4 |
1.3.2,1 07 Dec 2014 09:47:43 |
bapt |
Fix typo |
1.3.2,1 07 Dec 2014 09:25:00 |
bapt |
Fix build when compiler is clang |
1.3.2,1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.3.2,1 27 Sep 2014 19:07:28 |
jlaffaye |
Update to 1.3.2 |
1.3.1,1 15 Aug 2014 21:44:32 |
jlaffaye |
- Update to 1.3.1 |
1.3_1,1 01 Aug 2014 20:09:54 |
jlaffaye |
Fix plist on i386
PR: 192317
Submitted by: robak |
1.3,1 19 Jun 2014 19:04:06 |
jlaffaye |
- Update to 1.3 |
1.2.1,1 05 May 2014 09:45:37 |
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 |
1.2.1,1 09 Mar 2014 17:13:15 |
jlaffaye |
- Update to 1.2.1
- Specify BSD license |
1.2,1 11 Jan 2014 17:46:34 |
jlaffaye |
- Change default location of Go packages to LOCALBASE/share/go
This fixes problems like ports failing to build if the port
is already installed [1]
- Bump PORTREVISION of affected ports
- Support the install target in bsd.go.mk
- STAGE support for free!
PR: ports/180003 [1] |
1.2,1 08 Dec 2013 13:33:35 |
jlaffaye |
- Update to 1.2 [1]
- Remove obsolete pkg-message [2]
PR: ports/184454 [1], ports/176473 [2]
Submitted by: lwhsu |
1.1.2,1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.1.2,1 13 Aug 2013 20:25:16 |
jlaffaye |
- Update to 1.1.2 |
1.1.1,1 04 Aug 2013 00:42:14 |
bapt |
Add USE_GCC=any as build fails with clang.
Pass CC to build env to properly using the compiler desired
This fixes build on head without gcc |
1.1.1,1 16 Jun 2013 10:25:12 |
jlaffaye |
- Update to 1.1.1
- Remove bash and bison dependencies
- Specify the PATH in regression-test target
PR: 179529
Submitted by: koobs |
1.1,1 02 Jun 2013 15:40:29 |
jlaffaye |
- Do not hardcode GOOS, use OPSYS instead [1]
- Add -f flag to LN [1]
- Add a regression-test target
Submitted by: sbz (irc) [1] |
1.1,1 19 May 2013 19:59:31 |
jlaffaye |
- Update to 1.1 |
1.0.3_1,1 13 Feb 2013 19:26:48 |
jlaffaye |
Fix plist on i386
Submitted by: skreuzer (private mail) |
1.0.3,1 24 Jan 2013 19:11:46 |
jlaffaye |
Add i386 to supported arch. |
1.0.3,1 02 Oct 2012 18:17:08 |
jlaffaye |
- Fix plist |
1.0.3,1 25 Sep 2012 19:11:58 |
jlaffaye |
- Update to 1.0.3
- Switch to new Makefile header style |
1.0.2,1 19 Jun 2012 18:41:01 |
jlaffaye |
- Update to 1.0.2 |
1.0.1,1 14 May 2012 22:00:37 |
jlaffaye |
- Update to 1.0.1
- Only for amd64 until i386 is fixed |
20111017_1 30 Nov 2011 20:35:18 |
jlaffaye |
- Install sources to fix goinstall and godoc [1] [2]
- Unset GOBIN while installing [3]
PR: ports/154179 [1], ports/162910 [2], ports/162954 [3]
Feature safe: yes |
20111017 26 Nov 2011 22:56:45 |
jlaffaye |
- Update go to 20111017 (r60.3)
- Install the lib folder to fix goinstall [1]
Reported by: Andy Kosela <akosela@andykosela.com> [1]
PR: ports/162621
Feature safe: yes |
20111005 07 Oct 2011 09:16:39 |
jlaffaye |
Update to 20111005 |
20110920 22 Sep 2011 16:42:55 |
jlaffaye |
- Update to 20110920
- Cleanup
- Install into PREFIX/go |
20110515 02 Sep 2011 23:30:47 |
jlaffaye |
Take maintainership
Approved by: maintainer (private mail) |
20110515 26 May 2011 20:49:30 |
skreuzer |
Update to 20110515
PR: ports/157348
Approved by: Devon H. O'Dell (maintainer) |
20101225 15 Jan 2011 00:23:22 |
swills |
- Update to 20101225 snapshot
PR: ports/153464
Submitted by: wen
Approved by: wxs@ and pgolluci@ (mentor implicit)
Feature safe: yes |
20101027 25 Nov 2010 06:16:19 |
wen |
- Add bsd.go.mk to help create go package port
Submitted by: Wen Heping(myself)
Approved by: maintainer(via email) |
20101027_1 24 Nov 2010 14:45:50 |
wxs |
Use pkg-message.in.
Install Make.* into ${GOROOT}/src so go packages can be used.
Submitted by: wen@ |
20101027 31 Oct 2010 19:09:51 |
wxs |
Update to 20101027.
Submitted by: wen@
Approved by: devon.odell@gmail.com (maintainer) |
20100413 25 Apr 2010 15:37:42 |
wxs |
Update to 20100413
Submitted by: devon.odell@gmail.com (maintainer, private mail) |
20100113 23 Jan 2010 17:44:55 |
wxs |
An experimental, concurrent, garbage collected language.
Submitted by: devon.odell@gmail.com (private mail) |