svn commit: r537878 - head/graphics/libdrm

Emmanuel Vadot manu at FreeBSD.org
Thu Jun 4 09:36:39 UTC 2020


Author: manu
Date: Thu Jun  4 09:36:38 2020
New Revision: 537878
URL: https://svnweb.freebsd.org/changeset/ports/537878

Log:
  libdrm: Fix build on GCC based arch
  
  PR:		246969
  Reported by:	pkubaj

Modified:
  head/graphics/libdrm/Makefile
  head/graphics/libdrm/distinfo

Modified: head/graphics/libdrm/Makefile
==============================================================================
--- head/graphics/libdrm/Makefile	Thu Jun  4 09:32:53 2020	(r537877)
+++ head/graphics/libdrm/Makefile	Thu Jun  4 09:36:38 2020	(r537878)
@@ -10,6 +10,9 @@ MASTER_SITES=	https://dri.freedesktop.org/libdrm/
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Userspace interface to kernel Direct Rendering Module services
 
+PATCH_SITES=	https://gitlab.freedesktop.org/manu/drm/-/commit/
+PATCHFILES+=	e41ca0a00f88ef8.diff:-p1
+
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs

Modified: head/graphics/libdrm/distinfo
==============================================================================
--- head/graphics/libdrm/distinfo	Thu Jun  4 09:32:53 2020	(r537877)
+++ head/graphics/libdrm/distinfo	Thu Jun  4 09:36:38 2020	(r537878)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1590568351
+TIMESTAMP = 1591262087
 SHA256 (libdrm-2.4.102.tar.xz) = 8bcbf9336c28e393d76c1f16d7e79e394a7fce8a2e929d52d3ad7ad8525ba05b
 SIZE (libdrm-2.4.102.tar.xz) = 408844
+SHA256 (e41ca0a00f88ef8.diff) = c43ecbc53a8d1ea5ecab410921bfa1a37dd64a62c1d29d88bcf97381abca8750
+SIZE (e41ca0a00f88ef8.diff) = 356


More information about the svn-ports-head mailing list