diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-12-09 03:19:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-12-09 03:19:16 +0000 |
commit | a1ea14395481e99d078399d1c34fee7c74ee0a02 (patch) | |
tree | ac608cbe0a0e2972d4e0fb07376a101f4665dfd1 /sysutils/watchman/files/patch-root.c | |
parent | audio/alsa-lib: add CPE information (diff) |
sysutils/watchman: update to 4.2.0
- 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)
Diffstat (limited to 'sysutils/watchman/files/patch-root.c')
-rw-r--r-- | sysutils/watchman/files/patch-root.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/watchman/files/patch-root.c b/sysutils/watchman/files/patch-root.c deleted file mode 100644 index 472e33a4a22c..000000000000 --- a/sysutils/watchman/files/patch-root.c +++ /dev/null @@ -1,11 +0,0 @@ ---- root.c.orig 2014-11-03 21:24:12 UTC -+++ root.c -@@ -1092,7 +1092,7 @@ void set_poison_state(w_root_t *root, st - "All requests will continue to fail with this message until you resolve\n" - "the underlying problem. You will find more information on fixing this at\n" - "https://facebook.github.io/watchman/docs/troubleshooting.html#poison-%s\n", -- now.tv_sec, -+ (long)now.tv_sec, - syscall, - dir->path->len, - dir->path->buf, |