| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
On powerpc64 use luajit-openresty, while main luajit port doesn't work on powerpc64.
Notes:
svn path=/head/; revision=549672
|
|
|
|
| |
Notes:
svn path=/head/; revision=549437
|
|
|
|
|
|
|
|
| |
Upstream moved to GitHub and is still accepting patches (interestingly, the
most recent commits fix building Filebench on FreeBSD).
Notes:
svn path=/head/; revision=549436
|
|
|
|
| |
Notes:
svn path=/head/; revision=549393
|
|
|
|
|
|
|
| |
While here add licenses extracted from the source files.
Notes:
svn path=/head/; revision=549392
|
|
|
|
|
|
|
| |
instead of sed(1) when adjusting log file location. No functional changes.
Notes:
svn path=/head/; revision=549074
|
|
|
|
|
|
|
|
|
|
| |
This is the last version which natively supports GNU/Linux, the later are
unfortunately Windows-only.
WWW: http://www.Geeks3D.com/GpuTest/
Notes:
svn path=/head/; revision=548874
|
|
|
|
|
|
|
| |
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
Notes:
svn path=/head/; revision=548855
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tested using poudriere on 11.3, 12.1, 13.0
PR: 249227
Reported by: Krzysztof Galazka
Approved by: build fix (blanket)
Sponsored by: Intel
Notes:
svn path=/head/; revision=548735
|
|
|
|
|
|
|
| |
Update from 9.4.x to 9.8.0
Notes:
svn path=/head/; revision=548572
|
|
|
|
|
|
|
| |
Updates from 0.11.15 -> 0.11.20
Notes:
svn path=/head/; revision=548490
|
|
|
|
|
|
|
| |
- Switch to options helpers
Notes:
svn path=/head/; revision=548097
|
|
|
|
| |
Notes:
svn path=/head/; revision=547970
|
|
|
|
|
|
|
|
|
|
| |
Use C11 compiler:
Your compiler doesn't support C11 atomics. gcc 4.9/clang 3.6 are the
minimum versions with it - perhaps your compiler is too old?
C11 atomics support not found
Notes:
svn path=/head/; revision=547439
|
|
|
|
| |
Notes:
svn path=/head/; revision=547312
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt
https://github.com/evanphx/benchmark-ips/commits/master
Notes:
svn path=/head/; revision=547101
|
|
|
|
|
|
|
|
|
|
|
| |
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176
Notes:
svn path=/head/; revision=547071
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=546128
|
|
|
|
|
|
|
|
|
| |
CPU/GPU load, and more.
WWW: https://github.com/flightlessmango/MangoHud
Notes:
svn path=/head/; revision=546066
|
|
|
|
|
|
|
|
| |
Discussed with: slavash@
Approved by: pi (implicit)
Notes:
svn path=/head/; revision=546061
|
|
|
|
| |
Notes:
svn path=/head/; revision=546026
|
|
|
|
|
|
|
|
|
| |
- Include upstream bug report for reference and tracking
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=545770
|
|
|
|
| |
Notes:
svn path=/head/; revision=545221
|
|
|
|
|
|
|
| |
Sponsored by: ESnet
Notes:
svn path=/head/; revision=545179
|
|
|
|
| |
Notes:
svn path=/head/; revision=544789
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
blogbench uses rand(3) unsafely from different threads which leads to crashes.
Use arc4random(3) instead.
Bump PORTREVISION
While here, relocate USES variable.
PR: 248420
Submitted by: sigsys@gmail.com
Approved by: jmohacsi@bsd.hu (maintainer)
MFH: 2020Q3 (runtime fix)
Notes:
svn path=/head/; revision=544699
|
|
|
|
|
|
|
| |
Changes: https://github.com/rakyll/hey/releases/tag/v0.1.4
Notes:
svn path=/head/; revision=544344
|
|
|
|
|
|
|
| |
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
Notes:
svn path=/head/; revision=544073
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835
Notes:
svn path=/head/; revision=543815
|
|
|
|
|
|
|
|
|
|
| |
The Benchmark module provides methods for benchmarking Ruby code, giving
detailed reports on the time taken for each task.
WWW: https://github.com/ruby/benchmark
Notes:
svn path=/head/; revision=543723
|
|
|
|
|
|
|
| |
Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.0.7
Notes:
svn path=/head/; revision=542921
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658
Notes:
svn path=/head/; revision=542412
|
|
|
|
|
|
|
|
|
|
|
| |
Adopt https URL
PR: 244664
Submitted by: portmaster@bsdforge.com (maintainer)
Event: July 2020 Bugathon
Notes:
svn path=/head/; revision=541996
|
|
|
|
|
|
|
|
| |
From 0.11.12 to 0.11.15.
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
Notes:
svn path=/head/; revision=541975
|
|
|
|
|
|
|
|
|
|
|
| |
Add support to get the number of CPUs on FreeBSD.
Bump PORTREVISION.
PR: 247293
Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
Notes:
svn path=/head/; revision=541217
|
|
|
|
|
|
|
| |
Sponsored by: ESnet
Notes:
svn path=/head/; revision=538413
|
|
|
|
|
|
|
| |
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
Notes:
svn path=/head/; revision=538255
|
|
|
|
|
|
|
| |
Changes: https://github.com/sharkdp/hyperfine/releases/tag/v1.10.0
Notes:
svn path=/head/; revision=538254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099
Notes:
svn path=/head/; revision=537917
|
|
|
|
| |
Notes:
svn path=/head/; revision=537580
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=537135
|
|
|
|
|
|
|
| |
uname -p is used somewhere in the build
Notes:
svn path=/head/; revision=537097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it was tagged just before the commit 06e4728 which fixed building with
Python 3.x, point GH_TAGNAME to it instead of pulling a patch)
- Drop explicit `python:build' from USES list, because `waf' implies it
- Add missing USE_XORG and put `xorg' on USES list
- For the time being, don't force C++14 while C++11 is sufficient until
the code really starts using new features (see GitHub commit a6bbc01)
PR: 246793
Submitted by: David Schlachter
Notes:
svn path=/head/; revision=536960
|
|
|
|
| |
Notes:
svn path=/head/; revision=536752
|
|
|
|
| |
Notes:
svn path=/head/; revision=536368
|
|
|
|
| |
Notes:
svn path=/head/; revision=535974
|
|
|
|
|
|
|
| |
Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt
Notes:
svn path=/head/; revision=535915
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt
https://github.com/evanphx/benchmark-ips/commits/master
Notes:
svn path=/head/; revision=533836
|
|
|
|
|
|
|
|
|
| |
PR: 245947
Submitted by: gspurki@gmail.com
Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
Notes:
svn path=/head/; revision=533763
|
|
|
|
|
|
|
|
|
|
|
| |
Disable DCCP detection to avoid build fail in 13-CURRENT (SOCK_DCCP not found)
PR: 245945
Submitted by: gspurki@gmail.com
Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
Notes:
svn path=/head/; revision=533762
|