diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-12-18 15:28:54 +0100 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-06 15:21:13 +0100 |
| commit | 43133742348d4ba648b5a73f84c81cdc980fded8 (patch) | |
| tree | ba4dbe18219903884cdb6e9a9427acfc3b880fa3 | |
| parent | d2d3b1b37fdc7511cc36935392237a404081f8ee (diff) | |
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.
(cherry picked from commit 271f3fe6c9e633af2d11f4412ad85c8377bc2d10)
| -rw-r--r-- | cad/cura-engine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/cura-engine/Makefile b/cad/cura-engine/Makefile index eda8471a8cdd..b464b7448444 100644 --- a/cad/cura-engine/Makefile +++ b/cad/cura-engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= CuraEngine PORTVERSION= 5.7.0 -PORTREVISION= 4 +PORTREVISION= 5 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 |
