Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2026 01:22:53 +0000
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dffc5e0589da - main - x11-drivers/xlibre-xf86-video-ast: Only for amd64 and i386
Message-ID:  <6997b76d.429ba.43bccfcd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dffc5e0589da370ca421503abb11340eda97391a

commit dffc5e0589da370ca421503abb11340eda97391a
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2026-02-20 01:19:37 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2026-02-20 01:19:37 +0000

    x11-drivers/xlibre-xf86-video-ast: Only for amd64 and i386
    
    - Bump PORTREVISION
    
    With hat:       xlibre
---
 x11-drivers/xlibre-xf86-video-ast/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-drivers/xlibre-xf86-video-ast/Makefile b/x11-drivers/xlibre-xf86-video-ast/Makefile
index 31458bf0c2a9..8c15c994e969 100644
--- a/x11-drivers/xlibre-xf86-video-ast/Makefile
+++ b/x11-drivers/xlibre-xf86-video-ast/Makefile
@@ -1,11 +1,14 @@
 PORTNAME=	xlibre-xf86-video-ast
 PORTVERSION=	25.0.0
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	b-aazbsd@proton.me
 COMMENT=	XLibre ASPEED display driver
 WWW=		https://github.com/X11Libre/xf86-video-ast/
 
+ONLY_FOR_ARCHS=	amd64 i386
+
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6997b76d.429ba.43bccfcd>