| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: 221759
Submitted by: smh
|
| |
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 218702
Submitted by: Kenji Rikitake <kenji@k2r.org>
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Add option to disable SSE2 [1]
- Remove CC when calling make.bash [2]
PR: 210612, 209465
|
| |
|
|
|
|
|
| |
PR: 215465
Submitted by: wen
|
| |
|
|
|
|
|
| |
PR: 212587
Submitted by: Larry Rosenman <ler@lerctr.org>
|
|
|
|
|
| |
PR: 211919
Submitted by: ler@lerctr.org
|
|
|
|
|
|
|
| |
- Delete now useless patch
PR: 211898 [1]
Submitted by: roberto [1]
|
|
|
|
| |
Security: CVE-2016-5386
|
| |
|
|
|
|
|
|
| |
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6057
|
| |
|
|
|
|
| |
Security: CVE-2016-3958, CVE-2016-3959
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
|
| |
Approved by: jlaffaye (maintainer)
Obtained from: https://github.com/golang/go/commit/26263354a3d607e1cc6c06be67530dad57f43074
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
Change hardcoded "freebsd" to variable (OPSYS:tl) to allow DragonFly
to build without patches.
PR: 203006
Approved by: maintainer
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
PR: 202504
Submitted by: Maciej Pasternacki <maciej@pasternacki.net>
|
|
|
|
|
|
|
| |
If GOBIN is already defined in the environment,
it can break ports using bsd.go.mk
PR: 202675
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 192317
Submitted by: robak
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Specify BSD license
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
|
| |
- Remove obsolete pkg-message [2]
PR: ports/184454 [1], ports/176473 [2]
Submitted by: lwhsu
|
|
|
|
| |
lang)
|
| |
|
|
|
|
|
| |
Pass CC to build env to properly using the compiler desired
This fixes build on head without gcc
|
|
|
|
|
|
|
|
| |
- Remove bash and bison dependencies
- Specify the PATH in regression-test target
PR: 179529
Submitted by: koobs
|
|
|
|
|
|
|
| |
- Add -f flag to LN [1]
- Add a regression-test target
Submitted by: sbz (irc) [1]
|
| |
|
|
|
|
| |
Submitted by: skreuzer (private mail)
|
| |
|
| |
|
|
|
|
| |
- Switch to new Makefile header style
|
| |
|
|
|
|
| |
- Only for amd64 until i386 is fixed
|
|
|
|
|
|
|
| |
- Unset GOBIN while installing [3]
PR: ports/154179 [1], ports/162910 [2], ports/162954 [3]
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Install the lib folder to fix goinstall [1]
Reported by: Andy Kosela <akosela@andykosela.com> [1]
PR: ports/162621
Feature safe: yes
|
| |
|
|
|
|
|
| |
- Cleanup
- Install into PREFIX/go
|
|
|
|
| |
Approved by: maintainer (private mail)
|
|
|
|
|
| |
PR: ports/157348
Approved by: Devon H. O'Dell (maintainer)
|
|
|
|
|
|
|
| |
PR: ports/153464
Submitted by: wen
Approved by: wxs@ and pgolluci@ (mentor implicit)
Feature safe: yes
|
|
|
|
|
| |
Submitted by: Wen Heping(myself)
Approved by: maintainer(via email)
|
|
|
|
|
|
| |
Install Make.* into ${GOROOT}/src so go packages can be used.
Submitted by: wen@
|
|
|
|
|
| |
Submitted by: wen@
Approved by: devon.odell@gmail.com (maintainer)
|
|
|
|
| |
Submitted by: devon.odell@gmail.com (maintainer, private mail)
|
|
Submitted by: devon.odell@gmail.com (private mail)
|