Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2049963BDF9 for ; Sat, 8 Aug 2009 15:03:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 1A51263B147; Sat, 8 Aug 2009 15:03:20 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 00DF263B141 for ; Sat, 8 Aug 2009 15:03:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E0CAC175D0; Sat, 8 Aug 2009 15:03:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 8 Aug 2009 15:03:18 +0000 From: Matthias Drochner Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org X-Mailer: log_accum Message-Id: <20090808150318.E0CAC175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: drochner Date: Sat Aug 8 15:03:18 UTC 2009 Modified Files: pkgsrc/graphics/MesaLib: dri.mk options.mk Log Message: As suggested by Tom Spindler, remove the libdrm version requirement from dri.mk where it is pulled in from bl3.mk. The minimum version is only necessary if a new MesaLib is built, we don't need to force users of older ones to update libdrm. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/MesaLib/dri.mk cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/MesaLib/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.