notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: benchmarks/vkmark/Makefile

Number of commits found: 24

Saturday, 2 Mar 2024
07:48 Jan Beich (jbeich) search for other commits by this committer
benchmarks/vkmark: detect glm via cmake config after b35bdcd8fa50

Run-time dependency glm found: NO (tried pkgconfig and cmake)
Has header "glm/glm.hpp" : YES

Reported by:	pkg-fallout
commit hash: a0af1b764cbaee9a6b851db85b4b142787b1536b commit hash: a0af1b764cbaee9a6b851db85b4b142787b1536b commit hash: a0af1b764cbaee9a6b851db85b4b142787b1536b commit hash: a0af1b764cbaee9a6b851db85b4b142787b1536b a0af1b7
Friday, 12 Jan 2024
22:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

Approved by:	portmgr
commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 9f8f710
Wednesday, 12 Apr 2023
13:24 Jan Beich (jbeich) search for other commits by this committer
benchmarks/vkmark: update to 2017.08.36

Changes:	https://github.com/vkmark/vkmark/compare/d872846...ab6e6f3
commit hash: ac1643e6ef4333e6ef04f68d1b718e31518aac11 commit hash: ac1643e6ef4333e6ef04f68d1b718e31518aac11 commit hash: ac1643e6ef4333e6ef04f68d1b718e31518aac11 commit hash: ac1643e6ef4333e6ef04f68d1b718e31518aac11 ac1643e
Friday, 17 Feb 2023
19:48 Jan Beich (jbeich) search for other commits by this committer
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.
commit hash: 7caa50929b12534554f3461ed1063db526515f70 commit hash: 7caa50929b12534554f3461ed1063db526515f70 commit hash: 7caa50929b12534554f3461ed1063db526515f70 commit hash: 7caa50929b12534554f3461ed1063db526515f70 7caa509
17:54 Jan Beich (jbeich) search for other commits by this committer
benchmarks/vkmark: unbreak without explicit --winsys after 2f23f1c7829d

$ vkmark
Error: Failed to get VT control mode: Inappropriate ioctl for device
commit hash: a8f179d5f29c0392909d98f8780ae84f078e925f commit hash: a8f179d5f29c0392909d98f8780ae84f078e925f commit hash: a8f179d5f29c0392909d98f8780ae84f078e925f commit hash: a8f179d5f29c0392909d98f8780ae84f078e925f a8f179d
Wednesday, 21 Dec 2022
17:57 Jan Beich (jbeich) search for other commits by this committer
benchmarks/vkmark: limit wayland category to WAYLAND option
commit hash: 2cf1c1570dbc4945051ef32639c6dae12e1d915d commit hash: 2cf1c1570dbc4945051ef32639c6dae12e1d915d commit hash: 2cf1c1570dbc4945051ef32639c6dae12e1d915d commit hash: 2cf1c1570dbc4945051ef32639c6dae12e1d915d 2cf1c15
Friday, 23 Sep 2022
13:55 Jan Beich (jbeich) search for other commits by this committer
benchmarks/vkmark: unbreak DRM (--winsys kms)
commit hash: 2f23f1c7829dd48a40835c64aebab74f6350ee7e commit hash: 2f23f1c7829dd48a40835c64aebab74f6350ee7e commit hash: 2f23f1c7829dd48a40835c64aebab74f6350ee7e commit hash: 2f23f1c7829dd48a40835c64aebab74f6350ee7e 2f23f1c
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
19:34 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/assimp: Update 5.1.5 -> 5.2.4

Also:
* simplify test-related code
* add workaround for minizip-related build breakage in new versions
commit hash: 249f65e1d4a6484dfd743da56509352f0940cc5c commit hash: 249f65e1d4a6484dfd743da56509352f0940cc5c commit hash: 249f65e1d4a6484dfd743da56509352f0940cc5c commit hash: 249f65e1d4a6484dfd743da56509352f0940cc5c 249f65e
12:48 Jan Beich (jbeich) search for other commits by this committer
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)
commit hash: 29486876225718bafb70b78f4bb811674b06f164 commit hash: 29486876225718bafb70b78f4bb811674b06f164 commit hash: 29486876225718bafb70b78f4bb811674b06f164 commit hash: 29486876225718bafb70b78f4bb811674b06f164 2948687
Monday, 16 May 2022
14:55 Jan Beich (jbeich) search for other commits by this committer
benchmarks/vkmark: update to 2017.08.29

Changes:	https://github.com/vkmark/vkmark/compare/53abc4f...d872846
commit hash: 7e5ae25878836dfc7c6496d71f487ac562928942 commit hash: 7e5ae25878836dfc7c6496d71f487ac562928942 commit hash: 7e5ae25878836dfc7c6496d71f487ac562928942 commit hash: 7e5ae25878836dfc7c6496d71f487ac562928942 7e5ae25
Thursday, 12 May 2022
14:42 Jan Beich (jbeich) search for other commits by this committer
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;
    ^
commit hash: c29b0277ab5c6132e30143b22b82fb371be05877 commit hash: c29b0277ab5c6132e30143b22b82fb371be05877 commit hash: c29b0277ab5c6132e30143b22b82fb371be05877 commit hash: c29b0277ab5c6132e30143b22b82fb371be05877 c29b027
Tuesday, 16 Nov 2021
04:42 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/assimp: Update 5.0.1 -> 5.1.0

Also:
* add the 'test' target
* update WWW
commit hash: 135e04d156152f2f4982527c6f7023675135fc77 commit hash: 135e04d156152f2f4982527c6f7023675135fc77 commit hash: 135e04d156152f2f4982527c6f7023675135fc77 commit hash: 135e04d156152f2f4982527c6f7023675135fc77 135e04d
Friday, 23 Jul 2021
04:10 Jan Beich (jbeich) search for other commits by this committer
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
commit hash: 431eaa481c24fe48404980ab79a8ac5d509f1bb3 commit hash: 431eaa481c24fe48404980ab79a8ac5d509f1bb3 commit hash: 431eaa481c24fe48404980ab79a8ac5d509f1bb3 commit hash: 431eaa481c24fe48404980ab79a8ac5d509f1bb3 431eaa4
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
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
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Friday, 14 May 2021
23:50 Jan Beich (jbeich) search for other commits by this committer
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
commit hash: 156537c43a62e8c700865d183cc9f14838ac6fbc commit hash: 156537c43a62e8c700865d183cc9f14838ac6fbc commit hash: 156537c43a62e8c700865d183cc9f14838ac6fbc commit hash: 156537c43a62e8c700865d183cc9f14838ac6fbc 156537c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 16 Mar 2021
00:24 jbeich search for other commits by this committer
benchmarks/vkmark: update to 2017.08.24

Changes:	https://github.com/vkmark/vkmark/compare/6aad03d...53abc4f
Original commitRevision:568531 
Friday, 12 Mar 2021
15:55 amdmi3 search for other commits by this committer
- Update math/glm to 0.9.9.8
Original commitRevision:568184 
Sunday, 7 Mar 2021
23:23 jbeich search for other commits by this committer
benchmarks/vkmark: update to 2017.08.23

Changes:	https://github.com/vkmark/vkmark/compare/e8c0720...6aad03d
Original commitRevision:567797 
Thursday, 28 Jan 2021
18:48 jbeich search for other commits by this committer
benchmarks/vkmark: expose KMS console support
Original commitRevision:563152 
Monday, 28 Dec 2020
02:07 jbeich search for other commits by this committer
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.
Original commitRevision:559445 
Sunday, 27 Dec 2020
12:22 jbeich search for other commits by this committer
benchmarks/vkmark: add new port

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

https://github.com/vkmark/vkmark
Original commitRevision:559353 

Number of commits found: 24