git: 5eb743945303 - main - graphics/drm-515-kmod: Remove i386 and aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 09:36:35 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=5eb74394530352404be32e70c489685ba31252d9 commit 5eb74394530352404be32e70c489685ba31252d9 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-09-22 09:35:40 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-09-22 09:35:40 +0000 graphics/drm-515-kmod: Remove i386 and aarch64 This isn't supported for now so stop advertising that it does. Any patches to fix this is welcome. Sponsored by: Beckhoff Automation GmbH & Co. KG --- graphics/drm-515-kmod/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/drm-515-kmod/Makefile b/graphics/drm-515-kmod/Makefile index 34551fadd91a..4083bd26b59d 100644 --- a/graphics/drm-515-kmod/Makefile +++ b/graphics/drm-515-kmod/Makefile @@ -12,8 +12,8 @@ WWW= https://github.com/freebsd/drm-kmod/ LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi -ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le -ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, i386, aarch64, and powerpc64 +ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le +ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and powerpc64 CONFLICTS_INSTALL= drm-510-kmod