2025-10-01T20:10:48-0700 Andrew Hewus Fresh <[email protected]>: > 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 [email protected]:/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
sanitizers-cmake.tar.gz
Description: application/tar-gz
