Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2022 20:35:22 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f799f713c2ed - main - devel/easy-profiler: Broken on i386
Message-ID:  <202206222035.25MKZMcw047207@gitrepo.freebsd.org>

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

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

commit f799f713c2edc561cd830aab0e71757aebc203cc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-22 20:34:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-22 20:35:19 +0000

    devel/easy-profiler: Broken on i386
    
    Reported by:    fallout
---
 devel/easy-profiler/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/easy-profiler/Makefile b/devel/easy-profiler/Makefile
index 5136bfef2bcc..fbacd4520e06 100644
--- a/devel/easy-profiler/Makefile
+++ b/devel/easy-profiler/Makefile
@@ -12,6 +12,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_APACHE20=	${WRKSRC}/easy_profiler_core/LICENSE.APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/easy_profiler_core/LICENSE.MIT
 
+BROKEN_i386=	see https://github.com/yse/easy_profiler/issues/202
+
 USES=		cmake compiler:c++11-lang qt:5
 USE_QT=		core gui widgets buildtools_build qmake_build
 



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