git: 8c4813216022 - main - net-mgmt/aircrack-ng: Mark broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jun 2022 14:15:15 UTC
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