Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 08:33:16 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532745 - head/devel/libinotify
Message-ID:  <202004240833.03O8XGAR097219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Fri Apr 24 08:33:16 2020
New Revision: 532745
URL: https://svnweb.freebsd.org/changeset/ports/532745

Log:
  devel/libinotify: Do not set watches on smbfs and fusefs filesystems.
  
  PR:		243836
  Approved by:	sunpoet

Modified:
  head/devel/libinotify/Makefile

Modified: head/devel/libinotify/Makefile
==============================================================================
--- head/devel/libinotify/Makefile	Fri Apr 24 08:05:38 2020	(r532744)
+++ head/devel/libinotify/Makefile	Fri Apr 24 08:33:16 2020	(r532745)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libinotify
 PORTVERSION=	20180201
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -19,6 +19,7 @@ GH_ACCOUNT=	libinotify-kqueue
 GH_PROJECT=	libinotify-kqueue
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-skip-subfiles=smbfs,fusefs
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 



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