freebsd-ports/cad/meshlab/files
Raphael Kubo da Costa ce2719a49b Simplify Makefile and use the right flags when building.
Remove the custom do-configure and do-build target. The targets existed
because upstream's build instructions mention external.pro and
meshlab_full.pro need to be processed and built separately and Uses/qmake.mk
does not handle the multi-.pro case. do-build, however, was simply calling
${MAKE} and discarding both ${MAKE_ENV} and ${MAKE_ARGS} which, among other
things, resulted in no parallel builds and additional compiler flags like
-std=c++11 being omitted.

Instead, patch meshlab_full.pro and add external/external.pro as one of the
directory dependencies there along with the rest of the MeshLab code. Given
the way the QMake files are written in the port, this only helps a bit with
parallelism: each subdirectory is processed serially, but all files in them
can be built in parallel. Since a lot of the code is in plugin directories
with 1 or 2 files, the port still takes some time to build. The upside is
that it means external/ will always be built before the rest, which is what
we need.

As mentioned, the compiler flags in the build will change. However, I'm not
bumping PORTREVISION yet because it will come with the next commit updating
math/mpir.
2015-11-21 17:18:10 +00:00
..
patch-common_common.pro
patch-common_pluginmanager.cpp
patch-external-structuresynth-1.5-ssynth-SyntopiaCore-GLEngine-Raytracer-VoxelStepper.cpp
patch-external-structuresynth-ssynth-SyntopiaCore-GLEngine-Raytracer_VoxelStepper.cpp
patch-glu
patch-meshlab__full.pro Simplify Makefile and use the right flags when building. 2015-11-21 17:18:10 +00:00
patch-meshlab_meshlab.pro
patch-meshlabplugins-decorate_base-colorhistogram.h
patch-meshlabplugins-edit_arc3D-fillImage.cpp
patch-meshlabplugins-filter_csg-intercept.h
patch-meshlabplugins-filter_photosynth-downloader.cpp Simplify Makefile and use the right flags when building. 2015-11-21 17:18:10 +00:00
patch-meshlabplugins-filter_poisson-src_Geometry.inl
patch-meshlabserver_meshlabserver.pro
patch-shared.pri
patch-vcglib-vcg-space_deprecated_point.h
patch-vcglib-wrap-ply_plystuff.h