| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=561335
|
|
|
|
| |
Notes:
svn path=/head/; revision=559361
|
|
|
|
| |
Notes:
svn path=/head/; revision=558299
|
|
|
|
| |
Notes:
svn path=/head/; revision=557170
|
|
|
|
| |
Notes:
svn path=/head/; revision=553999
|
|
|
|
| |
Notes:
svn path=/head/; revision=552017
|
|
|
|
| |
Notes:
svn path=/head/; revision=551721
|
|
|
|
| |
Notes:
svn path=/head/; revision=547448
|
|
|
|
| |
Notes:
svn path=/head/; revision=542216
|
|
|
|
|
|
|
| |
Submitted by: George L. Yermulnik <yz@yz.kiev.ua> (via email)
Notes:
svn path=/head/; revision=529812
|
|
|
|
| |
Notes:
svn path=/head/; revision=529733
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746
Notes:
svn path=/head/; revision=505321
|
|
|
|
|
|
|
|
| |
Submitted by: seanc
Differential Revision: https://reviews.freebsd.org/D19981
Notes:
svn path=/head/; revision=500041
|
|
|
|
| |
Notes:
svn path=/head/; revision=493573
|
|
|
|
| |
Notes:
svn path=/head/; revision=490336
|
|
|
|
| |
Notes:
svn path=/head/; revision=486044
|
|
|
|
| |
Notes:
svn path=/head/; revision=472810
|
|
|
|
| |
Notes:
svn path=/head/; revision=470026
|
|
|
|
| |
Notes:
svn path=/head/; revision=464451
|
|
|
|
| |
Notes:
svn path=/head/; revision=458686
|
|
|
|
| |
Notes:
svn path=/head/; revision=452197
|
|
|
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=450327
|
|
|
|
| |
Notes:
svn path=/head/; revision=438056
|
|
|
|
| |
Notes:
svn path=/head/; revision=412843
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
| |
Reported by: mat
Notes:
svn path=/head/; revision=385585
|
|
direnv is an environment switcher for the shell. It knows how to hook into
bash, zsh, tcsh and fish shell to load or unload environment variables
depending on the current directory. This allows to have project-specific
environment variables and not clutter the "~/.profile" file.
WWW: http://direnv.net/
Notes:
svn path=/head/; revision=385535
|