as LIB_DEPENDS but without a WANTLIB so the runtime dep was stripped;
there are checks for it in build and knowing other things that have
used QtSvg it probably loads at runtime, so use BUILD+RUN_DEPENDS.
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.
This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -
- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.
- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.
devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
Take inspiration from debian and append -qt5 suffix to the library name
for the qt5 FLAVOR.
Split the common headers/manpages/doc into a separate subpackage, put
the library/qt files in another subpackage that depende on the latter
(and that doesnt conflict with 'the other flavor', and finally add the
correct @conflict/@pkgpath markers for proper upgrade path.
Most of the work done by rsadowski@, i just did the polishing with help
from espie@
ok rsadowski@
Went in a bulk build without fallout, and a requirement for QGIS3.
Remove the plumbing manually installing the examples, its .. awkward.
ok rsadowski@ ajacoutot@
1) filling whatis index by the whole page contents;
2) skipping lines starting with punctuation characters.
Other minor problems are fixed as well while there; patch went upstream.
input jmc@
okay jmc@, bentley@
- Remove USE_GROFF
- Remove gettext MODULE
- Remove LIB_DEPENDS line (included with qt4 MODULE)
- Fix WANTLIB
- SUBST_CMD
- Major lib bump (removed some functions)
- New pkg/README
help from and ok steven@
are primarily useful for programs with a technical background. Beside
a 2D plot widget it provides scales, sliders, dials, compasses,
thermometers, wheels and knobs to control or display values, arrays,
or ranges of type double.
help and okay steven@