Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 13:47:37 +0000
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ed6507638548 - main - net-mgmt/iprange: Mark as IGNORE on i386
Message-ID:  <69ef68f9.363c6.6f2bdee@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by garga:

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

commit ed6507638548c8e97b24cd3f4f28f2c887a7ae96
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2026-04-27 13:46:04 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2026-04-27 13:46:04 +0000

    net-mgmt/iprange: Mark as IGNORE on i386
    
    IPv6 support was added on version 2.0 and requires __uint128_t.  There
    is no configure option to disable IPv6 so lets stop building on that
    platform.
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 net-mgmt/iprange/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-mgmt/iprange/Makefile b/net-mgmt/iprange/Makefile
index e9500b2a742c..c25b60bdf246 100644
--- a/net-mgmt/iprange/Makefile
+++ b/net-mgmt/iprange/Makefile
@@ -12,6 +12,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		tar:xz
 
+IGNORE_i386=	__uint128_t is not available on i386 and is required for mandatory IPv6 support
+
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef68f9.363c6.6f2bdee>