aboutsummaryrefslogtreecommitdiff
path: root/sysutils/watchman
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Mark various ports broken on mips64 and, where appropriate, mips.Mark Linimon2018-07-021-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473692
* Remove USES=execinfo.Mathieu Arnold2017-09-221-3/+0
| | | | | | | | | | 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
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* sysutils/watchman: update 4.2.0 -> 4.5.0Bartek Rutkowski2016-04-122-4/+5
| | | | | | | | PR: 208737 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=413145
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fix build as a user, and while there, fix the more /var/run/watchmanMathieu Arnold2015-12-141-2/+3
| | | | | | | | | should have. Sponsored by: Absolight Notes: svn path=/head/; revision=403725
* sysutils/watchman: update to 4.2.0Jan Beich2015-12-093-22/+27
| | | | | | | | | | | | | | | | - 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
* - Fix build on amd64 (while not breaking build on i386)Dmitry Marakasov2015-06-192-1/+11
| | | | | | | | | | | | | | 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
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* Avoid invoking arcanist as part of vendor installJan Beich2015-04-191-0/+1
| | | | | | | | | | | | | | $ 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
* Add a port of watchman, file alteration monitor from Facebook.Alexey Dokuchaev2015-04-133-0/+42
WWW: https://facebook.github.io/watchman/ PR: 199061 Notes: svn path=/head/; revision=383908