[Bug 257548] x11/xeyes: Update to 1.2.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257548] x11/xeyes: Update to 1.2.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Sep 2021 10:04:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257548
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 bit.
(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=xi is required by
https://gitlab.freedesktop.org/xorg/app/xeyes/-/commit/420c2d851724
- USE_XORG=xcb 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
=>> 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.so.0]
+ 0x0000000000000001 NEEDED Shared library: [libxcb-xfixes.so.0]
+ 0x0000000000000001 NEEDED Shared library: [libxcb.so.1]
--
You are receiving this mail because:
You are the assignee for the bug.