svn commit: r532745 - head/devel/libinotify

Gleb Popov arrowd at FreeBSD.org
Fri Apr 24 08:33:17 UTC 2020


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 at 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
 


More information about the svn-ports-all mailing list