- Elaborate two comments about why we are renaming the scripts
- Consistently pad the paragraph heading from its body text in
the provided license file
Extreme performance and stability test for PC hardware: video card,
power supply, cooling system. Also includes interactive experience
in a beautiful, detailed environment.
This is the fifth and the latest Unigine benchmark featured in our
Ports Collection.
PR: 240041
High-performance load testing tool
Features
- Protocol Agnostic - Currently supporting HTTP, HTTPS, HTTP/2.
- Scenario-Based - Create your flow in a JSON file. Without a line of code!
- Different Load Types - Test your system's limits across different load types.
WWW: https://github.com/ddosify/ddosify
PR: 264321
The port has USE_GCC=yes and SSL option breaks the build on i386
architecture with GCC 11, which is soon to become the default GCC
version.
PR: 264368
Reported by: exp-run (antoine)
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D35361
While here, mute the compiler when it is being called inside the
GNU make's $(shell ...) context: these errors do not cause build
failures (they are not propagated to the caller) but can confuse
careless readers of the build log.
PR: 260625
../src/vkutil/pipeline_builder.cpp:204:12: error: no matching constructor for initialization of 'ManagedResource<vk::Pipeline>'
return ManagedResource<vk::Pipeline>{
^ ~
../src/managed_resource.h:34:5: note: candidate constructor not viable: no known conversion from 'ResultValue<vk::Pipeline>' to 'vk::Pipeline' for 1st argument
ManagedResource(T&& raw, Destructor&& destructor)
^
../src/managed_resource.h:40:5: note: candidate constructor not viable: requires single argument 'rhs', but 2 arguments were provided
ManagedResource(ManagedResource&& rhs)
^
../src/managed_resource.h:28:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct ManagedResource
^
../src/managed_resource.h:32:5: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
ManagedResource() = default;
^
Increase array test sizes and reps to wash out sampling error on modern
hardware, where run times were becoming too short and inconsistent.
A few other minor enhancements
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit)