aboutsummaryrefslogtreecommitdiff
path: root/lang/go
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.7.5Julien Laffaye2017-01-283-4/+6
| | | | Notes: svn path=/head/; revision=432626
* - Update to 1.7.4Julien Laffaye2016-12-272-4/+4
| | | | | | | | PR: 215465 Submitted by: wen Notes: svn path=/head/; revision=429619
* Update to 1.7.3Julien Laffaye2016-10-233-4/+5
| | | | Notes: svn path=/head/; revision=424504
* Update to 1.7.1Julien Laffaye2016-09-113-4/+5
| | | | | | | | PR: 212587 Submitted by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=421875
* Remove EXTRA_PATCHES forgotten in previous commitJulien Laffaye2016-08-161-4/+0
| | | | | | | | PR: 211919 Submitted by: ler@lerctr.org Notes: svn path=/head/; revision=420305
* - Update to 1.7, based on [1]Julien Laffaye2016-08-164-410/+799
| | | | | | | | | | - Delete now useless patch PR: 211898 [1] Submitted by: roberto [1] Notes: svn path=/head/; revision=420302
* Update to 1.6.3Julien Laffaye2016-07-182-3/+5
| | | | | | | Security: CVE-2016-5386 Notes: svn path=/head/; revision=418725
* Use relative symlinks to make the port relocation friendlyBaptiste Daroussin2016-06-231-1/+2
| | | | Notes: svn path=/head/; revision=417345
* Move lang/go/files/bsd.go.mk to USES=go.Mathieu Arnold2016-04-221-79/+0
| | | | | | | | | Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057 Notes: svn path=/head/; revision=413776
* - Update to 1.6.2Julien Laffaye2016-04-213-3/+4
| | | | Notes: svn path=/head/; revision=413716
* - Update to 1.6.1Julien Laffaye2016-04-133-3/+5
| | | | | | | Security: CVE-2016-3958, CVE-2016-3959 Notes: svn path=/head/; revision=413200
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-012-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Update to 1.6Julien Laffaye2016-02-266-226/+472
| | | | Notes: svn path=/head/; revision=409632
* - Update to 1.5.3Julien Laffaye2016-01-133-4/+10
| | | | Notes: svn path=/head/; revision=406071
* lang/go: fix build on 11i386Steve Wills2015-11-102-0/+27
| | | | | | | | Approved by: jlaffaye (maintainer) Obtained from: https://github.com/golang/go/commit/26263354a3d607e1cc6c06be67530dad57f43074 Notes: svn path=/head/; revision=401214
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=399684
* lang/go: adjust PLIST_SUB and bsd.go.mk to support DragonFlyJohn Marino2015-09-103-230/+230
| | | | | | | | | | | Change hardcoded "freebsd" to variable (OPSYS:tl) to allow DragonFly to build without patches. PR: 203006 Approved by: maintainer Notes: svn path=/head/; revision=396626
* lang/go: Restrict if_data8 "extra" patch to FreeBSDJohn Marino2015-09-101-1/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=396552
* - Update to 1.5.1Julien Laffaye2015-09-093-4/+5
| | | | Notes: svn path=/head/; revision=396525
* Fix net package on CURRENTJulien Laffaye2015-09-012-0/+266
| | | | | | | | PR: 202504 Submitted by: Maciej Pasternacki <maciej@pasternacki.net> Notes: svn path=/head/; revision=395798
* Force GOBIN to the empty string.Julien Laffaye2015-08-261-1/+2
| | | | | | | | | | If GOBIN is already defined in the environment, it can break ports using bsd.go.mk PR: 202675 Notes: svn path=/head/; revision=395390
* Unbreak INDEX on mips/sparc64/ia64 etc.Antoine Brodin2015-08-221-1/+1
| | | | Notes: svn path=/head/; revision=395014
* Update to 1.5Julien Laffaye2015-08-204-678/+1424
| | | | Notes: svn path=/head/; revision=394911
* - Update to 1.4.2Julien Laffaye2015-02-183-3/+12
| | | | Notes: svn path=/head/; revision=379315
* Fix plist on i386Antoine Brodin2014-12-131-8/+8
| | | | Notes: svn path=/head/; revision=374689
* - Update to 1.4Julien Laffaye2014-12-133-2133/+2350
| | | | Notes: svn path=/head/; revision=374687
* Fix typoBaptiste Daroussin2014-12-071-1/+1
| | | | Notes: svn path=/head/; revision=374180
* Fix build when compiler is clangBaptiste Daroussin2014-12-071-2/+2
| | | | Notes: svn path=/head/; revision=374178
* Cleanup plistBaptiste Daroussin2014-10-271-445/+0
| | | | Notes: svn path=/head/; revision=371587
* Update to 1.3.2Julien Laffaye2014-09-272-3/+3
| | | | Notes: svn path=/head/; revision=369415
* - Update to 1.3.1Julien Laffaye2014-08-153-4/+4
| | | | Notes: svn path=/head/; revision=365057
* Fix plist on i386Julien Laffaye2014-08-012-1/+2
| | | | | | | | PR: 192317 Submitted by: robak Notes: svn path=/head/; revision=363763
* - Update to 1.3Julien Laffaye2014-06-193-525/+904
| | | | Notes: svn path=/head/; revision=358458
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=352986
* - Update to 1.2.1Julien Laffaye2014-03-092-4/+4
| | | | | | | - Specify BSD license Notes: svn path=/head/; revision=347666
* - Change default location of Go packages to LOCALBASE/share/goJulien Laffaye2014-01-111-12/+24
| | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=339441
* - Update to 1.2 [1]Julien Laffaye2013-12-084-226/+290
| | | | | | | | | | - Remove obsolete pkg-message [2] PR: ports/184454 [1], ports/176473 [2] Submitted by: lwhsu Notes: svn path=/head/; revision=335891
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Update to 1.1.2Julien Laffaye2013-08-133-3/+12
| | | | Notes: svn path=/head/; revision=324679
* Add USE_GCC=any as build fails with clang.Baptiste Daroussin2013-08-041-0/+2
| | | | | | | | Pass CC to build env to properly using the compiler desired This fixes build on head without gcc Notes: svn path=/head/; revision=324213
* - Update to 1.1.1Julien Laffaye2013-06-165-15/+56
| | | | | | | | | | | - Remove bash and bison dependencies - Specify the PATH in regression-test target PR: 179529 Submitted by: koobs Notes: svn path=/head/; revision=321031
* - Do not hardcode GOOS, use OPSYS instead [1]Julien Laffaye2013-06-023-7/+11
| | | | | | | | | | - Add -f flag to LN [1] - Add a regression-test target Submitted by: sbz (irc) [1] Notes: svn path=/head/; revision=319677
* - Update to 1.1Julien Laffaye2013-05-193-205/+782
| | | | Notes: svn path=/head/; revision=318547
* Fix plist on i386Julien Laffaye2013-02-132-1/+4
| | | | | | | Submitted by: skreuzer (private mail) Notes: svn path=/head/; revision=312170
* Add i386 to supported arch.Julien Laffaye2013-01-241-1/+1
| | | | Notes: svn path=/head/; revision=310941
* - Fix plistJulien Laffaye2012-10-021-3/+0
| | | | Notes: svn path=/head/; revision=305168
* - Update to 1.0.3Julien Laffaye2012-09-253-25/+21
| | | | | | | - Switch to new Makefile header style Notes: svn path=/head/; revision=304855
* - Update to 1.0.2Julien Laffaye2012-06-193-3/+11
| | | | Notes: svn path=/head/; revision=299654
* - Update to 1.0.1Julien Laffaye2012-05-146-1120/+2758
| | | | | | | - Only for amd64 until i386 is fixed Notes: svn path=/head/; revision=296612
* - Install sources to fix goinstall and godoc [1] [2]Julien Laffaye2011-11-302-0/+1750
| | | | | | | | | | - Unset GOBIN while installing [3] PR: ports/154179 [1], ports/162910 [2], ports/162954 [3] Feature safe: yes Notes: svn path=/head/; revision=286698