notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: benchmarks/vkmark/Makefile
SVNWeb

Number of commits found: 22

Wed, 12 Apr 2023
[ 13:24 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:ac1643e6ef4333e6ef04f68d1b718e31518aac11  commit hash:ac1643e6ef4333e6ef04f68d1b718e31518aac11  commit hash:ac1643e6ef4333e6ef04f68d1b718e31518aac11  ac1643e 
benchmarks/vkmark: update to 2017.08.36

Changes:	https://github.com/vkmark/vkmark/compare/d872846...ab6e6f3
Fri, 17 Feb 2023
[ 19:48 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:7caa50929b12534554f3461ed1063db526515f70  commit hash:7caa50929b12534554f3461ed1063db526515f70  commit hash:7caa50929b12534554f3461ed1063db526515f70  7caa509 
benchmarks/vkmark: unbreak --winsys kms by reverting a8f179d5f29c

VT_PROCESS fails with EPERM because open(2) with a terminal device
on BSDs (unlike Linux/Solaris) implies O_NOCTTY.

$ vidcontrol -s 1 </dev/ttyv0
$ vkmark
Error: Failed to set VT process control mode: Operation not permitted

This reverts commit a8f179d5f29c0392909d98f8780ae84f078e925f.
[ 17:54 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:a8f179d5f29c0392909d98f8780ae84f078e925f  commit hash:a8f179d5f29c0392909d98f8780ae84f078e925f  commit hash:a8f179d5f29c0392909d98f8780ae84f078e925f  a8f179d 
benchmarks/vkmark: unbreak without explicit --winsys after 2f23f1c7829d

$ vkmark
Error: Failed to get VT control mode: Inappropriate ioctl for device
Wed, 21 Dec 2022
[ 17:57 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2cf1c1570dbc4945051ef32639c6dae12e1d915d  commit hash:2cf1c1570dbc4945051ef32639c6dae12e1d915d  commit hash:2cf1c1570dbc4945051ef32639c6dae12e1d915d  2cf1c15 
benchmarks/vkmark: limit wayland category to WAYLAND option
Fri, 23 Sep 2022
[ 13:55 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2f23f1c7829dd48a40835c64aebab74f6350ee7e  commit hash:2f23f1c7829dd48a40835c64aebab74f6350ee7e  commit hash:2f23f1c7829dd48a40835c64aebab74f6350ee7e  2f23f1c 
benchmarks/vkmark: unbreak DRM (--winsys kms)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 19:34 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:249f65e1d4a6484dfd743da56509352f0940cc5c  commit hash:249f65e1d4a6484dfd743da56509352f0940cc5c  commit hash:249f65e1d4a6484dfd743da56509352f0940cc5c  249f65e 
multimedia/assimp: Update 5.1.5 -> 5.2.4

Also:
* simplify test-related code
* add workaround for minizip-related build breakage in new versions
[ 12:48 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:29486876225718bafb70b78f4bb811674b06f164  commit hash:29486876225718bafb70b78f4bb811674b06f164  commit hash:29486876225718bafb70b78f4bb811674b06f164  2948687  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
wayland: add more mostly leaf ports to virtual category

Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
Mon, 16 May 2022
[ 14:55 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:7e5ae25878836dfc7c6496d71f487ac562928942  commit hash:7e5ae25878836dfc7c6496d71f487ac562928942  commit hash:7e5ae25878836dfc7c6496d71f487ac562928942  7e5ae25 
benchmarks/vkmark: update to 2017.08.29

Changes:	https://github.com/vkmark/vkmark/compare/53abc4f...d872846
Thu, 12 May 2022
[ 14:42 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:c29b0277ab5c6132e30143b22b82fb371be05877  commit hash:c29b0277ab5c6132e30143b22b82fb371be05877  commit hash:c29b0277ab5c6132e30143b22b82fb371be05877  c29b027 
benchmarks/vkmark: mark BROKEN after 15d6e92d1fe4

../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;
    ^
Tue, 16 Nov 2021
[ 04:42 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:135e04d156152f2f4982527c6f7023675135fc77  commit hash:135e04d156152f2f4982527c6f7023675135fc77  commit hash:135e04d156152f2f4982527c6f7023675135fc77  135e04d  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
multimedia/assimp: Update 5.0.1 -> 5.1.0

Also:
* add the 'test' target
* update WWW
Fri, 23 Jul 2021
[ 04:10 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:431eaa481c24fe48404980ab79a8ac5d509f1bb3  commit hash:431eaa481c24fe48404980ab79a8ac5d509f1bb3  commit hash:431eaa481c24fe48404980ab79a8ac5d509f1bb3  431eaa4 
benchmarks/vkmark: unbreak after 22a85734ff71

===>   vkmark-2017.08.24_1 depends on file:
/usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1

Reported by:	pkg-fallout
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
Fri, 14 May 2021
[ 23:50 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:156537c43a62e8c700865d183cc9f14838ac6fbc  commit hash:156537c43a62e8c700865d183cc9f14838ac6fbc  commit hash:156537c43a62e8c700865d183cc9f14838ac6fbc  156537c 
benchmarks/vkmark: unbreak on non-x86 after bfcd0e437af3

===>   vkmark-2017.08.24 depends on file:
/usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1

PR:		255887
Reported by:	linimon
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 16 Mar 2021
[ 00:24 jbeich search for other commits by this committer ] Original commit   Revision:568531
benchmarks/vkmark: update to 2017.08.24

Changes:	https://github.com/vkmark/vkmark/compare/6aad03d...53abc4f
Fri, 12 Mar 2021
[ 15:55 amdmi3 search for other commits by this committer ] Original commit   Revision:568184 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Update math/glm to 0.9.9.8
Sun, 7 Mar 2021
[ 23:23 jbeich search for other commits by this committer ] Original commit   Revision:567797
benchmarks/vkmark: update to 2017.08.23

Changes:	https://github.com/vkmark/vkmark/compare/e8c0720...6aad03d
Thu, 28 Jan 2021
[ 18:48 jbeich search for other commits by this committer ] Original commit   Revision:563152
benchmarks/vkmark: expose KMS console support
Mon, 28 Dec 2020
[ 02:07 jbeich search for other commits by this committer ] Original commit   Revision:559445
benchmarks/vkmark: adjust DRM option description

Windowless can mean a window without border, so mention console.
GBM needs KMS-backed console as EFI and text mode won't work.
Simply loading DRM drivers after boot is enough.
Sun, 27 Dec 2020
[ 12:22 jbeich search for other commits by this committer ] Original commit   Revision:559353
benchmarks/vkmark: add new port

vkmark is an extensible Vulkan benchmarking suite with targeted,
configurable scenes.

https://github.com/vkmark/vkmark

Number of commits found: 22