Also:
- use fallback code for gethostbyaddr_r() that we don't support, it
fixes !clang archs build
- remove MS-DOS line endings for files needing to be patched
OK thfr@ (maintainer), kmos@, jca@, hints and OK tb@
- don't install six.py, turns out there's a cmake config knob for that
- drop misplaced, @commented out header
- add @so and @static-lib markers
Don't use DEBUG_PACKAGES for now, as the size increase of ${WRKBUILD} is
huge. I tried to use -gline-tables-only (I think?) as advised by kmos@
but the size of the resulting non-debug packages increased. To be
revisited...
- trim directories in got remove -R (tracey)
- prevent commits from being listed more than once in a histedit script
- fix histedit 'rebase commit ID mismatch' error when splitting a commit
- be helpful when users try to check out work trees without a known branch
- map 'tog path' to 'tog log path' if possible (requested by mpi)
- when "bad path" errors occur always show the path in question
- show merged commit ID upon merge conflict during rebase and histedit
Changelog available at:
https://raw.githubusercontent.com/open-mpi/ompi/v4.0.x/NEWS
GDS patches have been merged upstream to the embedded PMIx component and the
config logic was subsequently fixed (hash remains the only working GDS).
Bump SHARED_LIBS where necessary.
The free DB-IP IP to Country and IP to City Lite databases are a subset of
the IP to Location databases with reduced coverage and accuracy distributed
under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
These databases are provided in MMDB format which can be directly consumed
with net/libmaxminddb.
OK jca@
detect when a port moved to base, from espie@. make use of this for
libelf.so.*/libepoxy.so.* removing the need to chase version number
updates.
prompted by a question from jsg@.
Includes a bodge to avoid an autoconf namespace problem that has since
been fixed upstream, I added a comment reminding to remove it after the
port is next updated.