Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7A4021A921F for ; Wed, 6 Apr 2022 06:12:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B1FDA84FA4; Wed, 6 Apr 2022 06:12:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBCBC84F9C for ; Wed, 6 Apr 2022 06:12:09 +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 a0JdcYlhJiVs for ; Wed, 6 Apr 2022 06:12:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8025784EAA for ; Wed, 6 Apr 2022 06:12:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D2FAFB24; Wed, 6 Apr 2022 06:12:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649225529208470" MIME-Version: 1.0 Date: Wed, 6 Apr 2022 06:12:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220406061209.7D2FAFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649225529208470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 6 06:12:09 UTC 2022 Modified Files: pkgsrc/mk/defaults: options.description Log Message: mk: document xps option To generate a diff of this commit: cvs rdiff -u -r1.669 -r1.670 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649225529208470 Content-Disposition: inline Content-Length: 609 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.669 pkgsrc/mk/defaults/options.description:1.670 --- pkgsrc/mk/defaults/options.description:1.669 Mon Feb 7 02:14:35 2022 +++ pkgsrc/mk/defaults/options.description Wed Apr 6 06:12:09 2022 @@ -967,6 +967,7 @@ xlsx Enable XLSX support. xml Enable XML support. xmlrpc Enable XMLRPC support. xpm Enable X PixMap image format support. +xps Enable XPS support. xrandr Enable Xrandr support. xrender Enable Xrender support. xscreensaver-webcollage Install webcollage screensaver. --_----------=_1649225529208470--