Received: by mail.netbsd.org (Postfix, from userid 605) id 4A58184E07; Wed, 11 Mar 2020 14:19:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C931B84E04 for ; Wed, 11 Mar 2020 14:19:56 +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 3LwoI_v-NHiU for ; Wed, 11 Mar 2020 14:19:56 +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 304F184E02 for ; Wed, 11 Mar 2020 14:19:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 236C1FB27; Wed, 11 Mar 2020 14:19:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158393639683800" MIME-Version: 1.0 Date: Wed, 11 Mar 2020 14:19:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200311141956.236C1FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158393639683800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Mar 11 14:19:56 UTC 2020 Modified Files: pkgsrc/graphics/MesaLib: Makefile Log Message: MesaLib: bump libdrm requirement To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 pkgsrc/graphics/MesaLib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158393639683800 Content-Disposition: inline Content-Length: 793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/MesaLib/Makefile diff -u pkgsrc/graphics/MesaLib/Makefile:1.188 pkgsrc/graphics/MesaLib/Makefile:1.189 --- pkgsrc/graphics/MesaLib/Makefile:1.188 Sun Mar 8 16:49:52 2020 +++ pkgsrc/graphics/MesaLib/Makefile Wed Mar 11 14:19:55 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2020/03/08 16:49:52 wiz Exp $ +# $NetBSD: Makefile,v 1.189 2020/03/11 14:19:55 nia Exp $ DISTNAME= mesa-20.0.1 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} @@ -47,7 +47,7 @@ PLIST_VARS+= r300 svga nouveau vc4 lima PLIST_VARS+= kms vaapi .if ${MESALIB_SUPPORTS_DRI} == "yes" -BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.4.81 +BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.4.100 .include "../../x11/libdrm/buildlink3.mk" MESA_PLATFORMS+= drm surfaceless MESON_ARGS+= -Degl=true --_----------=_158393639683800--