git: b6e3bd6e7593 - main - editors/imhex: disable on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Jul 9 09:24:42 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b6e3bd6e75931b3336f7bdea1160f1d5900abf40
commit b6e3bd6e75931b3336f7bdea1160f1d5900abf40
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-07-09 09:24:30 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-07-09 09:24:30 +0000
editors/imhex: disable on powerpc
Same issue as on i386.
---
editors/imhex/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/editors/imhex/Makefile b/editors/imhex/Makefile
index 94b7eea17552..455822232b26 100644
--- a/editors/imhex/Makefile
+++ b/editors/imhex/Makefile
@@ -12,7 +12,7 @@ COMMENT= Hex editor for reverse engineers and programmers
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS= i386 powerpc
NOT_FOR_ARCHS_REASON= __uint128_t and __int128_t are not supported
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
btzy-nativefiledialog-extended-${GH_TAG_NATIVEFILEDIALOG}_GH0${EXTRACT_SUFX} \
More information about the dev-commits-ports-all
mailing list