definition. Shadow the stdio prototype with a macro and undef it after
including stdio.h
Convert port to the USES framework
Regenerate the patch-Make.pthread file using makepatch
PR: 201444
Submitted by: winston@ml1.net (maintainer)
Changes:
- Manpages updates
- Add a random delay to pkg-audit when invoked without a TTY
- Update zsh completion
- Add a new AUTOCLEAN option to automatically clean the cache directory
- Don't attempt to set file ownership when INSTALL_AS_USER is set
- Add a new configuration item to define custom HTTP User-Agent
- Fix an integer overflow when displaying package size for packages larger than
2GiB.
- Initial support for flexible dependencies
- Allow to specify dependencies without hardcoded versions
Changes:
- Manpages updates
- Add a random delay to pkg-audit when invoked without a TTY
- Update zsh completion
- Add a new AUTOCLEAN option to automatically clean the cache directory
- Don't attempt to set file ownership when INSTALL_AS_USER is set
- Add a new configuration item to define custom HTTP User-Agent
- Fix an integer overflow when displaying package size for packages larger than 2GiB.
Add dconf as a run dependancy. So liferea can safe it settings, in non-gnome
based DE's. [2]
PR: 201555 [1]
Submitted by: Olivierd@ [1], Serpent7776 (ports@ ML) [2]
This has failed on me twice so far in a multi-job build. In the last
case, the dvtm program was being constructed before the dvtm.o object
was built, so it's a problem with the makefile.
On FreeBSD clusters, this won't build (but it builds on my machine)
On DragonFly, the two removed TypeTrait.h patches are still required
(apparently this is a gcc thing, clang was happy enough without them)
Upstream is aware and working on it.
I may change this to BROKEN_FreeBSD when the missing patches are returned.
Trace is a low-overhead tracing tool for PHP.
It can trace all PHP execution, function calls, request information during
run-time. And provides features like Filter, Statistics, Current Status and
so on.
It is very useful to locate blocking, heavy-load problems and debug in all
environments, especially in production environments.
WWW: https://pecl.php.net/package/trace
PR: 200363
Submitted by: Gasol Wu <gasol.wu@gmail.com>
This fixes builds on FreeBSD versions without native iconv.
This had been lost due to changes in the Ice code structure
(iconv support moved from Ice to IceUtil).
Approved by: mentors (implicit)