Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.0.0 12 Jul 2023 21:44:22 |
Jan Beich (jbeich) |
graphics/glx-utils: drop GL_TAGNAME |
9.0.0 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
9.0.0 23 Mar 2023 00:51:48 |
Jan Beich (jbeich) |
graphics/glx-utils: update to 9.0.0
Changes: https://gitlab.freedesktop.org/mesa/demos/-/compare/f5e202be...66168176 |
8.5.0.31 11 Jan 2023 07:09:32 |
Jan Beich (jbeich) |
graphics/glx-utils: update to 8.5.0.31
Changes: https://gitlab.freedesktop.org/mesa/demos/-/compare/ce6dcb8...f5e202be |
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) |
8.4.0.85 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 ) |
8.4.0.85 07 May 2022 00:46:57 |
Jan Beich (jbeich) |
graphics/glx-utils: update to 8.4.0.85
Changes: https://gitlab.freedesktop.org/mesa/demos/-/compare/5435fc7...ce6dcb8 |
8.4.0.53_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 |
8.4.0.53 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
8.4.0.53 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.4.0.53 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.4.0.53 17 Sep 2020 00:39:11 |
jbeich |
graphics/glx-utils: update to 8.4.0.53
Changes: https://gitlab.freedesktop.org/mesa/demos/-/compare/67db4a2...5435fc7 |
8.4.0.44 12 Sep 2020 23:07:18 |
jbeich |
graphics/glx-utils: update to 8.4.0.44
Changes: https://gitlab.freedesktop.org/mesa/demos/-/compare/0de7436...67db4a2 |
8.4.0.43 11 Sep 2020 20:14:13 |
linimon |
Add USE_CSTD=c99 to fix build on GCC-based systems:
glxgears.c:412: error: 'for' loop initial declaration used outside C99 mode
Approved by: portmgr (tier-2 blanket) |
8.4.0.43 11 Sep 2020 17:28:43 |
jbeich |
graphics/glx-utils: add new port
A few popular OpenGL X11 demos from Mesa:
- glxinfo prints capabilities of OpenGL driver
- glxgears draws rotating gears and prints FPS
Inspired by: D26077, glx-utils (CentOS, PkgSrc), glxinfo (AUR, MacPorts, Nix)
Motivated by: testing GLX on Xwayland, avoiding cruft and extra deps |