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 48AFD7ABDB for ; Mon, 14 Mar 2016 02:13:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ED83485EEB; Mon, 14 Mar 2016 02:13:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CB8685EE0 for ; Mon, 14 Mar 2016 02:13:34 +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 eGy1UK1ygMXe for ; Mon, 14 Mar 2016 02:13:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2418485E60 for ; Mon, 14 Mar 2016 02:13:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E782FBB7; Mon, 14 Mar 2016 02:13:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 14 Mar 2016 02:13:34 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/x11/modular-xorg-server To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20160314021334.1E782FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tnn Date: Mon Mar 14 02:13:34 UTC 2016 Modified Files: pkgsrc/x11/modular-xorg-server: Makefile.common PLIST buildlink3.mk options.mk Log Message: Only support the dri option if X11_TYPE is modular. Not very useful in and of itself, but cuts down on noise from libdrm and MesaLib in X11_TYPE=native bulk builds. Also, only enable the Present extension if building with DRI. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/modular-xorg-server/Makefile.common cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/modular-xorg-server/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/modular-xorg-server/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/modular-xorg-server/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.