Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2020 18:19:00 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545244 - head/sysutils/watchman
Message-ID:  <202008181819.07IIJ0BO045396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008181819.07IIJ0BO045396>