| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=473692
|
|
|
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes:
svn path=/head/; revision=450351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
Notes:
svn path=/head/; revision=421635
|
|
|
|
|
|
|
|
| |
PR: 208737
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=413145
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
| |
should have.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=403725
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add BACKTRACE option
- Convert PCRE dependency into an option
- Respect PREFIX for /etc/watchman.json
- Explicitly disable devel/libinotify
- Connect to new testing framework
PR: 201031
Submitted by: linpct@gmail.com (maintainer, based on)
Reviewed by: amdmi3 (previous version)
Approved by: cookie licking (47 days)
Notes:
svn path=/head/; revision=403355
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since time_t size is unspecified, the only way to print it correctly is by using %ld while casting the value to long
This is what upstream does for a long time:
https://github.com/facebook/watchman/commit/f2ec20fb2d98bfc9f54df43431564317de60429c
Approved by: portmgr blanket
MFH: 2015Q2
Notes:
svn path=/head/; revision=390118
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ make
...
arc lint --output compiler --lintall
Usage Exception: This command must be run in a Git, Mercurial or Subversion working copy.
Makefile:2464: recipe for target 'lint' failed
gmake[2]: [lint] Error 1 (ignored)
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=384296
|
|
WWW: https://facebook.github.io/watchman/
PR: 199061
Notes:
svn path=/head/; revision=383908
|