Received: by mail.netbsd.org (Postfix, from userid 605) id 49D2684FB4; Wed, 10 Jan 2024 00:49:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 770D884EBA for ; Wed, 10 Jan 2024 00:49:04 +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 D2JxnzyQDxSn for ; Wed, 10 Jan 2024 00:49:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BBDF884C86 for ; Wed, 10 Jan 2024 00:49:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA73EFA42; Wed, 10 Jan 2024 00:49:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704847743167690" MIME-Version: 1.0 Date: Wed, 10 Jan 2024 00:49:03 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240110004903.AA73EFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704847743167690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Jan 10 00:49:03 UTC 2024 Modified Files: pkgsrc/mk/defaults: options.description Log Message: options.description: add botan & libyang To generate a diff of this commit: cvs rdiff -u -r1.711 -r1.712 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704847743167690 Content-Disposition: inline Content-Length: 1157 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.711 pkgsrc/mk/defaults/options.description:1.712 --- pkgsrc/mk/defaults/options.description:1.711 Mon Dec 18 15:53:27 2023 +++ pkgsrc/mk/defaults/options.description Wed Jan 10 00:49:03 2024 @@ -75,6 +75,7 @@ blocklist Enable blocklist support. bluez Enable bluetooth support via bluez for Linux. bluray Enable libbluray support. boehm-gc Use Boehm's garbage collector for memory allocation. +botan Enable Botan support. bozohttpd-do-htpasswd Enable .htpasswd file processing in bozohttpd. brotli Enable support for Google's Brotli compression. bugzilla-charts Enable generation of charts. @@ -532,6 +533,7 @@ libwebp Enable libwebp support. libwildmidi Enable MIDI support using libwildmidi. libwww-aliases Install aliases for p5-libwww (e.g. HEAD, GET etc.). libxml2 Use the libxml2 library for XML support. +libyang Enable libyang support. lighttpd Enable support for lighttpd web server. lilypond Enable LilyPond music typesetter support. links Use and enable support for the links browser. --_----------=_1704847743167690--