Date: Fri, 9 Jul 2021 09:24:42 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b6e3bd6e7593 - main - editors/imhex: disable on powerpc Message-ID: <202107090924.1699Ogle041886@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6e3bd6e75931b3336f7bdea1160f1d5900abf40 commit b6e3bd6e75931b3336f7bdea1160f1d5900abf40 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-07-09 09:24:30 +0000 Commit: Piotr Kubaj <pkubaj@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107090924.1699Ogle041886>