git: 39e47c3905fc - 2026Q3 - graphics/opennurbs: BREAK on i386

Fernando Apesteguía <[email protected]> Tue, 04 Aug 2026 20:32:01 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <6a724c41.3f988.1a3e1038__45771.8639563367$1785875544$gmane$org@gitrepo.freebsd.org>
The branch 2026Q3 has been updated by fernape:

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

commit 39e47c3905fc38524e487ecaa24ac968ef2d2011
Author:     Fernando Apesteguía <[email protected]>
AuthorDate: 2026-07-22 15:06:39 +0000
Commit:     Fernando Apesteguía <[email protected]>
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