Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
24.1.5 22 Aug 2024 08:33:24
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Unbreak on !amd64
Disable intel-rt for all arches except amd64 as it's only supported there.
PR: 280979
Sponsored by: Beckhoff Automation GmbH & Co. KG |
24.1.5 20 Aug 2024 07:43:39
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 24.1.5
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2024-May/226222.html
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2024-June/226223.html
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2024-June/226249.html
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2024-July/226272.html
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2024-July/226279.html
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2024-July/226289.html
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D46229 |
24.0.9_1 19 Jun 2024 13:21:40
    |
Emmanuel Vadot (manu)  |
graphics/mesa: libdrm is used by all component
libosmesa also needs libdrm as a dep, so add it for every mesa component.
No functional changes intended.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
24.0.9 19 Jun 2024 13:20:53
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Remove Makefile.targets
This was only used to specify directory for drirc.d but the default one
works fine.
No functional changes intended.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
24.0.6 30 Apr 2024 06:11:31
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 24.0.6
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2024-April/226190.html
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2024-April/226200.html
Differential Revision: https://reviews.freebsd.org/D44941
Sponsored by: Beckhoff Automation GmbH & Co. KG |
24.0.4_1 18 Apr 2024 12:22:16
    |
Emmanuel Vadot (manu)  |
graphics/libosmesa: Remove expat from LIB_DEPENDS
It's not needed for this mesa component.
Differential Revision: https://reviews.freebsd.org/D44828
PR: 278324
Reported by: autodep
Reviewed by: bapt
Sponsored by: Beckhoff Automation GmbH & Co. KG |
23.1.8 24 Nov 2023 10:15:43
    |
Emmanuel Vadot (manu)  |
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 |
23.1.8 24 Nov 2023 08:52:53
    |
Emmanuel Vadot (manu)  |
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 |
23.1.8 21 Nov 2023 15:17:28
    |
Emmanuel Vadot (manu)  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 |
22.3.7 20 Mar 2023 17:16:03
    |
Jan Beich (jbeich)  |
graphics/mesa-*: unbreak with --auto-features=enabled
meson.build:945:2: ERROR: Dependency "libclc" not found, tried pkgconfig
PR: 270361 |
22.3.0 08 Dec 2022 19:00:49
    |
Emmanuel Vadot (manu)  |
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 |
22.3.0 08 Dec 2022 19:00:46
    |
Emmanuel Vadot (manu)  |
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 |
22.3.0 08 Dec 2022 19:00:41
    |
Emmanuel Vadot (manu)  |
graphics/libosmesa: Cleanup
- Specify license directly in this port.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.0 08 Dec 2022 19:00:28
    |
Emmanuel Vadot (manu)  |
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 |
22.3.0 05 Dec 2022 14:03:28
    |
Emmanuel Vadot (manu)  |
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 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
21.3.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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.
(Only the first 15 lines of the commit message are shown above ) |
21.3.8 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
21.1.5 20 Jul 2021 07:36:39
    |
Emmanuel Vadot (manu)  |
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 |
20.2.3_1 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
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 |
20.2.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20.2.3 03 Dec 2020 20:55:33
  |
manu  |
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 |
20.2.0_2 27 Nov 2020 01:15:50
  |
pkubaj  |
After r556423, also bump PORTREVISION on other Mesa ports. |
20.2.0_1 13 Oct 2020 11:53:49
  |
manu  |
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 |
20.2.0 12 Oct 2020 08:30:54
  |
manu  |
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 |
19.0.8_1 16 Jun 2020 15:38:29
  |
zeising  |
graphics/mesa: Fix minor issues from meson switch
Fix a couple of minor issues with mesa related ports after the switch to
meson.
Define _GNU_SOURCE when building on FreeBSD. This fixes blur effects in
Plasma 5 and issues with the SDDM greeter. This fix was originally applied
in r516100 but got lost in the switch to meson. [1]
Properly detect sys/sysctl.h on FreeBSD. On FreeBSD sys/sysctl.h needs
sys/types.h as well, patch the meson build script to take this into account.
Fix a broken sed command to properly set ${LOCALBASE}/etc and
${LOCALBASE}/share/ as appropriate.
Bump portrevision of all mesa related ports.
PR: 247138 [1]
Reported by: Roman [1]
Reviewed by: manu
Tested by: Roman, Serge Volkov
Differential Revision: https://reviews.freebsd.org/D25265 |
19.0.8 05 Jun 2020 09:13:58
  |
manu  |
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 |
19.0.8 03 May 2020 16:15:23
  |
zeising  |
graphics/mesa: Update to 19.0.8
Update mesa and related ports to 19.0.8.
This is the last version where the autotools build system is being used.
This serves as a stepping stone for reworking the ports to use the meson
build system and to enable further updates.
PR: 235570
Submitted by: jbeich (with minor changes)
Differential Revision: https://reviews.freebsd.org/D19099
https://reviews.freebsd.org/D19100 |
18.3.2_6 11 Jan 2020 09:30:17
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
18.3.2_6 30 Oct 2019 19:07:32
  |
zeising  |
graphics/mesa: Add -D_GNU_SOURCE to compile flags
Add -D_GNU_SOURCE to compile flags when building on FreeBSD. This is needed
to have mesa work with various locales, that for instance use , instead of .
as a decmal separator.
Bump portrevision on all mesa related ports.
PR: 241506
Reported by: Jesper Schmitz Mouridsen
MFH: 2019Q4 |
18.3.2_5 04 Oct 2019 20:08:27
  |
jbeich  |
graphics/mesa-dri: revert r512573 and limit to llvm80 after r512440
Mesa 18.3 doesn't support LLVM 9. While some fixes were backported
there're probably more issues. Apparently, Gnome shows black screen.
As the port is unlikely to be ready for future LLVM_DEFAULT bumps
without a version update just limit to previously tested value.
PR: 239682
Requested by: imp |
18.3.2_4 22 Sep 2019 10:21:01
  |
jbeich  |
graphics/libosmesa: force rebuild after r512440
Reported by: ajtiM (on x11@ list) |
18.3.2_3 30 Jun 2019 14:56:12
  |
zeising  |
Switch mesa and related ports to llvm80
Switch mesa over to use llvm80 instead of llvm60. Make it use the
global LLVM_DEFAULT instead of deciding for ourself which llvm version
to use. [1]
Fix build of lang/beginet [1]
Add patch from upstream to fix build of devel/libclc. The patch is taken
from the git mirror of devel/libclc rather than the SVN repo, for
convenience.
Add a patch from mesa upstream preventing certain error messages when using
amdgpu [2]
(Only the first 15 lines of the commit message are shown above ) |
18.3.2_2 04 Mar 2019 10:56:12
  |
jbeich  |
graphics/mesa-dri: back out r494579
Landed by mistake. x11@ is immune to maintainer timeout nowadays.
PR: 230789 |
18.3.2 04 Mar 2019 10:42:22
  |
jbeich  |
graphics/mesa-dri: switch to llvm70
PR: 230789
Approved by: maintainer timeout (2 weeks) |
18.1.9 29 Sep 2018 18:52:33
  |
zeising  |
graphics/mesa: Update to 18.1.9 |
18.1.8_1 20 Sep 2018 19:07:00
  |
emaste  |
graphics/libosmesa: add -znotext to LDFLAGS on i386, for lld
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation |
18.1.8_1 11 Sep 2018 18:34:28
  |
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
18.1.5 03 Aug 2018 19:24:44
  |
zeising  |
graphics/mesa: Update to 18.1.5
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mesa-18.1
MFC after: 2018Q3 |
18.1.4_1 31 Jul 2018 18:41:30
  |
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
18.1.2 16 Jun 2018 00:44:11
  |
jbeich  |
graphics/libosmesa: drop -pthread workaround after r456530 |
17.1.2 18 Jun 2017 14:02:35
  |
rezny  |
Update the Mesa ports to 17.1.2
- patch the Intel driver to re-enable hardware acceleration on 10.x [1]
Reported by: cpm [1]
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11148 |
17.1.0 21 May 2017 19:30:54
  |
rezny  |
Update the Mesa ports to 17.1.0
* restrict use of LLVM for Gallium to platforms with LLVM in base to fix
runtime errors when Gallium is built with a mix of GCC and LLVM
* make LLVM only a BUILD_DEPEND for mesa-libs, which needs it to build EGL
* add pkg-plist entries for freedreno and vc4 drivers [1]
* remove extraneous SHEBANG_FILES entry to fix build of freedreno [2,3]
* correct typo in libosmesa, which may have affected the Gallium build [4]
PR: 219247 [1], 219406 [3]
Submitted by: jbeich [1] (2 patches, pkg-plist fix), strejda (vc4 CFLAGS)
Reported by: strejda [2], andrew [3], linimon [4]
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10842 |
17.0.4 12 May 2017 18:46:53
  |
rezny  |
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 |
17.0.3 10 Apr 2017 19:14:48
  |
rezny  |
Update Mesa to 17.0.3
* OpenGL 4.5 support for RadeonSI and recent Intel
* Use LLVM 4.0 by default, building with 3.9 is possible via MESA_LLVM_VER
* DRI3 remains enabled at compile time, but is now disabled at runtime for
stock FreeBSD. Set LIBGL_DRI3_ENABLE in the environment to enable DRI3.
This extra check is added when compiling on stock FreeBSD, not DRM-next.
This change was made to work around a problem in libEGL, which fails to
fall back to using DRI2 when run on a system without DRI3 support.
Reviewed by: jmd, mat
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10250 |
13.0.5 25 Feb 2017 14:55:21
  |
rezny  |
Update to 13.0.5
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9781 |
13.0.4 11 Feb 2017 13:31:59
  |
rezny  |
Update Mesa to 13.0.4
* Use LLVM 3.9
* OpenGL 4.4 support for recent Intel and ReadeonSI
PR: 214581
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9438 |
11.2.2 15 Sep 2016 16:16:23
  |
marino  |
Add USES+=ssl to 3 of 8 graphics/libGL/Makefile.common consumers
Despite having a configure argument of --with-sha1=libcrypto, only three
of the eight users of graphics/libGL/Makefile.common actually link to
SSL libraries. Individually add USES=ssl to these three ports rather
than have all 8 having this requirement.
Approved by: SSL blanket |
11.1.2 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
11.1.2 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
10.6.6 17 Sep 2015 18:07:26
  |
kwm  |
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, (Only the first 15 lines of the commit message are shown above ) |
10.2.7_1 04 Jun 2015 11:04:28
  |
kwm  |
Mark libosmesa broken on 11-i386 for now. This should stop
the fallout mail. We have a fix for the build
issue but the fix depends on other changes to the mesa ports.
This mesa update will be commit after 8.4-R has gone EOL. |
10.2.7_1 10 Dec 2014 23:00:29
  |
kwm  |
Grab maintainer, we maintain the other Mesa based ports already. |
10.2.7_1 10 Dec 2014 22:29:15
  |
gahr  |
- Reset maintainership of my ports |
10.2.7_1 20 Oct 2014 17:04:21
  |
bapt  |
Cleanup plist |
10.2.7_1 16 Sep 2014 10:19:40
  |
gahr  |
- Use flex and bison from ports
- Bump PORTREVISION
PR: 193654
Submitted by: ohartman@zedat.fu-berlin.de |
10.2.7 12 Sep 2014 15:16:50
  |
adamw  |
Fix build by depending on bison.
GEN program/program_parse.tab.c
byacc: e - line 119 of "program/program_parse.y", syntax error
%locations
^
gmake[3]: *** [program/program_parse.tab.c] Error 1 |
10.2.7 11 Sep 2014 13:31:48
  |
gahr  |
- Update to 10.2.7
Release notes: http://www.mesa3d.org/relnotes/10.2.7.html |
10.2.6 28 Aug 2014 09:00:38
  |
gahr  |
- Update to 10.2.6
Release notes: http://www.mesa3d.org/relnotes/10.2.6.html |
10.2.5 05 Aug 2014 09:38:56
  |
gahr  |
- Update to 10.2.5
Release notes: http://www.mesa3d.org/relnotes/10.2.5.html |
10.2.4 29 Jul 2014 10:32:08
  |
gahr  |
- Update to 10.2.4
Release notes: http://www.mesa3d.org/relnotes/10.2.4.html |
10.2.3 11 Jul 2014 09:41:04
  |
gahr  |
- Update to 10.2.3
Release notes: http://www.mesa3d.org/relnotes/10.2.3.html |
10.2.2_1 07 Jul 2014 09:13:50
  |
gahr  |
- Doesn't need XORG
- Bump PORTREVISION (deps changed) |
10.2.2 30 Jun 2014 10:27:19
  |
gahr  |
- Update to 10.2.2
Release notes: http://www.mesa3d.org/relnotes/10.2.2.html |
10.2.1 10 Jun 2014 08:35:06
  |
gahr  |
- Update to 10.2.1
Release notes:
http://www.mesa3d.org/relnotes/10.2.html
http://www.mesa3d.org/relnotes/10.2.1.html |
10.1.4 26 May 2014 14:46:55
  |
gahr  |
- Update to 10.1.4
Release notes: http://www.mesa3d.org/relnotes/10.1.4.html |
10.1.3_1 15 May 2014 16:44:18
  |
tijl  |
Avoid USE_AUTOTOOLS.
Approved by: gahr (maintainer) |
10.1.3 15 May 2014 12:11:21
  |
gahr  |
- Update to 10.1.3
Release notes:
http://www.mesa3d.org/relnotes/10.1.3.html
http://www.mesa3d.org/relnotes/10.1.2.html |
10.1.1_1 22 Apr 2014 08:47:40
  |
gahr  |
- Update to 10.1.1
Release notes: http://www.mesa3d.org/relnotes/10.1.1.html |
10.1.0_1 16 Apr 2014 18:28:50
  |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
10.1.0 20 Mar 2014 09:24:56
  |
gahr  |
- Update to 10.1.0
Release notes: http://www.mesa3d.org/relnotes/10.1.html
- c++11 is not needed to build this version |
10.0.3 04 Feb 2014 10:00:00
  |
gahr  |
- Update to 10.0.3
Release notes: http://www.mesa3d.org/relnotes/10.0.3.html |
10.0.2 22 Jan 2014 14:20:41
  |
gahr  |
- Update to 10.0.2
Release notes: http://www.mesa3d.org/relnotes/10.0.2.html |
10.0.1_1 08 Jan 2014 14:21:03
  |
gahr  |
- Depend on a C11 compiler
- Bump PORTREVISION
Reported by: PILOT <pilot513@gmail.com> |
10.0.1 20 Dec 2013 12:44:28
  |
gahr  |
- Update to 10.0.1
Release notes:
http://www.mesa3d.org/relnotes/9.2.4.html
http://www.mesa3d.org/relnotes/10.0.html
http://www.mesa3d.org/relnotes/10.0.1.html |
9.2.3 15 Dec 2013 14:04:58
  |
mva  |
- Restrict the python version to be used to the proper value
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
9.2.3 14 Nov 2013 10:49:12
  |
gahr  |
- Update to 9.2.3
Release notes: http://www.mesa3d.org/relnotes/9.2.3.html |
9.2.2 25 Oct 2013 15:54:53
  |
gahr  |
- Update to 9.2.2
ChangeLogs:
http://www.mesa3d.org/relnotes/9.2.1.html
http://www.mesa3d.org/relnotes/9.2.2.html |
9.2.0 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
9.2.0 28 Aug 2013 08:26:22
  |
gahr  |
- Update to 9.2.0
Release notes: http://mesa3d.org/relnotes/9.2.html |
9.1.6 17 Aug 2013 16:27:24
  |
gerald  |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
9.1.6 05 Aug 2013 08:48:11
  |
gahr  |
- Update to 9.1.6
Release notes: http://www.mesa3d.org/relnotes/9.1.6.html |
9.1.5 29 Jul 2013 08:53:29
  |
gahr  |
- Update to 9.1.5
Release notes: http://www.mesa3d.org/relnotes/9.1.5.html |
9.1.4 15 Jul 2013 07:59:20
  |
gahr  |
- Update to 9.1.4 |
9.1.2 17 May 2013 07:52:46
  |
gahr  |
- Update to 9.1.2
- Fix build on < 900014 by depending on gcc 4.6+ [1]
Obtained from: emulators/fceux (r315330) [1]
Reported by: awarecons <awarecons@gmail.com> [1] |
9.0.2 28 Jan 2013 08:13:22
  |
gahr  |
- Fix build with NEW_XORG
PR: 175356
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Patch by: ak |
9.0.2 24 Jan 2013 11:19:18
  |
gahr  |
- Update to 9.0.2
Release notes: http://www.mesa3d.org/relnotes-9.0.2.html |
9.0.1 15 Jan 2013 12:28:41
  |
gahr  |
- Fix build on !(i386 || amd64)
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> |
9.0.1 14 Jan 2013 16:39:47
  |
gahr  |
- 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 |
8.0.4 21 Sep 2012 12:55:24
  |
gahr  |
- Update to 8.0.4
Release notes: http://www.mesa3d.org/relnotes-8.0.4.html |
8.0.3 14 Jun 2012 10:32:03
 |
gahr  |
- Update to 8.0.3
Release notes:
http://mesa3d.org/relnotes-8.0.3.html |
8.0.2 12 Apr 2012 16:02:21
 |
gahr  |
- Update to 8.0.2
Release notes:
http://mesa3d.org/relnotes-8.0.2.html |
8.0.1_1 07 Mar 2012 08:06:23
 |
gahr  |
- restore a patch to fix build on ia64
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> |
8.0.1_1 05 Mar 2012 11:02:55
 |
gahr  |
- Add dependency on textproc/py-libxml2
- Bump PORTREVISION
Reported by: ph (via pav) |
8.0.1 01 Mar 2012 16:43:12
 |
gahr  |
- Update to 8.0.1
Release notes:
http://mesa3d.org/relnotes-8.0.html and http://mesa3d.org/relnotes-8.0.1.html |
7.11.2 29 Nov 2011 10:38:27
 |
gahr  |
- Update to 7.11.2
Release notes: http://mesa3d.org/relnotes-7.11.2.html
Feature safe: yes |
7.11.1 22 Nov 2011 08:42:19
 |
gahr  |
- Update to 7.11.1
Release notes: http://mesa3d.org/relnotes-7.11.1.html
Feature safe: yes |
7.11 21 Sep 2011 13:55:01
 |
gahr  |
- Fix endianess detection (fixes build on IA64) |
7.11 14 Sep 2011 07:33:15
 |
gahr  |
- Update to 7.11
Release notes: http://mesa3d.org/relnotes-7.11.html
- Unbreak on 9.x amd64 |
7.10.2 13 Apr 2011 08:04:52
 |
gahr  |
- Limit the BROKENness to only CURRENT
Reported by: pav |