Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Sep 2021 10:04:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 257548] x11/xeyes: Update to 1.2.0
Message-ID:  <bug-257548-7141-tmbmqosCar@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257548-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257548-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257548

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Closed
         Resolution|---                         |FIXED

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
Applied minor style (sort USE_* via portfmt) and edited commit message a bi=
t.

(In reply to Li-Wen Hsu from comment #0)
> While here, add missing xorg dependencies.

Not "while" but a byproduct of the update, see configure.ac changes in
https://gitlab.freedesktop.org/xorg/app/xeyes/-/compare/xeyes-1.1.2...xeyes=
-1.2.0

- USE_XORG=3Dxi is required by
https://gitlab.freedesktop.org/xorg/app/xeyes/-/commit/420c2d851724
- USE_XORG=3Dxcb is required by
https://gitlab.freedesktop.org/xorg/app/xeyes/-/commit/3f2af30bd94e
  can be disabled via --without-present but kinda pointless given libX11
already depends on libxcb

 =3D>> Checking shared library dependencies
+ 0x0000000000000001 NEEDED               Shared library: [libX11-xcb.so.1]
  0x0000000000000001 NEEDED               Shared library: [libX11.so.6]
  0x0000000000000001 NEEDED               Shared library: [libXext.so.6]
+ 0x0000000000000001 NEEDED               Shared library: [libXi.so.6]
  0x0000000000000001 NEEDED               Shared library: [libXmu.so.6]
  0x0000000000000001 NEEDED               Shared library: [libXrender.so.1]
  0x0000000000000001 NEEDED               Shared library: [libXt.so.6]
  0x0000000000000001 NEEDED               Shared library: [libc.so.7]
  0x0000000000000001 NEEDED               Shared library: [libm.so.5]
  0x0000000000000001 NEEDED               Shared library: [libthr.so.3]
+ 0x0000000000000001 NEEDED               Shared library: [libxcb-damage.so=
.0]
+ 0x0000000000000001 NEEDED               Shared library: [libxcb-present.s=
o.0]
+ 0x0000000000000001 NEEDED               Shared library: [libxcb-xfixes.so=
.0]
+ 0x0000000000000001 NEEDED               Shared library: [libxcb.so.1]

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257548-7141-tmbmqosCar>