git: 4e00003e6eef - main - print/miktex: Fails on arm architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Dec 2024 05:20:32 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e00003e6eef510ae67eddc6813400f0165e0a27 commit 4e00003e6eef510ae67eddc6813400f0165e0a27 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-12-20 05:18:44 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-12-20 05:20:23 +0000 print/miktex: Fails on arm architectures Introduce NOT_FOR_ARCHS variable because: /wrkdirs/usr/ports/print/miktex/work/.build/Programs/TeXAndFriends/Knuth/web/tangle.p:1: parse error before `û' --- print/miktex/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/print/miktex/Makefile b/print/miktex/Makefile index 7caf5304394b..748d59328849 100644 --- a/print/miktex/Makefile +++ b/print/miktex/Makefile @@ -24,6 +24,9 @@ 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_REASON= Programs/TeXAndFriends/Knuth/web/tangle.p:1: parse error before `û' + LIB_DEPENDS= libapr-1.so:devel/apr1 \ libboost_locale.so:devel/boost-libs \ libcurl.so:ftp/curl \