Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2019 18:05:03 +0100
From:      Niclas Zeising <zeising+freebsd@daemonic.se>
To:        sgk@troutmask.apl.washington.edu, freebsd-current@freebsd.org, freebsd-ports@freebsd.org, freebsd-x11@freebsd.org
Subject:   Re: drm2 removed?
Message-ID:  <e65fc614-3723-bcce-ef34-c1e24b09e4b5@daemonic.se>
In-Reply-To: <20190211162020.GA41438@troutmask.apl.washington.edu>
References:  <20190211161205.GB41262@troutmask.apl.washington.edu> <20190211162020.GA41438@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------96EE4439F12F7EC06E6BB24F
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

On 2/11/19 5:20 PM, Steve Kargl wrote:
> On Mon, Feb 11, 2019 at 08:12:05AM -0800, Steve Kargl wrote:
>> Anyone have any idea which recent change broke the
>> drm-legacy-kmod port.  This is why I raised an issue
>> with removal of drm2 from src/sys.  How is suppose
>> to be fixed?
>>
> 
> It was r343567.  The merging of PAE and NO PAE pmap.h
> by kib removed all of the missing macros. :(
> 

Can you give attached patch a spin?
Thanks!
Regards
-- 
Niclas

--------------96EE4439F12F7EC06E6BB24F
Content-Type: text/x-patch;
 name="ports.graphics.drm-legacy-kmod.20190211.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="ports.graphics.drm-legacy-kmod.20190211.diff"

Index: graphics/drm-legacy-kmod/Makefile
===================================================================
--- graphics/drm-legacy-kmod/Makefile	(revision 492695)
+++ graphics/drm-legacy-kmod/Makefile	(working copy)
@@ -22,7 +22,7 @@
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeBSDDesktop
 GH_PROJECT=	drm-legacy
-GH_TAGNAME=	50ea058
+GH_TAGNAME=	1550ba3
 
 .include <bsd.port.options.mk>
 
Index: graphics/drm-legacy-kmod/distinfo
===================================================================
--- graphics/drm-legacy-kmod/distinfo	(revision 492695)
+++ graphics/drm-legacy-kmod/distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548274203
-SHA256 (FreeBSDDesktop-drm-legacy-g20190109-50ea058_GH0.tar.gz) = aec43a977d644c65cd1a59297d6d6fd0a8df085932ebc7e2feb1af0823d4fbfe
-SIZE (FreeBSDDesktop-drm-legacy-g20190109-50ea058_GH0.tar.gz) = 1676264
+TIMESTAMP = 1549903495
+SHA256 (FreeBSDDesktop-drm-legacy-g20190109-1550ba3_GH0.tar.gz) = 2922cd4a12594a3e431dd2eaac2780957ee6285fc0fc7eb6484d32e051c199a4
+SIZE (FreeBSDDesktop-drm-legacy-g20190109-1550ba3_GH0.tar.gz) = 1675960

--------------96EE4439F12F7EC06E6BB24F--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e65fc614-3723-bcce-ef34-c1e24b09e4b5>