Package: freecad / 0.18.4+dfsg1-1
Metadata
Package | Version | Patches format |
---|---|---|
freecad | 0.18.4+dfsg1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix fem tests.patch | (download) |
src/Mod/Fem/Init.py |
2 1 + 1 - 0 ! |
don't try to read commented out test file which is causing a test loader failure |
set_about_freecad.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
display the patch release version 0.18.4 throughout the application |
fix_gcc8_ftbfs.patch | (download) |
src/3rdParty/salomesmesh/inc/SMDS_MeshElement.hxx |
4 2 + 2 - 0 ! |
fixes gcc8 ftbfs due to included copy of smesh. |
fix_armel_FTBFS.patch | (download) |
src/3rdParty/salomesmesh/inc/Rn.h |
196 98 + 98 - 0 ! |
fix compilation on armel due to coincident variables in sys/ucontext.h (R2, R3, R4). Thanks to Paul Brook <paul@codesourcery.com> http://lists.alioth.debian.org/pipermail/debian-science-maintainers/2011-October/009876.html |
fix cmake extra license.patch | (download) |
src/Mod/Idf/CMakeLists.txt |
2 1 + 1 - 0 ! |
don't include extra license file in package |
do_not_install_binary_examples.patch | (download) |
CMakeLists.txt |
1 0 + 1 - 0 ! |
do not include binary examples excluded via d/copyright |
exclude_ply.patch | (download) |
src/Mod/OpenSCAD/CMakeLists.txt |
8 1 + 7 - 0 ! |
exclude ply from build-sources, use packaged version |
disable_memory_check.patch | (download) |
src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp |
58 1 + 57 - 0 ! |
disable memory-check in smds because sysinfo.h is not working on BSD-systems and causes FTBFS. It is better to disable it only on BSD-platforms. Or use http://code.google.com/p/sysinfo-bsd/source/browse/sysinfo.c for them. |
remove_doc files.patch | (download) |
src/Doc/CMakeLists.txt |
36 18 + 18 - 0 ! |
remove documentation, which was shipped as binary |