Date: Sat, 29 Dec 2012 05:18:28 +0000 (UTC) From: Jeremy Messenger <mezz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309604 - head/devel/gvfs Message-ID: <201212290518.qBT5ISBC080551@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212290518.qBT5ISBC080551>