maintainer-approval requested: [Bug 225415] graphics/mesa-dri: update to 18.0.0 : [Attachment 191881] release

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 27 21:19:33 UTC 2018


Jan Beich <jbeich at FreeBSD.org> has asked x11 at FreeBSD.org for
maintainer-approval:
Bug 225415: graphics/mesa-dri: update to 18.0.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225415

Attachment 191881: release
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191881&action=edit



--- Comment #20 from Jan Beich <jbeich at FreeBSD.org> ---
Created attachment 191881
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191881&action=edit
release

https://lists.freedesktop.org/archives/mesa-announce/2018-March/000412.html

- Let's start maintainer timeout countdown
- No upstream code changes since rc5
- Reordered struct initializers, see

  -const struct _umtx_time tmo = { ._clockid = CLOCK_MONOTONIC, ._flags =
UMTX_ABSTIME, ._timeout = *timeout };
  +const struct _umtx_time tmo = { ._timeout = *timeout, ._flags =
UMTX_ABSTIME, ._clockid = CLOCK_MONOTONIC };

to pacify GCC

  In file included from ../../src/util/simple_mtx.h:27:0,
		   from ../../src/mesa/main/mtypes.h:49,
		   from glsl/main.cpp:36:
  ../../src/util/futex.h: In function 'int futex_wait(uint32_t*, int32_t,
timespec*)':
  ../../src/util/futex.h:54:113: sorry, unimplemented: non-trivial designated
initializers not supported
	 const struct _umtx_time tmo = { ._clockid = CLOCK_MONOTONIC, ._flags =
UMTX_ABSTIME, ._timeout = *timeout };
									       
				   ^
  ../../src/util/futex.h:54:113: sorry, unimplemented: non-trivial designated
initializers not supported


More information about the freebsd-x11 mailing list