Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AD2197A1B1 for ; Tue, 30 Aug 2016 02:01:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 264ED85EBD; Tue, 30 Aug 2016 02:01:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABC0E85EBB for ; Tue, 30 Aug 2016 02:01:48 +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 NFnhL6DazjZB for ; Tue, 30 Aug 2016 02:01:48 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1BB1D84CFD for ; Tue, 30 Aug 2016 02:01:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16DEDFBC3; Tue, 30 Aug 2016 02:01:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472522508102070" MIME-Version: 1.0 Date: Tue, 30 Aug 2016 02:01:48 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20160830020148.16DEDFBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1472522508102070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jnemeth Date: Tue Aug 30 02:01:48 UTC 2016 Modified Files: pkgsrc/mk/defaults: options.description Log Message: mention libdbi To generate a diff of this commit: cvs rdiff -u -r1.517 -r1.518 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472522508102070 Content-Disposition: inline Content-Length: 747 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.517 pkgsrc/mk/defaults/options.description:1.518 --- pkgsrc/mk/defaults/options.description:1.517 Sun Aug 21 07:14:38 2016 +++ pkgsrc/mk/defaults/options.description Tue Aug 30 02:01:47 2016 @@ -411,6 +411,7 @@ ldap Enable LDAP support. lensfun Enable lensfun (camera lens distortion rectifyer) support. libao Enable the platform-independent 'ao' audio library. libchamplain Enable libchamplain support (map widget). +libdbi Enable libdbi support (similar p5-DBI but for C). libdrm Enable libdrm support. libgcrypt Use GNU cryptographic library. libgme Enable Game_Music_Emu video game music file library support. --_----------=_1472522508102070--