Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2022 01:23:36 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 52ae210aaa64 - main - deskutils/treesheets: add issue link to NOT_FOR_ARCHS_REASON_i386
Message-ID:  <202209130123.28D1Na7C035657@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

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

commit 52ae210aaa64ab4864b7f98d6fa6bf21220736eb
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-13 01:21:45 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-13 01:23:25 +0000

    deskutils/treesheets: add issue link to NOT_FOR_ARCHS_REASON_i386
---
 deskutils/treesheets/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile
index 09644f404110..96b992c9f4f4 100644
--- a/deskutils/treesheets/Makefile
+++ b/deskutils/treesheets/Makefile
@@ -10,7 +10,7 @@ LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/ZLIB_LICENSE.txt
 
 NOT_FOR_ARCHS=	i386
-NOT_FOR_ARCHS_REASON_i386=	Fails to compile: warning: 16 enumeration values not handled in switch: 'V_MINVMTYPES' ...
+NOT_FOR_ARCHS_REASON_i386=	unsupported platform: https://github.com/aardappel/treesheets/issues/260
 
 USES=		cmake compiler:c++17-lang desktop-file-utils gettext gnome
 



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