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/libosmesa/pkg-plist

Number of commits found: 10

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
Friday, 5 Jun 2020
09:13 manu search for other commits by this committer
mesa*: Switch to meson

Upstream switched to meson for their build system so do the same as
it will be easier to find problems sooner than later.
This also switch to python3, python is only used for the build.
There is more thing enabled by default (or auto-enabled based on some
configuration) so we need to disable a lot more things than with autotools.

This should be a non functional change.

Reviewed by:	zeising (x11@)
Differential Revision:	https:/reviews.freebsd.org/D25092
Original commitRevision:537998 
Thursday, 17 Sep 2015
18:07 kwm search for other commits by this committer
Update Mesa port to 10.6.6 and add Clover.
Add beignet 1.1.0.
Add clinfo, clblas, clfft and clrng.

The major change is that all Mesa ports are now configured the same way.
This fixes several problems and enables new features.  The details
are described in this blog post:
http://blogs.freebsdish.org/graphics/2015/03/18/unifying-mesa-ports-configure/

The second important change is the OpenCL support.  Mesa's
implementation, Clover, is enabled as well as Beignet.  Clover
targets all Gallium drivers, only Radeon GPUs in our case.  Beignet
is for Intel GPUs starting with Ivy Bridge.  Thanks to Johannes
Dieterich, O. Hartman, and Koop Mast for their work on OpenCL!  As a
bonus, there are several OpenCL-based math ports added (clblas,
clfft and clrng). For more information and known issues, please see
https://wiki.freebsd.org/Graphics/OpenCL

The third change is the removal of Mesa 9.1.7 which was installed on
FreeBSD 9.3-RELEASE.  There is now only one version of Mesa in the Ports
tree (10.6.6) for all supported versions of FreeBSD.

Other, smaller changes:

* Include libosmesa into the Mesa framework; this changes libOSMesa
  shlib version.

* bsd.mesalib.mk was renamed and split up in two files namely
  Makefile.common and Makefile.targets.  So ports can overwrite variables
  set by Makefile.common and are used by Makefile.targets.

* Some text in the pkg-descr files was wrong, clean it up.  While here,
  update the WWW to the main mesa3d.org upstream page.

* devel/clinfo was added, a glxinfo like program but for OpenCL.

Non-x86 hardware reports are very welcome since we changed the framework
quite a bit.

Obtained from:	Graphics team development repo.
Original commitRevision:397198 
Monday, 20 Oct 2014
17:04 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371283 
Thursday, 15 May 2014
16:44 tijl search for other commits by this committer
Avoid USE_AUTOTOOLS.

Approved by:	gahr (maintainer)
Original commitRevision:354152 
Monday, 14 Jan 2013
16:39 gahr search for other commits by this committer
- Update to 9.0.1
  Release notes:
  * 9.0 http://www.mesa3d.org/relnotes-9.0.html
  * 9.0.1 http://www.mesa3d.org/relnotes-9.0.1.html
- This update includes the switch from autotools to SCons
Original commitRevision:310395 
Thursday, 1 Mar 2012
16:43 gahr search for other commits by this committer
- Update to 8.0.1
  Release notes:
  http://mesa3d.org/relnotes-8.0.html and http://mesa3d.org/relnotes-8.0.1.html
Original commit
Wednesday, 14 Sep 2011
07:33 gahr search for other commits by this committer
- Update to 7.11
  Release notes: http://mesa3d.org/relnotes-7.11.html
- Unbreak on 9.x amd64
Original commit
Monday, 31 May 2010
09:19 gahr search for other commits by this committer
- Add symlinks to lib/libOSMesa.so.7 and lib/libOSMesa.so

Requested by:   Stas Timokhin (maintainer of science/paraview)
Original commit
Friday, 9 Apr 2010
08:40 gahr search for other commits by this committer
- New port: graphics/libosmesa

  Import version 7.8.1 of the Mesa3D library, built for off-screen rendering.
Original commit

Number of commits found: 10