svn commit: r309604 - head/devel/gvfs
Jeremy Messenger
mezz at FreeBSD.org
Sat Dec 29 05:18:29 UTC 2012
Author: mezz
Date: Sat Dec 29 05:18:28 2012
New Revision: 309604
URL: http://svnweb.freebsd.org/changeset/ports/309604
Log:
The gvfs-afc-volume-monitor is buggy and causing run 100%. A lot of Linux
users have the same problem. It's not worth to provide optional of it.
PR: ports/173267
Reported by: Otacilio de AraUjo Ramos Neto <otacilio.neto at ee.ufcg.edu.br>
Modified:
head/devel/gvfs/Makefile
Modified: head/devel/gvfs/Makefile
==============================================================================
--- head/devel/gvfs/Makefile Sat Dec 29 04:40:18 2012 (r309603)
+++ head/devel/gvfs/Makefile Sat Dec 29 05:18:28 2012 (r309604)
@@ -28,7 +28,8 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --disable-obexftp
+CONFIGURE_ARGS= --disable-obexftp \
+ --disable-afc
OPTIONS= FUSE "Enable fuse" off \
AVAHI "Enable AVAHI" on \
SAMBA "Enable Samba" on \
More information about the svn-ports-head
mailing list