Received: by mail.netbsd.org (Postfix, from userid 605) id 2C94385209; Thu, 22 Aug 2019 17:25:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7F1C85204 for ; Thu, 22 Aug 2019 17:25:36 +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 0AfGOUsO85Za for ; Thu, 22 Aug 2019 17:25:36 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 098EF84D47 for ; Thu, 22 Aug 2019 17:25:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2BC6FBF4; Thu, 22 Aug 2019 17:25:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566494719215150" MIME-Version: 1.0 Date: Thu, 22 Aug 2019 17:25:19 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190822172519.F2BC6FBF4@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. --_----------=_1566494719215150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Aug 22 17:25:19 UTC 2019 Modified Files: pkgsrc/mk/defaults: options.description Log Message: options.description: Add some options from MesaLib To generate a diff of this commit: cvs rdiff -u -r1.590 -r1.591 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566494719215150 Content-Disposition: inline Content-Length: 1149 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.590 pkgsrc/mk/defaults/options.description:1.591 --- pkgsrc/mk/defaults/options.description:1.590 Thu Aug 22 11:54:43 2019 +++ pkgsrc/mk/defaults/options.description Thu Aug 22 17:25:19 2019 @@ -231,6 +231,8 @@ ftp Enable File Transfer Protocol (FTP fts Enable full-text searching. fuse Enable Filesystem in Userspace support. gamin Enable Gamin file and directory monitoring system support. +gallium-xa Enable the Gallium xa state tracker. +gallium-xvmc Enable the Gallium xvmc state tracker. gcc-ada Build the gcc Ada frontend and libraries. gcc-c++ Build the gcc C++ frontend and libraries. gcc-d Build the gcc D frontend and libraries. @@ -589,6 +591,7 @@ openmpi-vampirtrace Build VampirTrace as openssl Enable OpenSSL support. opus Enable opus support. oracle Enable Oracle support. +osmesa Enable off-screen rendering. oss Enable support for the Open Sound System audio library. osx-addressbook Enable support for the Mac OS X Address Book. otr Enable Off-the-record encrypted messaging. --_----------=_1566494719215150--