Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 20:32:01 +0000
From:      Fernando Apeste=?utf-8?Q?gu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 39e47c3905fc - 2026Q3 - graphics/opennurbs: BREAK on i386
Message-ID:  <6a724c41.3f988.1a3e1038@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q3 has been updated by fernape:

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

commit 39e47c3905fc38524e487ecaa24ac968ef2d2011
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2026-07-22 15:06:39 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2026-08-04 20:31:31 +0000

    graphics/opennurbs: BREAK on i386
    
    Redefinition of constructor due to time_t - int type definition.
    
    (cherry picked from commit 1b4a1ab87084e5881d82791e46d7d6597dc3d92d)
---
 graphics/opennurbs/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile
index 55c7b3b58f3a..4eb18f354792 100644
--- a/graphics/opennurbs/Makefile
+++ b/graphics/opennurbs/Makefile
@@ -11,15 +11,19 @@ WWW=		http://opennurbs.org/
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	mcneel
+BROKEN_i386	= error: constructor cannot be redeclared
 
 LIB_DEPENDS=	libuuid.so:misc/libuuid
 
 USES=		cmake compiler:c++17-lang iconv:build localbase
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	mcneel
+
+USE_LDCONFIG=	yes
+
 CFLAGS+=	-DON_COMPILER_CLANG	\
 		-DON_SIZEOF_WCHAR_T=4
-USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	EXAMPLES
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a724c41.3f988.1a3e1038>