Received: by mail.netbsd.org (Postfix, from userid 605) id 828E185654; Sun, 18 Jun 2017 21:27:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1335B85635 for ; Sun, 18 Jun 2017 21:27:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id t8StnZuth21r for ; Sun, 18 Jun 2017 21:27:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A7F4184D8F for ; Sun, 18 Jun 2017 21:27:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3396FAE8; Sun, 18 Jun 2017 21:27:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497821225258930" MIME-Version: 1.0 Date: Sun, 18 Jun 2017 21:27:05 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20170618212705.A3396FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497821225258930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Sun Jun 18 21:27:05 UTC 2017 Modified Files: pkgsrc/mk/defaults: options.description Log Message: Add GVFS option. To generate a diff of this commit: cvs rdiff -u -r1.532 -r1.533 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497821225258930 Content-Disposition: inline Content-Length: 702 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/defaults/options.description diff -u pkgsrc/mk/defaults/options.description:1.532 pkgsrc/mk/defaults/options.description:1.533 --- pkgsrc/mk/defaults/options.description:1.532 Mon May 29 23:21:21 2017 +++ pkgsrc/mk/defaults/options.description Sun Jun 18 21:27:05 2017 @@ -276,6 +276,7 @@ gtksourceview2 Enable gtksourceview2 su gtkspell Enable gtkspell support. gtkwave-tcl Enable tcl for gtkwave. guile Enable support for GUILE. +gvfs Enable GVFS support. gzip Enable compression using gzip. hal Support for the freedesktop.org Hardware Abstraction Layer. halfops Halfops are similar to plain ops, but can't kick/deop plain ops. --_----------=_1497821225258930--