<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/graphics/libglvnd/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>graphics/libglvnd: Mark TESTING_UNSAFE</title>
<updated>2024-03-06T07:49:00+00:00</updated>
<author>
<name>Gleb Popov</name>
<email>arrowd@FreeBSD.org</email>
</author>
<published>2024-03-06T07:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=374676d0293f0bffdcf344faf0f7420220a7891b'/>
<id>374676d0293f0bffdcf344faf0f7420220a7891b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libglvnd: Update to 1.7.0</title>
<updated>2023-11-24T17:21:15+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2023-11-23T22:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d5a5aa738fa54f093b2c3f42d5936139a9fab3bc'/>
<id>d5a5aa738fa54f093b2c3f42d5936139a9fab3bc</id>
<content type='text'>
Switch to upstream release archive

Changelog:
https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.7.0

PR:		274465
Approved by:	x11 (manu)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to upstream release archive

Changelog:
https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.7.0

PR:		274465
Approved by:	x11 (manu)
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libglvnd: disable TLS on powerpc</title>
<updated>2023-08-25T09:02:32+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2023-08-25T09:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=c997d3a7cd168df0b22ef0cb8c70ad641d09d97a'/>
<id>c997d3a7cd168df0b22ef0cb8c70ad641d09d97a</id>
<content type='text'>
libGLdispatch.so.0`___lldb_unnamed_symbol96:
-&gt;  0x51346dac &lt;+4&gt;:  .long  0x0005e290                ; unknown opcode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libGLdispatch.so.0`___lldb_unnamed_symbol96:
-&gt;  0x51346dac &lt;+4&gt;:  .long  0x0005e290                ; unknown opcode
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libglvnd: drop bfd and -O0 on powerpc64</title>
<updated>2023-08-10T20:02:26+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2023-08-10T06:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b03c787cbbd8e2e63229ac8568f29ede8c8e5216'/>
<id>b03c787cbbd8e2e63229ac8568f29ede8c8e5216</id>
<content type='text'>
Builds fine with 13.2-RELEASE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Builds fine with 13.2-RELEASE.
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libglvnd: remove stale powerpc64le workaround</title>
<updated>2023-08-03T10:40:01+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2023-08-03T10:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f261e8169a226b8ecdf6157912ac6cd20e16a877'/>
<id>f261e8169a226b8ecdf6157912ac6cd20e16a877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bsd.sites.mk: Update all ports using USE_GITLAB</title>
<updated>2023-07-12T18:56:04+00:00</updated>
<author>
<name>Felix Palmen</name>
<email>zirias@FreeBSD.org</email>
</author>
<published>2023-07-12T12:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7d1faa7179813ffa542b550a1fdb3bdc80a7986c'/>
<id>7d1faa7179813ffa542b550a1fdb3bdc80a7986c</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libglvnd: allow the port to build on RISC-V</title>
<updated>2023-07-09T07:10:06+00:00</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2023-07-09T07:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=97ab578fe9a0f27cb7682c9ce48a50a6a806bb37'/>
<id>97ab578fe9a0f27cb7682c9ce48a50a6a806bb37</id>
<content type='text'>
Use the same treatment as on PowerPC:

  Program python3 found: YES (/usr/local/bin/python3.8)
  Program nm found: YES (/usr/bin/nm)
  Message: Host CPU family: riscv64
  Message: Host CPU: riscv64

  meson.build:82:4: ERROR: Problem encountered: No ASM
  available for freebsd (little endian)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the same treatment as on PowerPC:

  Program python3 found: YES (/usr/local/bin/python3.8)
  Program nm found: YES (/usr/bin/nm)
  Message: Host CPU family: riscv64
  Message: Host CPU: riscv64

  meson.build:82:4: ERROR: Problem encountered: No ASM
  available for freebsd (little endian)
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libglvnd: fix build on powerpc</title>
<updated>2023-04-02T11:50:11+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2023-04-02T06:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=608a2f1ea90470d8e99eeb47090d97404f8d7c2b'/>
<id>608a2f1ea90470d8e99eeb47090d97404f8d7c2b</id>
<content type='text'>
meson.build:82:4: ERROR: Problem encountered: No ASM available for freebsd (big endian)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
meson.build:82:4: ERROR: Problem encountered: No ASM available for freebsd (big endian)
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libglvnd: update to 1.6.0</title>
<updated>2022-11-28T23:54:49+00:00</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2022-11-21T21:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e673f5e8c20ac4c8ad8c0b62f359f6f030dba651'/>
<id>e673f5e8c20ac4c8ad8c0b62f359f6f030dba651</id>
<content type='text'>
Changes:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.6.0
PR:		267919
Reported by:	GitLab (notify releases), Repology
Exp-run by:	antoine
Approved by:	manu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.6.0
PR:		267919
Reported by:	GitLab (notify releases), Repology
Exp-run by:	antoine
Approved by:	manu
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/libglvnd: update to 1.5.0</title>
<updated>2022-11-07T18:18:19+00:00</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2022-08-22T13:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7116472e60b8fd30e8c9376f7da877de9efecc62'/>
<id>7116472e60b8fd30e8c9376f7da877de9efecc62</id>
<content type='text'>
Changes:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.5.0
PR:		267458
Reported by:	GitLab (notify releases), Repology
Exp-run by:	antoine
Approved by:	manu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.5.0
PR:		267458
Reported by:	GitLab (notify releases), Repology
Exp-run by:	antoine
Approved by:	manu
</pre>
</div>
</content>
</entry>
</feed>
