Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2024 03:20:37 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: 9af37ca73adf - main - www/feroxbuster: Broken on i386
Message-ID:  <202405290320.44T3Kb0c060391@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=9af37ca73adf4fe1fb41b4d049b2f70ffbe750a5

commit 9af37ca73adf4fe1fb41b4d049b2f70ffbe750a5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-29 03:20:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-29 03:20:12 +0000

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

diff --git a/www/feroxbuster/Makefile b/www/feroxbuster/Makefile
index 6877f5f36b17..7b8a87ad2a94 100644
--- a/www/feroxbuster/Makefile
+++ b/www/feroxbuster/Makefile
@@ -10,6 +10,8 @@ WWW=		https://epi052.github.io/feroxbuster/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: error: undefined symbol: __atomic_is_lock_free
+
 USES=		cargo gmake perl5
 USE_PERL5=	build
 



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