From: Johannes Thyssen Tishman Subject: Re: [NEW] devel/sanitizers-cmake 2024.07.24 (cad/openscad dependency 4/4) To: Andrew Hewus Fresh Cc: ports@openbsd.org Date: Tue, 25 Nov 2025 13:02:52 +0000 2025-10-01T20:10:48-0700 Andrew Hewus Fresh : > This is a requirement of OpenSCAD now, needed to update to a working nightly. > > sanitizers-cmake is weird, they don't do releases I guess, > not sure how best to handle that. > Would it be better to embed it in the new openscad port the way I am > doing MCAD? > > You an also see it on my cvsweb or anoncvs checkout: > > https://cvs.afresh1.com/cgi-bin/cvsweb/mystuff-openscad/ > > $ cvs -d anoncvs@cvs.afresh1.com:/cvs co mystuff-openscad > > Comments, OK to import? > > > > CMake module to enable sanitizers for binary targets. > This is also ok jtt@ with the empty line at the beginning of the Makefile removed and with MIT license instead of Apache-2.0 (see diff below). Updated port attached. diff -rup /tmp/sanitizers-cmake/Makefile sanitizers-cmake/Makefile --- /tmp/sanitizers-cmake/Makefile Thu Oct 2 04:07:34 2025 +++ sanitizers-cmake/Makefile Tue Nov 25 13:56:59 2025 @@ -1,4 +1,3 @@ - # The V is the date of the GH_COMMIT V = 2024.07.24 DISTNAME = ${GH_PROJECT}-${V} @@ -10,7 +9,7 @@ GH_COMMIT = 0573e2ea8651b9bb3083f193c41eb086497cc80a CATEGORIES = devel -# Apache-2.0 license +# MIT PERMIT_PACKAGE = Yes MODULES = devel/cmake