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/mesa-gallium-vdpau/Makefile

Number of commits found: 25

Thursday, 18 Apr 2024
12:22 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa-gallium-vdpau: Remove libvdpau from LIB_DEPENDS

This port provides a lib for libvdpau to use, not the other way
around so add it to BUILD_DEPENDS

Differential Revision:	https://reviews.freebsd.org/D44830
PR:			278324
Reported by:		autodep
Reviewed by:		bapt
Sponsored by:		Beckhoff Automation GmbH & Co. KG
commit hash: 803124df1222193ecb37afcd31e42cf2b95579f1 commit hash: 803124df1222193ecb37afcd31e42cf2b95579f1 commit hash: 803124df1222193ecb37afcd31e42cf2b95579f1 commit hash: 803124df1222193ecb37afcd31e42cf2b95579f1 803124d
Friday, 24 Nov 2023
10:15 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa*: Drop llvm,noexport in Makefile.common

And put noexport in every mesa ports.
It does work to have multiple USES= llvm (see PR 199603).

Reported by:	jbeich
Fixes:		fa7309cb976e ("lang/clover: Restrict llvm to max version 16")
Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 6e38f0a6247d51ca1ec03ab9ad2478ff71e90884 commit hash: 6e38f0a6247d51ca1ec03ab9ad2478ff71e90884 commit hash: 6e38f0a6247d51ca1ec03ab9ad2478ff71e90884 commit hash: 6e38f0a6247d51ca1ec03ab9ad2478ff71e90884 6e38f0a
08:52 Emmanuel Vadot (manu) search for other commits by this committer
lang/clover: Restrict llvm to max version 16

Clover cannot (yet?) be compiled with LLVM17, it misses
llvm/Transforms/IPO/PassManagerBuilder.h
For now set a max version of llvm to 16 for clover only, people should still
be able to use llvm17 for other mesa componant if they are not interested in
clover.

While here clean up a bit the USES=llvm for mesa port, we already set noexport
in mesa-dri/Makefile.common so no need to set it in all the ports.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
PR:	275290
commit hash: fa7309cb976e3e73d59f271be3da01fee3006152 commit hash: fa7309cb976e3e73d59f271be3da01fee3006152 commit hash: fa7309cb976e3e73d59f271be3da01fee3006152 commit hash: fa7309cb976e3e73d59f271be3da01fee3006152 fa7309c
Wednesday, 22 Nov 2023
11:15 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa-gallium-{va,vdpau}: Fix when X11 option is off

PR:	260703
Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 6a1b0c432c8ce215896a31c4dfcb09b62a2cac1f commit hash: 6a1b0c432c8ce215896a31c4dfcb09b62a2cac1f commit hash: 6a1b0c432c8ce215896a31c4dfcb09b62a2cac1f commit hash: 6a1b0c432c8ce215896a31c4dfcb09b62a2cac1f 6a1b0c4
09:49 Emmanuel Vadot (manu) search for other commits by this committer
mesa-gallium-vdpau: Re-add missing vdpau LIB_DEPENDS

Reported by:	vishwin
Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: c5d1b09e4add939b101be8583d504e80cb7e0627 commit hash: c5d1b09e4add939b101be8583d504e80cb7e0627 commit hash: c5d1b09e4add939b101be8583d504e80cb7e0627 commit hash: c5d1b09e4add939b101be8583d504e80cb7e0627 c5d1b09
Tuesday, 21 Nov 2023
15:17 Emmanuel Vadot (manu) search for other commits by this committer Author: gnikl
graphics/mesa: update to 23.1.8

While here:
- Remove some unneeded dep in gallium-vdpau
- Disable libelf from devel/elfutils (we will fallback on base libelf), PR
273803
- Always disable libunwind, if you want stacktrace you will need to compile from
upstream PR: 250306
- enable vulkan haswell driver

Co-authored-by: manu, vishwin
PR: 273703, 273803, 250306
commit hash: 29d855b6f775be3f43aa5fb4b45c88ca9711dfd3 commit hash: 29d855b6f775be3f43aa5fb4b45c88ca9711dfd3 commit hash: 29d855b6f775be3f43aa5fb4b45c88ca9711dfd3 commit hash: 29d855b6f775be3f43aa5fb4b45c88ca9711dfd3 29d855b
Monday, 20 Mar 2023
17:16 Jan Beich (jbeich) search for other commits by this committer
graphics/mesa-*: unbreak with --auto-features=enabled

meson.build:945:2: ERROR: Dependency "libclc" not found, tried pkgconfig

PR:		270361
commit hash: 045971139f0912f8f20d68016deb257a66aa6cea commit hash: 045971139f0912f8f20d68016deb257a66aa6cea commit hash: 045971139f0912f8f20d68016deb257a66aa6cea commit hash: 045971139f0912f8f20d68016deb257a66aa6cea 0459711
Thursday, 9 Feb 2023
22:25 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa: Update to 22.3.5

Release
notes:	https://lists.freedesktop.org/archives/mesa-announce/2023-February/000705.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 52768539d46f7549a8333c403c02e838182293bf commit hash: 52768539d46f7549a8333c403c02e838182293bf commit hash: 52768539d46f7549a8333c403c02e838182293bf commit hash: 52768539d46f7549a8333c403c02e838182293bf 5276853
Friday, 27 Jan 2023
08:18 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa: Update to 22.3.4

Release
notes:	https://lists.freedesktop.org/archives/mesa-dev/2023-January/225916.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: bb76a96cf0e7a3f76d7d44eff70729ad5f407faa commit hash: bb76a96cf0e7a3f76d7d44eff70729ad5f407faa commit hash: bb76a96cf0e7a3f76d7d44eff70729ad5f407faa commit hash: bb76a96cf0e7a3f76d7d44eff70729ad5f407faa bb76a96
Thursday, 8 Dec 2022
19:00 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa: Stop adding libglapi.so as a deps when not needed

Not every mesa port needs this lib so stop adding a dep on it if not needed.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: fc5168cd3d8df1d18fa86b8a1b550efeae0b8c49 commit hash: fc5168cd3d8df1d18fa86b8a1b550efeae0b8c49 commit hash: fc5168cd3d8df1d18fa86b8a1b550efeae0b8c49 commit hash: fc5168cd3d8df1d18fa86b8a1b550efeae0b8c49 fc5168c
19:00 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa: Do not add USE_LDCONFIG for every mesa ports

Not every mesa ports provides shared libraries intented for dynamic uses
so stop running ldconfig script for those ports.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 799245580a718022ce7bb96012a2720ede33a8ae commit hash: 799245580a718022ce7bb96012a2720ede33a8ae commit hash: 799245580a718022ce7bb96012a2720ede33a8ae commit hash: 799245580a718022ce7bb96012a2720ede33a8ae 7992455
19:00 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa-gallium-vdpau: Cleanup

- Specify license directly in this port.
- Order ONLY_FOR_ARCH

Sponsored by:   Beckhoff Automation GmbH & Co. KG
commit hash: 6fc772111e302eb8a129725b0c2f7ea629bd3982 commit hash: 6fc772111e302eb8a129725b0c2f7ea629bd3982 commit hash: 6fc772111e302eb8a129725b0c2f7ea629bd3982 commit hash: 6fc772111e302eb8a129725b0c2f7ea629bd3982 6fc7721
19:00 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa*: Stop using meson native-file

Use BINARY_ALIAS instead, this is cleaner.
While here directly record the deps on libLLVM for packages that
needs it.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: e70ff172c20525bf5ec27c7b904a8e2760947add commit hash: e70ff172c20525bf5ec27c7b904a8e2760947add commit hash: e70ff172c20525bf5ec27c7b904a8e2760947add commit hash: e70ff172c20525bf5ec27c7b904a8e2760947add e70ff17
Monday, 5 Dec 2022
14:03 Emmanuel Vadot (manu) search for other commits by this committer
graphics/mesa: Update to 22.3

Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-November/000695.html
On top of the release notes it seems that Gallium XVMC is also removed, see
https://gitlab.freedesktop.org/mesa/mesa/-/commit/8cc766d8f7eac26b7c029a2fac1bdfdba4776c29
for
more info.
Bump LLVM_DEFAULT to llvm15 so LTO works.
Also update libclc to track the one from llvm15.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D37580
commit hash: 855947ebf7e738232a8bbf6d47cc56f2896f276f commit hash: 855947ebf7e738232a8bbf6d47cc56f2896f276f commit hash: 855947ebf7e738232a8bbf6d47cc56f2896f276f commit hash: 855947ebf7e738232a8bbf6d47cc56f2896f276f 855947e
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
Monday, 25 Oct 2021
12:58 Alexey Dokuchaev (danfe) search for other commits by this committer
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)

ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 61b6613
Tuesday, 20 Jul 2021
07:36 Emmanuel Vadot (manu) search for other commits by this committer
mesa*: Update to 21.1.5

- swrast is only a gallium driver now.
- Bump needed llvm to 12
- libclc is still a llvm10, moving to >10 needs to change
  from where we pick libclc as its now part of llvm

Differential Revision:	    https://reviews.freebsd.org/D31165
Reviewed by: kbowling, zeising
commit hash: 22a85734ff71983126a94a1970c534a45a9e730e commit hash: 22a85734ff71983126a94a1970c534a45a9e730e commit hash: 22a85734ff71983126a94a1970c534a45a9e730e commit hash: 22a85734ff71983126a94a1970c534a45a9e730e 22a8573
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
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
Thursday, 3 Dec 2020
20:55 manu search for other commits by this committer
 mesa-*: Update to 20.2.3

 - Fix mesa-gallium-va and mesa-gallium-vdpau for X11 usage
 - Add a patch so iris will be prefered for compatible intel GPUs (>=broadwell)

PR:		250307 250325
Original commitRevision:556929 
Friday, 27 Nov 2020
23:05 pkubaj search for other commits by this committer
graphics/mesa-gallium-vdpau: enable on powerpc64le

powerpc64le also supports radeon and amdgpu.
Original commitRevision:556464 
01:15 pkubaj search for other commits by this committer
After r556423, also bump PORTREVISION on other Mesa ports.
Original commitRevision:556425 
Tuesday, 13 Oct 2020
11:53 manu search for other commits by this committer
graphics/mesa*: Add Iris Gallium driver and libunwind for more arch

Iris is the prefered gallium driver for Intel Gen8 to Gen11, add it
to the build. [1]
Add libunwind support for more arch. [2]

PR:		250307 [1], 250305 [2]
Submitted by:	jbeich [2]
Reported by:	jbeich [1]
Reviewed by:	zeising
Original commitRevision:552236 
Monday, 12 Oct 2020
08:30 manu search for other commits by this committer
graphics/mesa*: Update to 20.2

Update to 20.2
Move graphics/libxatracker to graphics/mesa-gallium-xa
Remove VAAPI and VDPAU options in mesa-libs in favor of
two new ports : mesa-gallium-va and mesa-gallium-vdpau
Bump needed llvm to llvm10
Change a lot of meson option from false to disabled as it's
deprecated.
Remove the drm and surfaceless platform from mesa* as it's always
enabled now.
Add zstd option, used for shader cache.

Reviewed by:	x11 (zeising@)
Differential Revision:	https://reviews.freebsd.org/D26682
Original commitRevision:552109 

Number of commits found: 25