Date: Sat, 29 Dec 2012 05:20:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/173267: commit references a PR Message-ID: <201212290520.qBT5K1o4075703@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/173267; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/173267: commit references a PR Date: Sat, 29 Dec 2012 05:18:37 +0000 (UTC) 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 \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212290520.qBT5K1o4075703>