Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2022 14:15:15 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c4813216022 - main - net-mgmt/aircrack-ng: Mark broken on i386
Message-ID:  <202206071415.257EFFau006193@gitrepo.freebsd.org>

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

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

commit 8c4813216022a5d0e00b75a184e3ce3c58a2b4c2
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-06-06 12:32:46 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-06-07 14:14:46 +0000

    net-mgmt/aircrack-ng: Mark broken on i386
    
    The port does not compile with GCC 11, which is soon to become the
    default GCC version.
    
    PR:             264364
    Reported by:    exp-run (antoine)
    Approved by:    danfe (maintainer), gerald (mentor)
---
 net-mgmt/aircrack-ng/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile
index 5273c444a7d2..40dd31bfae96 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -15,6 +15,7 @@ LICENSE_COMB=	dual
 BROKEN_aarch64=		fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major
 BROKEN_armv6=		fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major
 BROKEN_armv7=		fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major
+BROKEN_i386=		fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major
 
 USES=		autoreconf cpe dos2unix gmake libtool pkgconfig
 USE_GCC=	yes



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