Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2025 14:37:02 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 271f3fe6c9e6 - main - cad/cura-engine: WITH_DEBUGINFO is a user feature not a port one
Message-ID:  <6944118e.39212.644db9fb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

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

commit 271f3fe6c9e633af2d11f4412ad85c8377bc2d10
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-12-18 14:28:54 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-12-18 14:36:44 +0000

    cad/cura-engine: WITH_DEBUGINFO is a user feature not a port one
    
    I have no idea what cura-engine is trying to do by adding
    WITH_DEBUGINFO, but this activate a feature which is a user defined
    feature which result in subpackages, which is not yet a stable feature.
    
    In any case this should never be set in a port.
---
 cad/cura-engine/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cad/cura-engine/Makefile b/cad/cura-engine/Makefile
index 6a06a20f0ed2..612a8cd1ea18 100644
--- a/cad/cura-engine/Makefile
+++ b/cad/cura-engine/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		CuraEngine
 PORTVERSION=		5.7.0
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=		1
 CATEGORIES=		cad
 DIST_SUBDIR=		Ultimaker
@@ -41,7 +41,7 @@ CMAKE_ARGS+=	-DUSE_SYSTEM_LIBS:BOOL=ON \
 		-DStb_FOUND:BOOL=ON \
 		-DStb_INCLUDE_DIRS=${WRKSRC}/include/stb
 LDFLAGS+=	-L${LOCALBASE}/lib
-WITH_DEBUGINFO=	1 # Will segfault if Release
+#WITH_DEBUGINFO=	1 # Will segfault if Release
 
 PLIST_FILES=	bin/CuraEngine
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6944118e.39212.644db9fb>