Index: head/sysutils/watchman/Makefile =================================================================== --- head/sysutils/watchman/Makefile (revision 390117) +++ head/sysutils/watchman/Makefile (revision 390118) @@ -1,37 +1,36 @@ # Created by: Jin-Sih, Lin # $FreeBSD$ PORTNAME= watchman PORTVERSION= 3.0.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= linpct@gmail.com COMMENT= File alteration monitoring service LICENSE= APACHE20 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USE_GITHUB= yes GH_ACCOUNT= facebook USES= autoreconf gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_HAVE_ARC=false CONFIGURE_ARGS= --with-pcre .if defined(BATCH) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --disable-silent-rules .endif CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/watchman PORTDOCS= README.markdown post-patch: @${REINPLACE_CMD} -e '/^docdir = /d' ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e '/timestamp=/s,%ld,%d,' ${WRKSRC}/root.c .include Index: head/sysutils/watchman/files/patch-root.c =================================================================== --- head/sysutils/watchman/files/patch-root.c (nonexistent) +++ head/sysutils/watchman/files/patch-root.c (revision 390118) @@ -0,0 +1,11 @@ +--- 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, Property changes on: head/sysutils/watchman/files/patch-root.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property