Cf https://blog.rust-lang.org/2018/05/10/Rust-1.26.html
- add arm64 support, tested by phessler@
- respect MAKE_JOBS again
- use lld on i386 to support 128 bits integers
- cleanup old patches
- only build what we actually package
a noop for now until the button is pushed in php.port.mk
pear-MDB2-mysql: requires php-mysql
nedi: requires php-mysql (fixable by updating to nedi 1.6)
mapserver: https://github.com/mapserver/mapserver/issues/5252
xcache: not ported to 7.0; opcache recommended instead
ago, output from this is really very noisy.
since the build with no flags is silent, add -v as a middle ground by
defaulot, so you can see that something is happening during the build,
but without so much console spam.
ok jasper@
hung tests using the exit code of the alarm signal. Fix more clang
printf format security warnings. Fix clang time_t, rlim_t, pthread_t
printf format warnings. Fix gcc uninitialized variable and array
size warnings.
as of July 2014. (We were at an old release already as it had moved to
https://github.com/fusonic/chive/ without me noticing, it's a simple
untar-only installation anyway if anybody still wants it).
- add an assertion for unsubst for debugging (commented out)
- chomp the unsubst string so that the assertion works for full matches
- document where to add the new stuff
Comment:
archiver based on tar and lzip multimembers
Description:
Tarlz is a small and simple implementation of the tar archiver. By default
tarlz creates, lists and extracts archives in the ustar format compressed with
lzip on a per file basis. Tarlz can append files to the end of such compressed
archives.
Each tar member is compressed in its own lzip member, as well as the
end-of-file blocks. This same method works for any tar format (gnu, ustar,
posix) and is fully backward compatible with standard tar tools, which treat
the resulting multimember tar.lz archive like any other tar.lz archive.
Tarlz can create tar archives with four levels of compression granularity; per
file, per directory, appendable solid, and solid.
Maintainer: Juan Francisco Cantero Hurtado <juanfra@openbsd.org>
WWW: http://lzip.nongnu.org/tarlz.html