Created attachment 177048 [details] correct ARCH restriction for xf86-video-vmware The recent test run on aarch64 resulted in seemingly random application of either ONLY_FOR_ARCHES or BROKEN_aarch64. In the case of the video driver for VMware guests, which can only possibly be x86, ONLY_FOR_ARCHES= amd64 i386 is clearly the correct choice. Ironically, the other xf86-video- ports caught in this run were marked as only for x86, even though they are for PCI cards which surely could have been plugged into non-x86 machines.
Created attachment 177240 [details] update xf86-video-vmware to 13.2.1 Update xf86-video-vmware to 13.2.1, which is compatible with xorg-server 1.19. QA: stage-qa and check-orphans are clean on 11 amd64
*** This bug has been marked as a duplicate of bug 215005 ***
This PR was not a duplicate considering it was opened first and the other was incomplete. This PR started with the purpose of correcting the ARCH restriction on this port and then turned into a version update PR when there was a new release. The other PR, which should have been the one marked as duplicate, was opened more than a week after the version update was added to this PR. Since the other PR, which was only a version bump, was committed instead, this PR continues to stand for it's original purpose of correcting the ARCH restriction.
Created attachment 179113 [details] correct ARCH restriction in xf86-video-vmware Set ONLY_FOR_ARCHS=i386 amd64 instead of BROKEN_aarch64 and remove USE_XORG items that are redundant in the presence of XORG_CAT=driver.