Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2025 18:13:03 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 14ee9385494f - 2025Q1 - print/miktex: Fix NOT_FOR_ARCHS
Message-ID:  <202501261813.50QID31k003431@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by uzsolt:

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

commit 14ee9385494fbc69de3aea807b2f1544c261ae65
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2025-01-14 06:30:08 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-01-26 18:12:17 +0000

    print/miktex: Fix NOT_FOR_ARCHS
    
    The arm64 architecture is aarch64.
    
    (cherry picked from commit 7715ef59f2fd5dc19b6ee3c12b858703611f695b)
---
 print/miktex/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/print/miktex/Makefile b/print/miktex/Makefile
index 748d59328849..d19737279c29 100644
--- a/print/miktex/Makefile
+++ b/print/miktex/Makefile
@@ -24,7 +24,7 @@ LICENSE_NAME=	Multiple
 LICENSE_TEXT=	This is a collection of many independent packages and does not have a single license
 LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
-NOT_FOR_ARCHS=	arm64 armv7
+NOT_FOR_ARCHS=	aarch64 armv7
 NOT_FOR_ARCHS_REASON=	Programs/TeXAndFriends/Knuth/web/tangle.p:1: parse error before `รป'
 
 LIB_DEPENDS=	libapr-1.so:devel/apr1 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501261813.50QID31k003431>