which aren't used as dependencies in ports. many are either old stuff,
or things used to provide backports of functionality from newer Python
base versions which were used in ports that have already been converted
to py3-only.
security support it appears this is not really the case any more
https://bugs.php.net/bug.php?id=81026
add @pkgpaths to merge pecl-* etc across
mark www/syweb broken, it was marked 7.3-only so looks like it needs more work
other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
- Switch Git repository from nmoinvaz/minizip (dead) to zlib-ng/minizip-ng.
- Enable LZMA support
Feedback and/or tests from Mark Patruck, landry@, sthen@, bket@.
OK landry@, sthen@
Innoextract used to fail to build on these archs due to undefined references at
linking time, because of the `--as-needed' linker flag. There was a powerpc
specific fix, but since then mips64 can also build innoextract.
Extend the fix by disabling optimizations on all clang+ld.bfd archs. This only
impacts mips64 now that macppc moved to ld.lld, but may be useful to sparc64
in the future if it moves to clang.
Build tested on mips64 by Yifei Zhan < openbsd () zhan ! science >, and macppc
by me (with ld.lld). There is no impact on other archs.
No objection from thfr@ (maintainer)
Comment:
decompression library for rar, tar, zip and 7z archives
Description:
(lib)unarr is a decompression library for rar, tar, zip and 7z*
archives.
It was forked from unarr to provide a proper cmake based build system
suitable for packaging and cross-platform development, but its focus has
now been extended to provide code maintenance and to continue the
development of unarr, which is no longer mantained.
Maintainer: Omar Polo <op AT omarpolo DDD com>
WWW: https://github.com/selmf/unarr/
Port from Omar Polo, ok sthen@
Major release featuring large performance improvements as well as API
changes. Changelog:
https://github.com/facebook/zstd/blob/v1.5.0/CHANGELOG.
This adds and removes some symbols in libzstd, so bump major.
OK danj@
Changelog: https://github.com/facebook/zstd/blob/v1.4.9/CHANGELOG
Visibility of symbols in shared lib has been fixed resulting in
check_sym reporting removal of several symbols. Bump shared lib
accordingly.
OK sthen@
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.