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: graphics/wayland/distinfo

Number of commits found: 14

Tuesday, 4 Apr 2023
09:17 Jan Beich (jbeich) search for other commits by this committer
graphics/wayland: update to 1.22.0

Changes:	https://lists.freedesktop.org/archives/wayland-devel/2023-April/042647.html
Reported by:	GitLab (notify releases)
PR:		269877
Exp-run by:	antoine
Approved by:	manu
commit hash: d2c3c81a5310d89b01206082d3924e36f79f7da0 commit hash: d2c3c81a5310d89b01206082d3924e36f79f7da0 commit hash: d2c3c81a5310d89b01206082d3924e36f79f7da0 commit hash: d2c3c81a5310d89b01206082d3924e36f79f7da0 d2c3c81
Wednesday, 6 Jul 2022
17:07 Jan Beich (jbeich) search for other commits by this committer
graphics/wayland: update to 1.21.0

Changes:	https://lists.freedesktop.org/archives/wayland-devel/2022-June/042268.html
PR:		264980
Reported by:	Phoronix, Repology
Approved by:	manu
commit hash: 43f75e9cd9a2d432033ed85dba9a2eb17aaaad4c commit hash: 43f75e9cd9a2d432033ed85dba9a2eb17aaaad4c commit hash: 43f75e9cd9a2d432033ed85dba9a2eb17aaaad4c commit hash: 43f75e9cd9a2d432033ed85dba9a2eb17aaaad4c 43f75e9
Friday, 10 Dec 2021
02:14 Jan Beich (jbeich) search for other commits by this committer
graphics/wayland: update to 1.20.0

Changes:	https://lists.freedesktop.org/archives/wayland-devel/2021-December/042064.html
PR:		258547
Exp-run by:	antoine
Approved by:	manu
commit hash: 571ee96df4f6e8d0028f2b678c903b1cb3b2300f commit hash: 571ee96df4f6e8d0028f2b678c903b1cb3b2300f commit hash: 571ee96df4f6e8d0028f2b678c903b1cb3b2300f commit hash: 571ee96df4f6e8d0028f2b678c903b1cb3b2300f 571ee96
Monday, 31 May 2021
20:55 Adriaan de Groot (adridg) search for other commits by this committer
graphics/wayland: merge upstream fix for CVE-2013-2003

This is upstream MR 133,
	https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/133
which in turn is a Wayland-ified version of the fix to libXcursor.

PR:		256273
Reported by:	Evgeniy Khramtsov
Approved by:	zeising (x11)
commit hash: 6431a5d2419ada906a7927c7b85e5f98bcd6eba2 commit hash: 6431a5d2419ada906a7927c7b85e5f98bcd6eba2 commit hash: 6431a5d2419ada906a7927c7b85e5f98bcd6eba2 commit hash: 6431a5d2419ada906a7927c7b85e5f98bcd6eba2 6431a5d
Friday, 29 Jan 2021
11:02 jbeich search for other commits by this committer
graphics/wayland: update to 1.19.0

- Fix wl_client_get_credentials [1]

Changes:	https://gitlab.freedesktop.org/wayland/wayland/compare/1.18.0...1.19.0
PR:		246189 [1]
Submitted by:	Greg V [1]
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D28399
Original commitRevision:563194 
Monday, 11 May 2020
19:50 jbeich search for other commits by this committer
Convert GitLab patches to simple diffs

GitLab unlike GitHub keeps the footer from git-format-patch(1) which
frequently changes on Git version upgrades. So, switch to git-diff(1)
which lacks header/footer.

Approved by:	x11 (zeising via Gitter)
MFH:		2020Q2 (avoid bustage over time due to upstream infra upgrades)
Differential Revision:	https://reviews.freebsd.org/D24810
Original commitRevision:534935 
18:58 jbeich search for other commits by this committer
graphics/wayland: regen gitlab patches

-2.24.1
+2.26.2
Original commitRevision:534930 
Monday, 24 Feb 2020
20:01 jbeich search for other commits by this committer
graphics/wayland: replace posix_fallocate hack with a proper fix

PR:		224226
Approved by:	x11 (manu, zeising)
Differential Revision:  https://reviews.freebsd.org/D23696
Original commitRevision:527045 
20:01 jbeich search for other commits by this committer
graphics/wayland: convert to USES=meson

- Drop autotools patches
- Drop sys/param.h check as __FreeBSD__ is defined by compiler
- Apply upstream fix for tests randomly failing to build

PR:		244071
Tested by:	mikael (13.0 powerpc64), pkubaj (12.1/13.0 powerpc64)
Approved by:	x11 (manu, zeising)
Differential Revision:  https://reviews.freebsd.org/D23644
Original commitRevision:527044 
Friday, 14 Feb 2020
11:09 bapt search for other commits by this committer
Update to 1.18

Abi is backward compatible: https://abi-laboratory.pro/tracker/timeline/wayland/
Port changes:
- Allow memfd_create on FreeBSD 13 for sealing
- Drop ms_timeout workaround in favor of upstream fix[1]
- Drop posix_fallocate patch as it was disabled in r455878
- Adjust posix_fallocate comment to improve clarity
- Temporarily revert event loop update until epoll-shim#15 [2] is fixed

[1]: https://gitlab.freedesktop.org/wayland/wayland/commit/75d14834570b
[2]: https://github.com/jiixyj/epoll-shim/issues/15

Build tested on:
    11.3 aarch64
    11.3 amd64
    11.3 armv6
    11.3 i386
    12.0 amd64
    12.0 i386
    12.1 aarch64
    12.1 amd64
    12.1 armv6
    12.1 armv7
    12.1 i386
    13.0 amd64
    13.0 i386
    Base GCC 4.2.1 (mimics powerpc*, mips*, riscv64)

Run tested with:
    multimedia/libva-intel-driver
    multimedia/mpv
    www/firefox + MOZ_ENABLE_WAYLAND
    x11-servers/xwayland-devel
    x11-wm/cage
    x11-wm/sway
    x11/wl-clipboard

PR:  244059
Submitted by: jbeich
Tested by: manu
Reviewed by: manu
Approved by: x11 (bapt)
Differential Revision: https://reviews.freebsd.org/D23643
Original commitRevision:526103 
Tuesday, 28 Jan 2020
11:53 zeising search for other commits by this committer
graphics/wayland: Update to 1.17

Update graphics/wayland to 1.17 [1]
Add a patch to use shm_anon instead of posix_fallocate(), as the latter
doesn't work on ZFS.  [2]

PR:		237650 [1], 224226 [2]
Submitted by:	jbeich [1], jbeich and Greg V [2] (original version)
Reviewed by:	Greg V, manu
Differential Revision:	https://reviews.freebsd.org/D20099
Original commitRevision:524473 
Monday, 15 Oct 2018
23:59 jbeich search for other commits by this committer
graphics/wayland: update to 1.16.0

- New libwayland-egl home for consumers as Mesa 18.2 dropped it

Changes:	https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html
Changes:	https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html
PR:		227423
Submitted by:	Greg V <greg@unrelenting.technology>
Approved by:	maintainer timeout (5 months)
Original commitRevision:482189 
Saturday, 9 Dec 2017
22:02 zeising search for other commits by this committer
Update wayland to 1.14.0

Disable posix_fallocate since ZFS does not support it.
Use epoll-shim instead of kqueue directly, from myfreeweb on github.

PR:		224200
Submitted by:	Johannes Lundberg
Original commitRevision:455878 
Friday, 12 May 2017
18:46 rezny search for other commits by this committer
Consolidate the Mesa ports, update to 17.0.4, and add Wayland option

* libGL, libEGL, libglesv2, libglapi, and gbm have been moved into mesa-libs,
  graphics/dri has been renamed to mesa-dri, and USE_GL has been adjusted
* mesa-libs has a new WAYLAND option that enables platform support in libEGL
* mesa-dri now depends on graphics/s2tc for compressed texture support [1]
* re-remove obsolete dependency on makedepends [2]
* correct sed fix backported from 17.1 [3]

PR:		218799 (exp-run), 212762 [1], 218552 [2], 218562 [3]
Submitted by:	dbn [1], jbeich [2,3]
Reported by:	afiskon@devzen.ru [1]
Reviewed by:	kwm, johalun0@gmail.com
Approved by:	portmgr, swills (mentor)
Differential Revision:  https://reviews.freebsd.org/D10448
Original commitRevision:440699 

Number of commits found: 14