vim, MacVim: Do not link with -framework PythonUsing -framework for linking is not correct, as MacPorts provides
multiple versions of Python. This would always pick up the 'port select'
version and not the one request by variants. Restore parts of the patch
for python that were errorneously removed in 00f3dc13b8 and 0dbff7850a.
Incrementing the revision as this change means that the ports might have
linked against the wrong version of pyth...
compilers portgroup: update compilers.fortran_variantscompilers.setup changes compilers.variants based on which compilers have
been chosen, but it neglected to also update compilers.fortran_variants
in the same way. This led to incorrect information being returned by at
least the fortran_variant_name proc, in the case that a variant was
requested but didn't actually exist in the port.
Fixes: https://trac.macports.org/ticket/56582
dbus: use base support for multiple startupitemsThe plists are now installed to the standard startupitem locations, so
users can use 'port load'.
Also removes the no_root and underscore variants. Both root- and
non-root-owned installations should work correctly without users having to
choose a variant, and the username can be selected consistently based on the
OS version and root privileges.
libjwt: Update to version 1.9.0Previous version was 'locked' to version 1.8.0 of upstream.
This was due to dependency support of ngx-http-auth-jwt-module,
the 'jwt' variant of the nginx port.
dbus: fix test for startupitem.installSee
https://lists.macports.org/pipermail/macports-dev/2018-June/039073.html
https://lists.macports.org/pipermail/macports-users/2018-June/045274.html
emacs-app: remove inline patchThis patch is too big, too fragile, also should be upstreamed instead.
Reference: https://github.com/macports/macports-ports/pull/1964
zstd: Don't build examples, manual, or contribThey're not installed, one of the contrib programs requires C++11, and
the Makefile doesn't correctly handle building them in parallel.
Closes: https://trac.macports.org/ticket/56603
zstd: Use MacPorts CXXFLAGS and LDFLAGSThis ensures the right C++ standard library and optimization flags are
used when building, and maximum header padding is used while linking.
See: https://trac.macports.org/ticket/56603
generaluser-soundfont: comment about worksrcdirAccidentally left out from the previous change to the port.
See: https://github.com/macports/macports-ports/pull/1978