pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

freecad: remove references to non-existent files



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Jun 22 12:17:38 2026 +0200
Changeset:	e442e32148c021dc5a2f82498110932b94fea35e

Modified Files:
	freecad/Makefile

Log Message:
freecad: remove references to non-existent files

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e442e32148c021dc5a2f82498110932b94fea35e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 freecad/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/freecad/Makefile b/freecad/Makefile
index 888a5416f1..a942a48fb1 100644
--- a/freecad/Makefile
+++ b/freecad/Makefile
@@ -56,8 +56,7 @@ SUBST_STAGE.eol=	post-extract
 SUBST_FILES.eol=	src/App/Application.cpp src/App/FreeCADInit.py src/Main/Main*.cpp src/Mod/Inspection/CMakeLists.txt
 SUBST_FILTER_CMD.eol=	${TR} -d '\r'
 
-REPLACE_PYTHON+=	src/Tools/wiki2qhelp.py src/Tools/PythonToCPP.py src/Tools/githubstats.py src/Tools/updatefromcrowdin.py src/Tools/updatecrowdin.py src/Tools/updateppa.py
-REPLACE_PYTHON+=	src/Tools/generateBase/generateModel_Module.py src/Tools/generateBase/generateDS.py
+REPLACE_PYTHON+=	src/Tools/PythonToCPP.py src/Tools/githubstats.py src/Tools/updatecrowdin.py
 REPLACE_PYTHON+=	src/Mod/Test/testmakeWireString.py src/Mod/Test/testPathArray.py src/Mod/Test/testPathArraySel.py src/Mod/Test/unittestgui.py
 REPLACE_PYTHON+=	src/Mod/Robot/MovieTool.py src/Mod/OpenSCAD/prototype.py
 REPLACE_PYTHON+=	src/Tools/freecad-thumbnailer.in


Home | Main Index | Thread Index | Old Index