svn commit: r552836 - head/devel/gvfs

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 20 17:56:59 UTC 2020


Author: bapt
Date: Tue Oct 20 17:56:58 2020
New Revision: 552836
URL: https://svnweb.freebsd.org/changeset/ports/552836

Log:
  gvfs: disable broken modules
  
  fuse and goa are broken modules right now disable them until they got fixed.
  
  Fuse seems to depend on non available features
  GOA timesout when loaded causing a hang of 24 seconds on startup

Modified:
  head/devel/gvfs/Makefile

Modified: head/devel/gvfs/Makefile
==============================================================================
--- head/devel/gvfs/Makefile	Tue Oct 20 17:44:42 2020	(r552835)
+++ head/devel/gvfs/Makefile	Tue Oct 20 17:56:58 2020	(r552836)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gvfs
 PORTVERSION=	1.46.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -42,7 +42,7 @@ GLIB_SCHEMAS=	org.gnome.system.gvfs.enums.xml
 
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	AVAHI FUSE AFC GOA SMB CDDA GOOGLE GPHOTO MTP NFS BLURAY
-OPTIONS_DEFAULT=AVAHI FUSE GOA SMB CDDA GOOGLE GPHOTO MTP NFS BLURAY
+OPTIONS_DEFAULT=AVAHI SMB CDDA GOOGLE GPHOTO MTP NFS BLURAY
 
 AFC_DESC=	Apple device support
 GOA_DESC=	GNOME Online Accounts volume monitor support


More information about the svn-ports-all mailing list