Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2020 17:56:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552836 - head/devel/gvfs
Message-ID:  <202010201756.09KHuwaj069642@repo.freebsd.org>

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



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