Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2017 14:29:02 +0000 (UTC)
From:      Matthew Rezny <rezny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434213 - in head/graphics/libdrm: . files
Message-ID:  <201702161429.v1GET2vF057118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rezny
Date: Thu Feb 16 14:29:02 2017
New Revision: 434213
URL: https://svnweb.freebsd.org/changeset/ports/434213

Log:
  Remove a patch from libdrm that caused it to always claim kms is available.
  This change allows xf86-video-intel to know it should try to load i915kms.
  
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9624

Deleted:
  head/graphics/libdrm/files/patch-xf86drmMode.c
Modified:
  head/graphics/libdrm/Makefile

Modified: head/graphics/libdrm/Makefile
==============================================================================
--- head/graphics/libdrm/Makefile	Thu Feb 16 14:25:46 2017	(r434212)
+++ head/graphics/libdrm/Makefile	Thu Feb 16 14:29:02 2017	(r434213)
@@ -4,6 +4,7 @@
 PORTNAME=	libdrm
 PORTVERSION=	2.4.75
 PORTEPOCH=	1
+PORTREVISION=	1
 CATEGORIES=	graphics x11
 MASTER_SITES=	http://dri.freedesktop.org/libdrm/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702161429.v1GET2vF057118>