git: 1c02555442ed - main - graphics/libdrm: Update to 2.4.107
Emmanuel Vadot
manu at FreeBSD.org
Tue Jul 20 07:37:39 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1c02555442edf5e255e65af6aa72e579987481d7
commit 1c02555442edf5e255e65af6aa72e579987481d7
Author: Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-07-02 14:16:16 +0000
Commit: Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-07-20 07:35:40 +0000
graphics/libdrm: Update to 2.4.107
This also adds libdrm_radeon for armv7 as we need a DRI driver for
mesa (swrast is only an gallium driver now).
Release notes: https://lists.freedesktop.org/archives/dri-devel/2021-July/313594.html
Differential Revision: https://reviews.freebsd.org/D31003
Reviewed by: kbowling, zeising
---
graphics/libdrm/Makefile | 4 ++--
graphics/libdrm/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile
index d2a43fe82422..529c73c134fc 100644
--- a/graphics/libdrm/Makefile
+++ b/graphics/libdrm/Makefile
@@ -1,7 +1,7 @@
# Created by: lesi at FreeBSD.org
PORTNAME= libdrm
-PORTVERSION= 2.4.106
+PORTVERSION= 2.4.107
PORTEPOCH= 1
CATEGORIES= graphics x11
MASTER_SITES= https://dri.freedesktop.org/libdrm/
@@ -78,7 +78,7 @@ PLIST_SUB+= VMWGFX_DRIVERS="@comment "
PLIST_SUB+= ARM_DRIVERS=""
PLIST_SUB+= INTEL_DRIVER="@comment "
PLIST_SUB+= NOUVEAU_DRIVER="@comment "
-PLIST_SUB+= RADEON_DRIVERS="@comment "
+PLIST_SUB+= RADEON_DRIVERS=""
PLIST_SUB+= VMWGFX_DRIVERS="@comment "
.else
PLIST_SUB+= ARM_DRIVERS="@comment "
diff --git a/graphics/libdrm/distinfo b/graphics/libdrm/distinfo
index 55e17c2e1032..2fbe923b3904 100644
--- a/graphics/libdrm/distinfo
+++ b/graphics/libdrm/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1621309347
-SHA256 (libdrm-2.4.106.tar.xz) = 92d8ac54429b171e087e61c2894dc5399fe6a549b1fbba09fa6a3cb9d4e57bd4
-SIZE (libdrm-2.4.106.tar.xz) = 418176
+TIMESTAMP = 1625235316
+SHA256 (libdrm-2.4.107.tar.xz) = c554cef03b033636a975543eab363cc19081cb464595d3da1ec129f87370f888
+SIZE (libdrm-2.4.107.tar.xz) = 425612
SHA256 (e41ca0a00f88ef8.patch) = ad3ae7b964f226c05ceb8e3628a084aa9f1631f552f8957aed57fa6298cb8a5f
SIZE (e41ca0a00f88ef8.patch) = 789
More information about the dev-commits-ports-all
mailing list