Skip to content

Commit

Permalink
gvfs: disable broken modules
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bapt committed Oct 20, 2020
1 parent 842bf7a commit 878144c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/gvfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= gvfs
PORTVERSION= 1.46.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 878144c

Please sign in to comment.