svn commit: r527007 - head/x11-drivers/xf86-video-ati-legacy

Niclas Zeising zeising at freebsd.org
Mon Feb 24 19:25:09 UTC 2020


Yeah, the comments are quite broken.  I'll try to remember to update 
them when I touch the port next time.
Thank you!
Regards
Niclas

On 2020-02-24 18:57, Piotr Kubaj wrote:
> "KMS is required and currently only available on x86" <- this is also wrong with linuxkpi working on powerpc64.
> 
> On 20-02-24 18:54:01, Piotr Kubaj wrote:
>> Since this caught my eye:
>> # No Radeon kernel driver on non-x86 and PC98.
>>
>> PC98 is now not supported and Radeon kernel driver works on powerpc64, which is non-x86.
>>
>> On 20-02-24 17:48:48, Niclas Zeising wrote:
>>> Author: zeising
>>> Date: Mon Feb 24 17:48:48 2020
>>> New Revision: 527007
>>> URL: https://svnweb.freebsd.org/changeset/ports/527007
>>>
>>> Log:
>>>    x11-drivers/xf86-video-ati-legacy: Mark broken
>>>    
>>>    xf86-video-ati-legacy does not currently build with xorg-server 1.20.7.
>>>    A patch to fix the build is available here,
>>>    https://reviews.freebsd.org/D23817 , but it needs more testing.
>>>    Mark this port as broken while the issues are being sorted out, to avoid
>>>    confusion and messages from the build cluster.
>>>
>>> Modified:
>>>    head/x11-drivers/xf86-video-ati-legacy/Makefile
>>>
>>> Modified: head/x11-drivers/xf86-video-ati-legacy/Makefile
>>> ==============================================================================
>>> --- head/x11-drivers/xf86-video-ati-legacy/Makefile	Mon Feb 24 17:40:42 2020	(r527006)
>>> +++ head/x11-drivers/xf86-video-ati-legacy/Makefile	Mon Feb 24 17:48:48 2020	(r527007)
>>> @@ -13,6 +13,8 @@ COMMENT=	X.Org ati display driver
>>>   LICENSE=	MIT
>>>   LICENSE_FILE=	${WRKSRC}/COPYING
>>>   
>>> +BROKEN=		does not build with xorg-server 1.20.7
>>> +
>>>   # No Radeon kernel driver on non-x86 and PC98.
>>>   ONLY_FOR_ARCHS=		amd64 i386 powerpc64
>>>   ONLY_FOR_ARCHS_REASON=	KMS is required and currently only available on x86
> 
> 


-- 
Niclas Zeising


More information about the svn-ports-all mailing list