Commit graph

26 commits

Author SHA1 Message Date
Jan Beich
4f92879b48 benchmarks/vkmark: convert to cmake:indirect 2024-04-17 20:30:06 +02:00
Jan Beich
a0af1b764c benchmarks/vkmark: detect glm via cmake config after b35bdcd8fa
Run-time dependency glm found: NO (tried pkgconfig and cmake)
Has header "glm/glm.hpp" : YES

Reported by:	pkg-fallout
2024-03-02 08:48:29 +01:00
Muhammad Moinur Rahman
9f8f710b3e */*: Sanitize MANPREFIX for meson ports
Approved by:	portmgr
2024-01-12 23:40:48 +01:00
Jan Beich
ac1643e6ef benchmarks/vkmark: update to 2017.08.36
Changes:	d872846...ab6e6f3
2023-04-12 13:24:17 +00:00
Jan Beich
7caa50929b benchmarks/vkmark: unbreak --winsys kms by reverting a8f179d5f2
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 a8f179d5f2.
2023-02-17 19:48:45 +00:00
Jan Beich
a8f179d5f2 benchmarks/vkmark: unbreak without explicit --winsys after 2f23f1c782
$ vkmark
Error: Failed to get VT control mode: Inappropriate ioctl for device
2023-02-17 17:54:46 +00:00
Jan Beich
2cf1c1570d benchmarks/vkmark: limit wayland category to WAYLAND option 2022-12-21 17:57:13 +00:00
Jan Beich
2f23f1c782 benchmarks/vkmark: unbreak DRM (--winsys kms) 2022-09-23 13:55:44 +00:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Yuri Victorovich
249f65e1d4 multimedia/assimp: Update 5.1.5 -> 5.2.4
Also:
* simplify test-related code
* add workaround for minizip-related build breakage in new versions
2022-07-20 12:34:00 -07:00
Jan Beich
2948687622 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)
2022-07-20 12:48:14 +00:00
Jan Beich
7e5ae25878 benchmarks/vkmark: update to 2017.08.29
Changes:	53abc4f...d872846
2022-05-16 14:55:31 +00:00
Jan Beich
c29b0277ab benchmarks/vkmark: mark BROKEN after 15d6e92d1f
../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;
    ^
2022-05-12 14:42:04 +00:00
Yuri Victorovich
135e04d156 multimedia/assimp: Update 5.0.1 -> 5.1.0
Also:
* add the 'test' target
* update WWW
2021-11-15 20:42:29 -08:00
Jan Beich
431eaa481c benchmarks/vkmark: unbreak after 22a85734ff
===>   vkmark-2017.08.24_1 depends on file: /usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1

Reported by:	pkg-fallout
2021-07-23 04:10:06 +00:00
Kevin Bowling
da3162c7c9 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
2021-06-22 11:53:08 -07:00
Jan Beich
156537c43a benchmarks/vkmark: unbreak on non-x86 after bfcd0e437a
===>   vkmark-2017.08.24 depends on file: /usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1

PR:		255887
Reported by:	linimon
2021-05-14 23:50:47 +00:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jan Beich
6cd46ef665 benchmarks/vkmark: update to 2017.08.24
Changes:	6aad03d...53abc4f
2021-03-16 00:24:04 +00:00
Dmitry Marakasov
f98c6bc93b - Update math/glm to 0.9.9.8 2021-03-12 15:55:03 +00:00
Jan Beich
3fc72019c9 benchmarks/vkmark: update to 2017.08.23
Changes:	e8c0720...6aad03d
2021-03-07 23:23:41 +00:00
Jan Beich
bfcd0e437a benchmarks/vkmark: expose KMS console support 2021-01-28 18:48:24 +00:00
Jan Beich
d25deb32ea 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.
2020-12-28 02:07:34 +00:00
Jan Beich
4b79f1f039 benchmarks/vkmark: add new port
vkmark is an extensible Vulkan benchmarking suite with targeted,
configurable scenes.

https://github.com/vkmark/vkmark
2020-12-27 12:22:44 +00:00