svn commit: r545244 - head/sysutils/watchman

Yuri Victorovich yuri at FreeBSD.org
Tue Aug 18 18:19:01 UTC 2020


Author: yuri
Date: Tue Aug 18 18:19:00 2020
New Revision: 545244
URL: https://svnweb.freebsd.org/changeset/ports/545244

Log:
  sysutils/watchman: Add the PORTSCOUT=ignore tag

Modified:
  head/sysutils/watchman/Makefile

Modified: head/sysutils/watchman/Makefile
==============================================================================
--- head/sysutils/watchman/Makefile	Tue Aug 18 18:15:20 2020	(r545243)
+++ head/sysutils/watchman/Makefile	Tue Aug 18 18:19:00 2020	(r545244)
@@ -39,6 +39,8 @@ PCRE_CONFIGURE_WITH=	pcre
 
 CPPFLAGS+=	-Wno-error
 
+PORTSCOUT=	ignore:1 # newer versions (YYYY.MM.DD.dd) use F_GETPATH that isn't currently available on FreeBSD
+
 post-patch:
 # https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
 	@${REINPLACE_CMD} -e 's,xprefix/var,localstatedir,' \


More information about the svn-ports-head mailing list